Commit a8d73938 authored by Limin Wang's avatar Limin Wang

avcodec/profiles: remove duplicate FF_PROFILE_RESERVED entry

Reviewed-by: 's avatarAnton Khirnov <anton@khirnov.net>
Signed-off-by: 's avatarLimin Wang <lance.lmwang@gmail.com>
parent 3523df94
...@@ -99,7 +99,6 @@ const AVProfile ff_mpeg2_video_profiles[] = { ...@@ -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 },
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment