Re: [FFmpeg-devel] [PATCH] colorspace.h: Remove unused macro argument.

2016-04-20 Thread Michael Niedermayer
On Tue, Apr 19, 2016 at 09:54:07PM +0200, Reimar Döffinger wrote: > --- > libavcodec/dvbsub.c | 4 ++-- > libavfilter/drawutils.c | 8 > libavfilter/vf_drawbox.c | 4 ++-- > libavutil/colorspace.h | 8 > 4 files changed, 12 insertions(+), 12 deletions(-) LGTM thx [...]

Re: [FFmpeg-devel] [PATCH] colorspace.h: Remove unused macro argument.

2016-04-19 Thread Akshat Singh
I used this guide to compile ffmpeg https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu and I modified one command as I described earlier... Do I have to edit some file in my library or edit a file before compiling? On Wed, 20 Apr 2016 at 01:32 Akshat Singh wrote: > How do I apply this patch? >

Re: [FFmpeg-devel] [PATCH] colorspace.h: Remove unused macro argument.

2016-04-19 Thread Akshat Singh
How do I apply this patch? On Wed, 20 Apr 2016 at 01:24 Reimar Döffinger wrote: > --- > libavcodec/dvbsub.c | 4 ++-- > libavfilter/drawutils.c | 8 > libavfilter/vf_drawbox.c | 4 ++-- > libavutil/colorspace.h | 8 > 4 files changed, 12 insertions(+), 12 deletions(-)

[FFmpeg-devel] [PATCH] colorspace.h: Remove unused macro argument.

2016-04-19 Thread Reimar Döffinger
--- libavcodec/dvbsub.c | 4 ++-- libavfilter/drawutils.c | 8 libavfilter/vf_drawbox.c | 4 ++-- libavutil/colorspace.h | 8 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/libavcodec/dvbsub.c b/libavcodec/dvbsub.c index 3cdbade..d2faef0 100644 --- a/lib