[FFmpeg-cvslog] avcodec/profiles: remove duplicate FF_PROFILE_RESERVED entry
Limin Wang
git at videolan.org
Thu May 7 16:11:36 EEST 2020
ffmpeg | branch: master | Limin Wang <lance.lmwang at gmail.com> | Tue May 5 22:43:10 2020 +0800| [a8d7393804ca9fe62f368071ef31c37da3e7d1d5] | committer: Limin Wang
avcodec/profiles: remove duplicate FF_PROFILE_RESERVED entry
Reviewed-by: Anton Khirnov <anton at khirnov.net>
Signed-off-by: Limin Wang <lance.lmwang at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a8d7393804ca9fe62f368071ef31c37da3e7d1d5
---
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 },
};
More information about the ffmpeg-cvslog
mailing list