[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:41:31 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 cehoyos):

 {{{
 diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c
 index 1325c3f..e4d75ef 100644
 --- a/libavformat/matroskaenc.c
 +++ b/libavformat/matroskaenc.c
 @@ -1857,7 +1857,7 @@ static int mkv_write_packet_internal(AVFormatContext
 *s, AVPacket *pkt, int add_
          end_ebml_master(pb, blockgroup);
      }

 -    if (s->pb->seekable) {
 +    if (0&&s->pb->seekable) {
          ret = mkv_add_cuepoint(mkv->cues, pkt->stream_index,
 dash_tracknum, ts,
                                 mkv->cluster_pos, relative_packet_pos,
 duration);
          if (ret < 0)
 }}}

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


More information about the FFmpeg-trac mailing list