summaryrefslogtreecommitdiff
path: root/libavcodec/mvcdec.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2012-12-18 01:58:17 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2012-12-18 01:58:17 +0100
commita71de9a2a2e3338a66797e6e850b9fa483523f4c (patch)
treee058585c8a74720990d66e364f005a646cd2482d /libavcodec/mvcdec.c
parent41bebda485773a69ce958542238317eb46268452 (diff)
downloadffmpeg-a71de9a2a2e3338a66797e6e850b9fa483523f4c.tar.gz
Fix typo in mvc decoder.
Diffstat (limited to 'libavcodec/mvcdec.c')
-rw-r--r--libavcodec/mvcdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mvcdec.c b/libavcodec/mvcdec.c
index 6ca328b5ac..5131ae2eba 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,