mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avcodec/h264_mp4toannexb_bsf: use the given padding in h264_extradata_to_annexb().
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
1cf4d2e9be
commit
d5ddcb5f8e
@ -117,7 +117,7 @@ pps:
|
||||
}
|
||||
|
||||
if (out)
|
||||
memset(out + total_size, 0, FF_INPUT_BUFFER_PADDING_SIZE);
|
||||
memset(out + total_size, 0, padding);
|
||||
|
||||
if (!sps_seen)
|
||||
av_log(avctx, AV_LOG_WARNING,
|
||||
|
Loading…
Reference in New Issue
Block a user