diff options
author | Mike Melanson <mike@multimedia.cx> | 2005-05-17 22:47:34 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2005-05-17 22:47:34 +0000 |
commit | b81f89490fd51165725fbdc02a36cd407c70ec75 (patch) | |
tree | 7530b035ef582008cf2866e6b971129213ba3d4f /libavcodec/allcodecs.c | |
parent | 6f7aa5891d310a8d114431efe3b5179c4bac0e68 (diff) | |
download | ffmpeg-b81f89490fd51165725fbdc02a36cd407c70ec75.tar.gz |
Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine
at users sf net>
Originally committed as revision 4264 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r-- | libavcodec/allcodecs.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c index db131ad539..c6aa6f922a 100644 --- a/libavcodec/allcodecs.c +++ b/libavcodec/allcodecs.c @@ -280,6 +280,9 @@ void avcodec_register_all(void) #ifdef CONFIG_AASC_DECODER register_avcodec(&aasc_decoder); #endif //CONFIG_AASC_DECODER +#ifdef CONFIG_FRAPS_DECODER + register_avcodec(&fraps_decoder); +#endif //CONFIG_FRAPS_DECODER #ifdef CONFIG_FAAD #ifdef CONFIG_AAC_DECODER register_avcodec(&aac_decoder); |