diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-01-12 13:31:55 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-01-27 10:52:42 +0100 |
commit | 64f6f6f83662f0a307b3d59d6c0672e0aae96830 (patch) | |
tree | 719f24af7464aa7590bd2750007964c821384a3e /libavformat/img2.c | |
parent | 21824e5b88c4f5796e47847c0331bae223a21e49 (diff) | |
download | ffmpeg-64f6f6f83662f0a307b3d59d6c0672e0aae96830.tar.gz |
lavf: remove disabled FF_API_GUESS_IMG2_CODEC cruft
Diffstat (limited to 'libavformat/img2.c')
-rw-r--r-- | libavformat/img2.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libavformat/img2.c b/libavformat/img2.c index 7203cb62d9..4ff47670a5 100644 --- a/libavformat/img2.c +++ b/libavformat/img2.c @@ -199,12 +199,6 @@ enum CodecID ff_guess_image2_codec(const char *filename) return av_str2id(img_tags, filename); } -#if FF_API_GUESS_IMG2_CODEC -enum CodecID av_guess_image2_codec(const char *filename){ - return av_str2id(img_tags, filename); -} -#endif - static int read_header(AVFormatContext *s1) { VideoData *s = s1->priv_data; |