Re: [FFmpeg-devel] [PATCH 2/6] lavf: add API to apply a list of bsfs to a packet
Le sextidi 16 vendémiaire, an CCXXIV, Rodger Combs a écrit : > --- > libavformat/avformat.h | 8 > libavformat/utils.c| 48 > 2 files changed, 56 insertions(+) Looks nice. I assume the code was copied directly from the use in ffmpeg.c
[FFmpeg-devel] [PATCH 2/6] lavf: add API to apply a list of bsfs to a packet
--- libavformat/avformat.h | 8 libavformat/utils.c| 48 2 files changed, 56 insertions(+) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index e2a27d4..5226b0a 100644 --- a/libavformat/avformat.h +++ b/libavformat/avfor