Browse Source

Codec Private should be correct for all but Real codecs now

Originally committed as revision 10340 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
David Conrad 18 years ago
parent
commit
409533622e
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavformat/matroskaenc.c

+ 0
- 1
libavformat/matroskaenc.c View File

@@ -457,7 +457,6 @@ static int mkv_write_tracks(AVFormatContext *s)
}
}

// XXX: CodecPrivate for vorbis, theora, aac, native mpeg4, ...
if (native_id) {
if (codec->codec_id == CODEC_ID_VORBIS || codec->codec_id == CODEC_ID_THEORA) {
if (put_xiph_codecpriv(pb, codec) < 0)


Loading…
Cancel
Save