Re: [FFmpeg-devel] [PATCH 1/2] libavcodec/dxv: Remove redundant seek

2019-10-08 Thread Michael Niedermayer
On Tue, Sep 24, 2019 at 01:47:44PM +0200, Michael Niedermayer wrote: > This seeks to the position the previous call to dxv_decompress_opcodes() > positioned us in case of success > > Signed-off-by: Michael Niedermayer > --- > libavcodec/dxv.c | 1 - > 1 file changed, 1 deletion(-) will apply pa

[FFmpeg-devel] [PATCH 1/2] libavcodec/dxv: Remove redundant seek

2019-09-24 Thread Michael Niedermayer
This seeks to the position the previous call to dxv_decompress_opcodes() positioned us in case of success Signed-off-by: Michael Niedermayer --- libavcodec/dxv.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/dxv.c b/libavcodec/dxv.c index 8d5e4b1c6c..3fb50e96d0 100644 --- a/libav