Flash Screen Video decoder (fourcc:FSV1)

Originally committed as revision 5436 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Benjamin Larsson
2006-06-01 07:31:59 +00:00
parent 2d2b86c207
commit 0919e788ae
8 changed files with 286 additions and 0 deletions

View File

@@ -529,6 +529,9 @@ void avcodec_register_all(void)
#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)