mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 18:10:13 +01:00
avformat, avcodec: log discard padding
Useful for debugging. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -1415,7 +1415,7 @@ static int read_frame_internal(AVFormatContext *s, AVPacket *pkt)
|
||||
if (p) {
|
||||
AV_WL32(p, st->skip_samples);
|
||||
AV_WL32(p + 4, discard_padding);
|
||||
av_log(s, AV_LOG_DEBUG, "demuxer injecting skip %d\n", st->skip_samples);
|
||||
av_log(s, AV_LOG_DEBUG, "demuxer injecting skip %d / discard %d\n", st->skip_samples, discard_padding);
|
||||
}
|
||||
st->skip_samples = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user