From a8d7393804ca9fe62f368071ef31c37da3e7d1d5 Mon Sep 17 00:00:00 2001 From: Limin Wang Date: Tue, 5 May 2020 22:43:10 +0800 Subject: [PATCH] avcodec/profiles: remove duplicate FF_PROFILE_RESERVED entry Reviewed-by: Anton Khirnov Signed-off-by: Limin Wang --- libavcodec/profiles.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/profiles.c b/libavcodec/profiles.c index eaf0d68d32..e59a3a5c12 100644 --- a/libavcodec/profiles.c +++ b/libavcodec/profiles.c @@ -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 }, };