mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
Fix typo in mvc decoder.
This commit is contained in:
parent
41bebda485
commit
a71de9a2a2
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user