Skip to content
Snippets Groups Projects
Commit a71de9a2 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos
Browse files

Fix typo in mvc decoder.

parent 41bebda4
No related branches found
No related tags found
No related merge requests found
...@@ -272,7 +272,7 @@ AVCodec ff_mvc1_decoder = { ...@@ -272,7 +272,7 @@ AVCodec ff_mvc1_decoder = {
}; };
#endif #endif
#if CONFIG_MVC1_DECODER #if CONFIG_MVC2_DECODER
AVCodec ff_mvc2_decoder = { AVCodec ff_mvc2_decoder = {
.name = "mvc2", .name = "mvc2",
.type = AVMEDIA_TYPE_VIDEO, .type = AVMEDIA_TYPE_VIDEO,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment