[FFmpeg-cvslog] cbs_h264: Fix profile typo

Mark Thompson git at videolan.org
Sun Sep 23 18:47:56 EEST 2018


ffmpeg | branch: master | Mark Thompson <sw at jkqxz.net> | Tue Sep 18 23:31:01 2018 +0100| [574dafe7b81d4f3520e839a7b2753a77e8c7d1cc] | committer: Mark Thompson

cbs_h264: Fix profile typo

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=574dafe7b81d4f3520e839a7b2753a77e8c7d1cc
---

 libavcodec/cbs_h264_syntax_template.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/cbs_h264_syntax_template.c b/libavcodec/cbs_h264_syntax_template.c
index 1efa97dccb..7befde4b68 100644
--- a/libavcodec/cbs_h264_syntax_template.c
+++ b/libavcodec/cbs_h264_syntax_template.c
@@ -199,7 +199,7 @@ static int FUNC(vui_parameters)(CodedBitstreamContext *ctx, RWContext *rw,
         infer(log2_max_mv_length_vertical,   15);
 
         if ((sps->profile_idc ==  44 || sps->profile_idc ==  86 ||
-             sps->profile_idc == 110 || sps->profile_idc == 110 ||
+             sps->profile_idc == 100 || sps->profile_idc == 110 ||
              sps->profile_idc == 122 || sps->profile_idc == 244) &&
             sps->constraint_set3_flag) {
             infer(max_num_reorder_frames,  0);



More information about the ffmpeg-cvslog mailing list