Re: [FFmpeg-devel] [PATCH 23/36] avcodec/utils: Add utility functions for bsf

2020-05-30 Thread James Almer
On 5/30/2020 1:05 PM, Andreas Rheinhardt wrote: > Several bitstream filters (e.g. dump_extradata, imxdump, mjpeg2jpeg, > mjpegadump, mp3decomp, ...) don't buffer packets; instead, they just > modify the buffer of one packet and don't change any other of the > packet's non-buffer properties. The usu

[FFmpeg-devel] [PATCH 23/36] avcodec/utils: Add utility functions for bsf

2020-05-30 Thread Andreas Rheinhardt
Several bitstream filters (e.g. dump_extradata, imxdump, mjpeg2jpeg, mjpegadump, mp3decomp, ...) don't buffer packets; instead, they just modify the buffer of one packet and don't change any other of the packet's non-buffer properties. The usual approach of these bitstream filters is to use separat