diff allcodecs.c @ 3329:726ab1038351 libavcodec

Flash Screen Video decoder (fourcc:FSV1)
author banan
date Thu, 01 Jun 2006 07:31:59 +0000
parents 93110d5554ab
children 5b901881d6ed
line wrap: on
line diff
--- a/allcodecs.c	Wed May 31 04:52:02 2006 +0000
+++ b/allcodecs.c	Thu Jun 01 07:31:59 2006 +0000
@@ -529,6 +529,9 @@
 #ifdef CONFIG_RAWVIDEO_DECODER
     register_avcodec(&rawvideo_decoder);
 #endif //CONFIG_RAWVIDEO_DECODER
+#ifdef CONFIG_FLASHSV_DECODER
+    register_avcodec(&flashsv_decoder);
+#endif //CONFIG_FLASHSV_DECODER
 #endif /* CONFIG_DECODERS */
 
 #if defined(AMR_NB) || defined(AMR_NB_FIXED)