Re: [FFmpeg-devel] [PATCH 1/3] avutil: move internal function out of public header

2015-02-10 Thread Michael Niedermayer
On Tue, Feb 10, 2015 at 01:27:02PM +0100, wm4 wrote: > --- > Why wasn't this done this way in the first place... > --- > libavutil/internal.h | 2 ++ > libavutil/pixdesc.h | 2 -- > libavutil/utils.c| 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) applied thanks [...] -- Michael

[FFmpeg-devel] [PATCH 1/3] avutil: move internal function out of public header

2015-02-10 Thread wm4
--- Why wasn't this done this way in the first place... --- libavutil/internal.h | 2 ++ libavutil/pixdesc.h | 2 -- libavutil/utils.c| 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libavutil/internal.h b/libavutil/internal.h index 0a20142..143e2db 100644 --- a/libavuti