diff options
author | Måns Rullgård <mans@mansr.com> | 2006-05-11 23:07:22 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-05-11 23:07:22 +0000 |
commit | e1203ac0985e592fac2094f8baf85f46b399ef2b (patch) | |
tree | 1cbac366a7d656ca0bac18d440dcbb8a6ab40b1c /libavformat/ogg2.h | |
parent | 08706ab9a2430675c6a0d1cce239ff88b64df2ee (diff) | |
download | ffmpeg-e1203ac0985e592fac2094f8baf85f46b399ef2b.tar.gz |
ogm demuxing
Originally committed as revision 5365 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/ogg2.h')
-rw-r--r-- | libavformat/ogg2.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/ogg2.h b/libavformat/ogg2.h index 9c360de1e2..b736a0a41b 100644 --- a/libavformat/ogg2.h +++ b/libavformat/ogg2.h @@ -76,11 +76,9 @@ typedef struct ogg { extern ogg_codec_t vorbis_codec; extern ogg_codec_t theora_codec; extern ogg_codec_t flac_codec; -#if 0 extern ogg_codec_t ogm_video_codec; extern ogg_codec_t ogm_audio_codec; extern ogg_codec_t ogm_old_codec; -#endif extern int vorbis_comment(AVFormatContext *ms, char *buf, int size); |