Commit 816cd6d4 authored by conrad's avatar conrad

Codec Private should be correct for all but Real codecs now


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10340 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 674f6a8b
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment