Re: [libav-devel] [PATCH 2/5] lavf: make av_guess_image2_codec internal

2011-04-08 Thread Ronald S. Bultje
Hi, On Fri, Apr 8, 2011 at 5:48 AM, Anton Khirnov wrote: > It doesn't look very useful as a public function. > --- >  libavformat/avformat.h |    4 +++- >  libavformat/img2.c     |    8 >  libavformat/internal.h |    2 ++ >  libavformat/utils.c    |    4 ++-- >  libavformat/version.h  |

[libav-devel] [PATCH 2/5] lavf: make av_guess_image2_codec internal

2011-04-08 Thread Anton Khirnov
It doesn't look very useful as a public function. --- libavformat/avformat.h |4 +++- libavformat/img2.c |8 libavformat/internal.h |2 ++ libavformat/utils.c|4 ++-- libavformat/version.h |3 +++ 5 files changed, 18 insertions(+), 3 deletions(-) diff --git a