diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-12-18 01:58:17 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-12-18 01:58:17 +0100 |
commit | a71de9a2a2e3338a66797e6e850b9fa483523f4c (patch) | |
tree | e058585c8a74720990d66e364f005a646cd2482d /libavcodec | |
parent | 41bebda485773a69ce958542238317eb46268452 (diff) | |
download | ffmpeg-a71de9a2a2e3338a66797e6e850b9fa483523f4c.tar.gz |
Fix typo in mvc decoder.
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/mvcdec.c | 2 |
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, |