diff allcodecs.c @ 1516:0f0e9dfa6723 libavcodec

theora decoding support (only keyframes for now, because by theora the frame isn't flipped so the motion vectors are getting screwed up)
author alex
date Sat, 11 Oct 2003 17:44:21 +0000
parents 726a81d83ddd
children b44267fc5ec4
line wrap: on
line diff
--- a/allcodecs.c	Sat Oct 11 16:43:51 2003 +0000
+++ b/allcodecs.c	Sat Oct 11 17:44:21 2003 +0000
@@ -117,6 +117,7 @@
     register_avcodec(&cyuv_decoder);
     register_avcodec(&h264_decoder);
     register_avcodec(&vp3_decoder);
+    register_avcodec(&theora_decoder);
     register_avcodec(&asv1_decoder);
     register_avcodec(&asv2_decoder);
     register_avcodec(&vcr1_decoder);