Fix typo in mvc decoder.

This commit is contained in:
Carl Eugen Hoyos 2012-12-18 01:58:17 +01:00
parent 41bebda485
commit a71de9a2a2
1 changed files with 1 additions and 1 deletions

View File

@ -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,