Re: [FFmpeg-devel] [PATCH 1/3] avformat/dv: stop using av_init_packet()

2021-05-05 Thread James Almer
On 5/2/2021 10:58 AM, James Almer wrote: Signed-off-by: James Almer --- libavformat/dv.c | 24 1 file changed, 20 insertions(+), 4 deletions(-) Will apply the set. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http

[FFmpeg-devel] [PATCH 1/3] avformat/dv: stop using av_init_packet()

2021-05-02 Thread James Almer
Signed-off-by: James Almer --- libavformat/dv.c | 24 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/libavformat/dv.c b/libavformat/dv.c index cbb38cbd7d..d7909683c3 100644 --- a/libavformat/dv.c +++ b/libavformat/dv.c @@ -40,12 +40,22 @@ #include "dv.h"