Re: [FFmpeg-devel] [PATCH 2/5] ffmpeg: rename a variable.

2017-09-08 Thread Nicolas George
Le duodi 22 fructidor, an CCXXV, Michael Niedermayer a écrit : > LGTM Thanks, series pushed. Regards, -- Nicolas George signature.asc Description: Digital signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/li

Re: [FFmpeg-devel] [PATCH 2/5] ffmpeg: rename a variable.

2017-09-07 Thread Michael Niedermayer
On Thu, Sep 07, 2017 at 10:59:36AM +0200, Nicolas George wrote: > Makes the reason of the "FIXME" comment more obvious. > Avoid name conflicts for the next commit. > > Signed-off-by: Nicolas George > --- > ffmpeg.c | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-) LGTM thx

[FFmpeg-devel] [PATCH 2/5] ffmpeg: rename a variable.

2017-09-07 Thread Nicolas George
Makes the reason of the "FIXME" comment more obvious. Avoid name conflicts for the next commit. Signed-off-by: Nicolas George --- ffmpeg.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) This patch and the following have already been discussed. The changes are tested and wor