]> git.sesse.net Git - ffmpeg/commit
cbs_h264: Fix default value for max mv lengths
authorMark Thompson <sw@jkqxz.net>
Tue, 18 Sep 2018 22:31:00 +0000 (23:31 +0100)
committerMark Thompson <sw@jkqxz.net>
Sun, 23 Sep 2018 13:42:34 +0000 (14:42 +0100)
commit4b2e3de8c0fc87bfddd98cfab95bb1afe63c7fff
treef8dfb8dc6877e7357787e257664f9f20365cbcd1
parent6522ba30e93cd9060da011c8c591dce1b273c4ce
cbs_h264: Fix default value for max mv lengths

A recent version of the standard changed the max and default to 15, from
16 in older versions.  This updates the default to 15 to match, but the
max stays as 16 so that we don't reject older streams.
libavcodec/cbs_h264_syntax_template.c
libavcodec/vaapi_encode_h264.c