Commit a71de9a2 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Fix typo in mvc decoder.

parent 41bebda4
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment