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:
Limin Wang 2020-05-05 22:43:10 +08:00
parent 3523df947a
commit a8d7393804
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@ const AVProfile ff_mpeg2_video_profiles[] = {
{ FF_PROFILE_MPEG2_MAIN, "Main" },
{ FF_PROFILE_MPEG2_SIMPLE, "Simple" },
{ FF_PROFILE_RESERVED, "Reserved" },
{ FF_PROFILE_RESERVED, "Reserved" },
{ FF_PROFILE_UNKNOWN },
};