diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-04-05 13:13:53 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-08 16:44:29 +0200 |
commit | a9bf9d8e5349114d37cc3baf0b1e7d95197c5ef8 (patch) | |
tree | 3ef40cf17dcad4d59b54ceeacadc1621a67e0eb6 /libavformat/internal.h | |
parent | 5593f031489f54ad184dd2d2744e31006c8627a5 (diff) | |
download | ffmpeg-a9bf9d8e5349114d37cc3baf0b1e7d95197c5ef8.tar.gz |
lavf: make av_guess_image2_codec internal
It doesn't look very useful as a public function.
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r-- | libavformat/internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/internal.h b/libavformat/internal.h index 7528dae4eb..9bc23402a4 100644 --- a/libavformat/internal.h +++ b/libavformat/internal.h @@ -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 */ |