* Ogg/Vorbis patch by Mark Hills

Originally committed as revision 1268 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Mark Hills
2002-11-22 07:27:13 +00:00
committed by Zdenek Kabelac
parent 9a7b310d06
commit 3aca208a7b
5 changed files with 224 additions and 30 deletions

View File

@@ -41,6 +41,7 @@ void avcodec_register_all(void)
#endif
#ifdef CONFIG_VORBIS
register_avcodec(&oggvorbis_encoder);
register_avcodec(&oggvorbis_decoder);
#endif
register_avcodec(&mpeg1video_encoder);
register_avcodec(&h263_encoder);