[FFmpeg-cvslog] Fix typo in mvc decoder.

Carl Eugen Hoyos git at videolan.org
Tue Dec 18 01:58:29 CET 2012


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Tue Dec 18 01:58:17 2012 +0100| [a71de9a2a2e3338a66797e6e850b9fa483523f4c] | committer: Carl Eugen Hoyos

Fix typo in mvc decoder.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a71de9a2a2e3338a66797e6e850b9fa483523f4c
---

 libavcodec/mvcdec.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/mvcdec.c b/libavcodec/mvcdec.c
index 6ca328b..5131ae2 100644
--- a/libavcodec/mvcdec.c
+++ b/libavcodec/mvcdec.c
@@ -272,7 +272,7 @@ AVCodec ff_mvc1_decoder = {
 };
 #endif
 
-#if CONFIG_MVC1_DECODER
+#if CONFIG_MVC2_DECODER
 AVCodec ff_mvc2_decoder = {
     .name           = "mvc2",
     .type           = AVMEDIA_TYPE_VIDEO,



More information about the ffmpeg-cvslog mailing list