Re: [FFmpeg-devel] [PATCH V2 1/3] fftools/ffmpeg: Remove the micor like "#if 1"

2018-11-11 Thread myp...@gmail.com
On Sun, Nov 11, 2018 at 4:47 AM Michael Niedermayer wrote: > > On Fri, Nov 09, 2018 at 09:11:31PM +0800, Jun Zhao wrote: > > They are come from 2003 and delete them. > > > > Signed-off-by: Jun Zhao > > --- > > fftools/ffmpeg.c |6 -- > > 1 files changed, 0 insertions(+), 6 deletions(-) >

Re: [FFmpeg-devel] [PATCH V2 1/3] fftools/ffmpeg: Remove the micor like "#if 1"

2018-11-10 Thread Michael Niedermayer
On Fri, Nov 09, 2018 at 09:11:31PM +0800, Jun Zhao wrote: > They are come from 2003 and delete them. > > Signed-off-by: Jun Zhao > --- > fftools/ffmpeg.c |6 -- > 1 files changed, 0 insertions(+), 6 deletions(-) LGTM thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF13

[FFmpeg-devel] [PATCH V2 1/3] fftools/ffmpeg: Remove the micor like "#if 1"

2018-11-09 Thread Jun Zhao
They are come from 2003 and delete them. Signed-off-by: Jun Zhao --- fftools/ffmpeg.c |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c index da4259a..9dc42f5 100644 --- a/fftools/ffmpeg.c +++ b/fftools/ffmpeg.c @@ -1210,11 +1210,7