diff options
author | Clément Bœsch <u@pkh.me> | 2016-07-09 14:01:28 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2016-07-09 14:01:28 +0200 |
commit | 775389fc59bc46ac00babc1baf35e273e65f8541 (patch) | |
tree | e40d07a52ef4f95bddb26300e22c0d80fbd0406f /libavcodec/profiles.c | |
parent | f512e4a39037ef798ec78170f734c7733abe3231 (diff) | |
parent | 90f469aa2b98a868cdbe35170c24272de10e1341 (diff) | |
download | ffmpeg-775389fc59bc46ac00babc1baf35e273e65f8541.tar.gz |
Merge commit '90f469aa2b98a868cdbe35170c24272de10e1341'
* commit '90f469aa2b98a868cdbe35170c24272de10e1341':
lavc: add H.264 MVC profiles
Merged-by: Clément Bœsch <u@pkh.me>
Diffstat (limited to 'libavcodec/profiles.c')
-rw-r--r-- | libavcodec/profiles.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/profiles.c b/libavcodec/profiles.c index da745e1399..0984704ebd 100644 --- a/libavcodec/profiles.c +++ b/libavcodec/profiles.c @@ -60,6 +60,8 @@ const AVProfile ff_h264_profiles[] = { { FF_PROFILE_H264_HIGH_444_PREDICTIVE, "High 4:4:4 Predictive" }, { FF_PROFILE_H264_HIGH_444_INTRA, "High 4:4:4 Intra" }, { FF_PROFILE_H264_CAVLC_444, "CAVLC 4:4:4" }, + { FF_PROFILE_H264_MULTIVIEW_HIGH, "Multiview High" }, + { FF_PROFILE_H264_STEREO_HIGH, "Stereo High" }, { FF_PROFILE_UNKNOWN }, }; |