diff options
-rw-r--r-- | libavcodec/mpeg12.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpeg12.c b/libavcodec/mpeg12.c index 02d3e6602a..cca539f474 100644 --- a/libavcodec/mpeg12.c +++ b/libavcodec/mpeg12.c @@ -2488,6 +2488,7 @@ static const AVProfile mpeg2_video_profiles[] = { { FF_PROFILE_MPEG2_SIMPLE, "Simple" }, { FF_PROFILE_RESERVED, "Reserved" }, { FF_PROFILE_RESERVED, "Reserved" }, + { FF_PROFILE_UNKNOWN }, }; |