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
commit1d911bb404f547599d69312325a2bb63888e8408 (patch)
tree4db97a9c4dd416a9604116363960fde292bb0149 /libavformat/avformat.h
parent64f6f6f83662f0a307b3d59d6c0672e0aae96830 (diff)
lavf: remove disabled FF_API_SDP_CREATE 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 d71ae2ff6b..a7d17126b2 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1770,10 +1770,6 @@ int av_filename_number_test(const char *filename);
*/
int av_sdp_create(AVFormatContext *ac[], int n_files, char *buf, int size);
-#if FF_API_SDP_CREATE
-attribute_deprecated int avf_sdp_create(AVFormatContext *ac[], int n_files, char *buff, int size);
-#endif
-
/**
* Return a positive value if the given filename has one of the given
* extensions, 0 otherwise.