Re: [libav-devel] [PATCH] Drop unnecessary prefix from *sink* variable and struct names.

2012-01-19 Thread Anton Khirnov
On Thu, 19 Jan 2012 16:18:34 +0100, Diego Biurrun wrote: > --- > avconv.c |6 +++--- > avplay.c |6 +++--- > cmdutils.c | 20 ++-- > cmdutils.h |4 ++-- > ffmpeg.c |6 +++--- > 5 files changed, 21 insertions(+), 21 deletions(-) > Ok. -- Anton Khirnov _

[libav-devel] [PATCH] Drop unnecessary prefix from *sink* variable and struct names.

2012-01-19 Thread Diego Biurrun
--- avconv.c |6 +++--- avplay.c |6 +++--- cmdutils.c | 20 ++-- cmdutils.h |4 ++-- ffmpeg.c |6 +++--- 5 files changed, 21 insertions(+), 21 deletions(-) diff --git a/avconv.c b/avconv.c index 9861faf..172417b 100644 --- a/avconv.c +++ b/avconv.c @@ -550