[FFmpeg-trac] #4774(avformat:new): Incompatibilities between XBMC/Kodi & mkvalidator relating to how FFmpeg muxes MKVs

FFmpeg trac at avcodec.org
Tue Aug 25 14:34:12 CEST 2015


#4774: Incompatibilities between XBMC/Kodi & mkvalidator relating to how FFmpeg
muxes MKVs
-------------------------------------+-------------------------------------
             Reporter:  Drag0nFly    |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  important    |                Component:  avformat
              Version:  git-master   |               Resolution:
             Keywords:  mkv          |               Blocked By:
  timecode chapters regression       |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by Drag0nFly):

 I believe this is due to a prior merge conflict, as the section looks like
 the following and not what is referenced at
 http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=39442b1a1b22f32a1f43eaf7e67c7fedee43b601
 for libavformat/matroskaenc.c:


 {{{
         if (s->pb->seekable && (codec->codec_type == AVMEDIA_TYPE_VIDEO &&
 keyframe || add_cue)) {
             ret = mkv_add_cuepoint(mkv->cues, pkt->stream_index,
 dash_tracknum, ts, mkv->cluster_pos, relative_packet_pos, -1);
             if (ret < 0) return ret;
         }
 }}}

 I can try to manually revert the matroskaenc.c change (but leaving
 version.h unchanged) and let you know how it goes.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/4774#comment:24>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list