diff options
author | Mark Hills <mark@pogo.org.uk> | 2002-09-01 18:07:56 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-09-01 18:07:56 +0000 |
commit | 81e0d0b412e7d3d4ee8cc3a9ac940f60a7b1ae3b (patch) | |
tree | f4429f345bf66ef382cc5207aac0ff7c15a8b752 /libav/allformats.c | |
parent | ad324c93515ca4acb43f5973ba67861213ff584d (diff) | |
download | ffmpeg-81e0d0b412e7d3d4ee8cc3a9ac940f60a7b1ae3b.tar.gz |
oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)
Originally committed as revision 896 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libav/allformats.c')
-rw-r--r-- | libav/allformats.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libav/allformats.c b/libav/allformats.c index ff40001bd9..3ccc7dc4d7 100644 --- a/libav/allformats.c +++ b/libav/allformats.c @@ -45,6 +45,10 @@ void av_register_all(void) mov_init(); jpeg_init(); +#ifdef CONFIG_VORBIS + ogg_init(); +#endif + #ifndef CONFIG_WIN32 ffm_init(); #endif |