summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorBenjamin Larsson <banan@ludd.ltu.se>2006-06-01 07:31:59 +0000
committerBenjamin Larsson <banan@ludd.ltu.se>2006-06-01 07:31:59 +0000
commit0919e788ae2c0e3be075f2e09174f50294dcf8e9 (patch)
tree4b1f2d7bb771ed55130e4f23f38fd8cddcf54731 /libavcodec/allcodecs.c
parent2d2b86c207ff434dfa91940818faf9af4a4ec1be (diff)
Flash Screen Video decoder (fourcc:FSV1)
Originally committed as revision 5436 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 27de3d06b4..693ffb5758 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -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)