lavf: make av_guess_image2_codec internal

It doesn't look very useful as a public function.
This commit is contained in:
Anton Khirnov
2011-04-05 13:13:53 +02:00
parent 5593f03148
commit a9bf9d8e53
5 changed files with 18 additions and 3 deletions

View File

@@ -250,4 +250,6 @@ void ff_reduce_index(AVFormatContext *s, int stream_index);
void ff_make_absolute_url(char *buf, int size, const char *base,
const char *rel);
enum CodecID ff_guess_image2_codec(const char *filename);
#endif /* AVFORMAT_INTERNAL_H */