aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2006-09-05 04:37:14 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2006-09-05 04:37:14 +0000
commiteb57c88973cacd0e451fea3a6bbaff66e6dacedd (patch)
treed4d3a4f7bf04931635662a416878c6de94bb9c55 /libavcodec/allcodecs.c
parent353e433b96b551a4ff0fe6f85fa73d3990682fc1 (diff)
downloadffmpeg-eb57c88973cacd0e451fea3a6bbaff66e6dacedd.tar.gz
VMware Video decoder (fourcc: VMnc)
Originally committed as revision 6171 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 1f0e101fe0..98fa296780 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -528,6 +528,9 @@ void avcodec_register_all(void)
#ifdef CONFIG_FLASHSV_DECODER
register_avcodec(&flashsv_decoder);
#endif //CONFIG_FLASHSV_DECODER
+#ifdef CONFIG_VMNC_DECODER
+ register_avcodec(&vmnc_decoder);
+#endif //CONFIG_VMNC_DECODER
#endif /* CONFIG_DECODERS */
#if defined(CONFIG_AMR_NB) || defined(CONFIG_AMR_NB_FIXED)