Re: [FFmpeg-devel] [PATCH 1/7] avcodec/rv34: Move dsp init code to rv30/rv40

2021-04-10 Thread Andreas Rheinhardt
Andreas Rheinhardt: > It avoids both runtime and compile-time checks. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/rv30.c | 1 + > libavcodec/rv34.c | 9 - > libavcodec/rv40.c | 1 + > 3 files changed, 2 insertions(+), 9 deletions(-) > > diff --git a/libavcodec/rv30.c b/liba

[FFmpeg-devel] [PATCH 1/7] avcodec/rv34: Move dsp init code to rv30/rv40

2021-04-08 Thread Andreas Rheinhardt
It avoids both runtime and compile-time checks. Signed-off-by: Andreas Rheinhardt --- libavcodec/rv30.c | 1 + libavcodec/rv34.c | 9 - libavcodec/rv40.c | 1 + 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/libavcodec/rv30.c b/libavcodec/rv30.c index 36cd5345fd..e2b75fbe