Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Conrad <lessen42@gmail.com>2007-09-05 04:24:10 +0400
committerDavid Conrad <lessen42@gmail.com>2007-09-05 04:24:10 +0400
commit409533622efc50e450cc1dbf7161b1561d11f0af (patch)
tree9bce92e65124b86749ee4da44818ff2fe7b14285 /libavformat/matroskaenc.c
parent8a39497c13f0ae8d132359f346e5b6e01f54b060 (diff)
Codec Private should be correct for all but Real codecs now
Originally committed as revision 10340 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/matroskaenc.c')
-rw-r--r--libavformat/matroskaenc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c
index 8acda3818f..19da547995 100644
--- a/libavformat/matroskaenc.c
+++ b/libavformat/matroskaenc.c
@@ -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)