diff --git a/libavcodec/mpeg12.c b/libavcodec/mpeg12.c index 510a2b0809..34958a7ee1 100644 --- a/libavcodec/mpeg12.c +++ b/libavcodec/mpeg12.c @@ -2566,6 +2566,7 @@ static const AVProfile mpeg2_video_profiles[] = { { FF_PROFILE_MPEG2_SIMPLE, "Simple" }, { FF_PROFILE_RESERVED, "Reserved" }, { FF_PROFILE_RESERVED, "Reserved" }, + { FF_PROFILE_UNKNOWN }, };