summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-01-12 13:31:55 +0100
committerAnton Khirnov <anton@khirnov.net>2012-01-27 10:52:42 +0100
commit64f6f6f83662f0a307b3d59d6c0672e0aae96830 (patch)
tree719f24af7464aa7590bd2750007964c821384a3e /libavformat/avformat.h
parent21824e5b88c4f5796e47847c0331bae223a21e49 (diff)
lavf: remove disabled FF_API_GUESS_IMG2_CODEC cruft
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index fe2b0cfdb7..d71ae2ff6b 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1191,10 +1191,6 @@ AVProgram *av_new_program(AVFormatContext *s, int id);
*/
-#if FF_API_GUESS_IMG2_CODEC
-attribute_deprecated enum CodecID av_guess_image2_codec(const char *filename);
-#endif
-
/**
* @addtogroup lavf_decoding
* @{