Re: [FFmpeg-devel] [PATCH V3 3/7] fftools/ffmpeg: delete the unused code.

2018-11-23 Thread Michael Niedermayer
On Thu, Nov 22, 2018 at 10:56:15PM +0800, Jun Zhao wrote: > There are come from 2012 ago and have never been used from this > time. > > Signed-off-by: Jun Zhao > --- > fftools/ffmpeg.c |9 + > 1 files changed, 1 insertions(+), 8 deletions(-) probably ok thx [...] -- Michael G

[FFmpeg-devel] [PATCH V3 3/7] fftools/ffmpeg: delete the unused code.

2018-11-22 Thread Jun Zhao
There are come from 2012 ago and have never been used from this time. Signed-off-by: Jun Zhao --- fftools/ffmpeg.c |9 + 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c index a12208c..085d6d2 100644 --- a/fftools/ffmpeg.c +++ b/fftoo