]> git.sesse.net Git - ffmpeg/commit
hevc: Improve stream constraint values in common header
authorMark Thompson <sw@jkqxz.net>
Fri, 23 Jun 2017 23:29:02 +0000 (00:29 +0100)
committerMark Thompson <sw@jkqxz.net>
Tue, 17 Oct 2017 19:56:29 +0000 (20:56 +0100)
commitb1374e925c1cf3af5c8482119f3f2630d66213de
tree5a0697367d6635d02c659f9ad6fa0420626bc480
parentd05444d2c6d99767547b1f0761e8459fb07b305d
hevc: Improve stream constraint values in common header

Add comments to describe the sources of the constraint values expressed here,
and add some more related values which will be used in following patches.

Fix the incorrect values for SPS and PPS count (they are not the same as those
used for H.264), and remove HEVC_MAX_CU_SIZE because it is not used anywhere.

(cherry picked from commit b88da98b34809dedf8882d43ed543632ed233538)
libavcodec/hevc.h
libavcodec/hevc_ps.c
libavcodec/hevc_ps.h
libavformat/hevc.c