mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avcodec/profiles: remove duplicate FF_PROFILE_RESERVED entry
Reviewed-by: Anton Khirnov <anton@khirnov.net> Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
This commit is contained in:
parent
3523df947a
commit
a8d7393804
@ -99,7 +99,6 @@ const AVProfile ff_mpeg2_video_profiles[] = {
|
|||||||
{ FF_PROFILE_MPEG2_MAIN, "Main" },
|
{ FF_PROFILE_MPEG2_MAIN, "Main" },
|
||||||
{ FF_PROFILE_MPEG2_SIMPLE, "Simple" },
|
{ FF_PROFILE_MPEG2_SIMPLE, "Simple" },
|
||||||
{ FF_PROFILE_RESERVED, "Reserved" },
|
{ FF_PROFILE_RESERVED, "Reserved" },
|
||||||
{ FF_PROFILE_RESERVED, "Reserved" },
|
|
||||||
{ FF_PROFILE_UNKNOWN },
|
{ FF_PROFILE_UNKNOWN },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user