]> git.sesse.net Git - ffmpeg/commit
h264: add AVOption to set x264_build default
authorwm4 <nfxjfg@googlemail.com>
Sat, 23 Dec 2017 02:13:00 +0000 (03:13 +0100)
committerwm4 <nfxjfg@googlemail.com>
Tue, 26 Dec 2017 01:56:09 +0000 (02:56 +0100)
commitcf57cb3ae4364ab8e70af37beea7a45a86de90e9
tree2c4e657c46b7a54dc175611d173a4dff9f742572
parent4ed66517c62c599701b3793fa2843d5a8530a4f4
h264: add AVOption to set x264_build default

This provides a generic way to the API user to deal with files that
either lack this SEI, or which have the SEI only in packets not passed
to the decoder (such as the common case of the SEI being in the very
firsat video packet, but decoding is started somewhere in the middle of
the file). Bugs like 840b41b2a643fc8f0617c0370125a19c02c6b586 make this
somewhat of a necessity.

This intentionally uses the version in the SEI instead, if any is found.
libavcodec/h264dec.c