[FFmpeg-devel] [PATCH 1/8] fftools/ffprobe: Report initial and trailing padding

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Tue Sep 6 12:31:10 EEST 2022


Anton Khirnov:
> Quoting Andreas Rheinhardt (2022-09-05 00:52:23)
>> Andreas Rheinhardt:
>>> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
>>> ---
>>> trailing_padding seems to be unused and could actually be deprecated.
>>>
>>
>> Will apply this patchset tomorrow unless there are objections. Notice
>> that I really like to have a second opinion on whether trailing_padding
>> should be printed at all.
> 
> Do we have another mechanism for signalling that the last frame was
> padded?
> 

AV_PKT_DATA_SKIP_SAMPLES of course. It is even supported by a few
(de)muxers, contrary to trailing_padding.
(Btw: I applied this patch with initial_padding, but without
trailing_padding.)

- Andreas


More information about the ffmpeg-devel mailing list