Re: [FFmpeg-devel] [PATCH 2/2] avcodec/sheervideo: Inline compile-time constants

2020-10-10 Thread Paul B Mahol
On Sat, Oct 10, 2020 at 06:57:04AM +0200, Andreas Rheinhardt wrote: > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/sheervideo.c | 343 > 1 file changed, 172 insertions(+), 171 deletions(-) > probably fine _

[FFmpeg-devel] [PATCH 2/2] avcodec/sheervideo: Inline compile-time constants

2020-10-09 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- libavcodec/sheervideo.c | 343 1 file changed, 172 insertions(+), 171 deletions(-) diff --git a/libavcodec/sheervideo.c b/libavcodec/sheervideo.c index 3f9b299a1e..e1a203d361 100644 --- a/libavcodec/sheervideo.c +++ b