Re: [FFmpeg-devel] [PATCH] avformat/crypto.c: remove unnecessary code

2020-07-13 Thread 刘歧
在 2020/7/14 上午2:45,“ffmpeg-devel 代表 Tomas Härdin” 写入: lör 2020-07-11 klockan 16:04 +0800 skrev Steven Liu: > Because the newpos variable is set value before use it. > The newpos variable declared at the head partition of crypto_seek. > > Signed-off-by: Steven Liu > --

Re: [FFmpeg-devel] [PATCH] avformat/crypto.c: remove unnecessary code

2020-07-13 Thread Tomas Härdin
lör 2020-07-11 klockan 16:04 +0800 skrev Steven Liu: > Because the newpos variable is set value before use it. > The newpos variable declared at the head partition of crypto_seek. > > Signed-off-by: Steven Liu > --- > libavformat/crypto.c | 11 --- > 1 file changed, 4 insertions(+), 7 de

[FFmpeg-devel] [PATCH] avformat/crypto.c: remove unnecessary code

2020-07-11 Thread Steven Liu
Because the newpos variable is set value before use it. The newpos variable declared at the head partition of crypto_seek. Signed-off-by: Steven Liu --- libavformat/crypto.c | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/libavformat/crypto.c b/libavformat/crypto.