summaryrefslogtreecommitdiff
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-04-08 11:36:12 +0200
committerAnton Khirnov <anton@khirnov.net>2011-04-08 16:45:40 +0200
commitc3675dfe1e345a81d704fa0dd31151b8d54589ee (patch)
tree0da28405af63bbcb44d7f66f118a8b2b506ff2f1 /libavformat/version.h
parenta9bf9d8e5349114d37cc3baf0b1e7d95197c5ef8 (diff)
lavf: rename avf_sdp_create to av_sdp_create.
The new name is more consistent with the rest of the API.
Diffstat (limited to 'libavformat/version.h')
-rw-r--r--libavformat/version.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/version.h b/libavformat/version.h
index cfe1f82393..552a1bda60 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -107,5 +107,8 @@
#ifndef FF_API_GUESS_IMG2_CODEC
#define FF_API_GUESS_IMG2_CODEC (LIBAVFORMAT_VERSION_MAJOR < 54)
#endif
+#ifndef FF_API_SDP_CREATE
+#define FF_API_SDP_CREATE (LIBAVFORMAT_VERSION_MAJOR < 54)
+#endif
#endif //AVFORMAT_VERSION_H