Re: [FFmpeg-devel] [PATCH 09/18] lavc/dvenc: stop using DVVideoContext

2022-08-24 Thread Andreas Rheinhardt
Anton Khirnov: > Move the parts of it used by the encoder into a new DVEncContext and > remove DVVideoContext. > --- > libavcodec/dv.h| 23 --- > libavcodec/dvenc.c | 39 --- > 2 files changed, 28 insertions(+), 34 deletions(-) > > diff

[FFmpeg-devel] [PATCH 09/18] lavc/dvenc: stop using DVVideoContext

2022-08-24 Thread Anton Khirnov
Move the parts of it used by the encoder into a new DVEncContext and remove DVVideoContext. --- libavcodec/dv.h| 23 --- libavcodec/dvenc.c | 39 --- 2 files changed, 28 insertions(+), 34 deletions(-) diff --git a/libavcodec/dv.h b/libav