diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2019-07-29 21:56:53 +0200 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2019-07-29 22:25:10 +0100 |
commit | ae49993ce6e547b8c240fd5c230630cc25930966 (patch) | |
tree | 563baa4e94324944c134e70ea0ef02f829084810 /libavformat/isom.h | |
parent | 4e7e30bbe0fbe54d44cadc398d4071905d3063e8 (diff) | |
download | ffmpeg-ae49993ce6e547b8c240fd5c230630cc25930966.tar.gz |
cbs_h264: Improve adding SEI messages
Up until now, if an SEI messages was to be added to a fragment, it was
tried to add said SEI message to the first SEI NAL unit of the fragment
and if this SEI NAL unit already contained H264_NAL_SEI SEI messages (an
arbitrary limit imposed by cbs_h264), adding failed; if there was no SEI
NAL unit, a new one has been added.
With this commit, the fragment is searched for further NAL units to add
the SEI messages to. If all of them are full, a new SEI NAL unit is added.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavformat/isom.h')
0 files changed, 0 insertions, 0 deletions