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 | 1d911bb404f547599d69312325a2bb63888e8408 (patch) | |
tree | 4db97a9c4dd416a9604116363960fde292bb0149 /libavformat/sdp.c | |
parent | 64f6f6f83662f0a307b3d59d6c0672e0aae96830 (diff) | |
download | ffmpeg-1d911bb404f547599d69312325a2bb63888e8408.tar.gz |
lavf: remove disabled FF_API_SDP_CREATE cruft
Diffstat (limited to 'libavformat/sdp.c')
-rw-r--r-- | libavformat/sdp.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libavformat/sdp.c b/libavformat/sdp.c index d89591fe80..ddf28bd7ab 100644 --- a/libavformat/sdp.c +++ b/libavformat/sdp.c @@ -643,9 +643,3 @@ void ff_sdp_write_media(char *buff, int size, AVCodecContext *c, const char *des } #endif -#if FF_API_SDP_CREATE -int avf_sdp_create(AVFormatContext *ac[], int n_files, char *buff, int size) -{ - return av_sdp_create(ac, n_files, buff, size); -} -#endif |