diff options
author | James Almer <jamrial@gmail.com> | 2017-05-06 20:31:45 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-05-10 14:56:17 -0300 |
commit | f738140807f504c9af7850042067777832f05e88 (patch) | |
tree | e99fba4427a8893bae9212ca883e67264cc63724 /libavcodec/snappy.c | |
parent | 3d232196372f309a75ed074c4cef30578eec1782 (diff) | |
download | ffmpeg-streaming-f738140807f504c9af7850042067777832f05e88.zip ffmpeg-streaming-f738140807f504c9af7850042067777832f05e88.tar.gz |
avcodec/hevc_sei: fix amount of bits skipped when reading picture timing SEI message
The code was skipping the entire reported SEI message size regardless of
the amount of bits read.
While in theory safe for NALU where the picture timing SEI message is alone
or at the end as we're using the checked bitstream reader, it isn't in any
other situation, where every SEI message in the NALU after the picture
timing one would potentially fail to parse.
Change the function name to one more in line with the rest of file, and
remove the bogus "Skipped SEI" debug message while at it.
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/snappy.c')
0 files changed, 0 insertions, 0 deletions