mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-01 09:27:44 +00:00
theora decoding support (only keyframes for now, because by theora the frame isn't flipped so the motion vectors are getting screwed up)
Originally committed as revision 2359 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a62a7323fa
commit
f44ee2c34b
3 changed files with 174 additions and 18 deletions
|
@ -117,6 +117,7 @@ void avcodec_register_all(void)
|
|||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue