summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-02-23 08:20:12 +0100
committerAnton Khirnov <anton@khirnov.net>2013-03-11 18:23:10 +0100
commit32e5194969e026d790e72e0b3f8f254979ea0f36 (patch)
tree8bbab9cee1cf9b8f481c4c6bab57b544a6183a6e /libavformat/avformat.h
parent435c2a31ad5eead20eda1152097f60c3bfa22847 (diff)
lavf: remove disabled FF_API_INTERLEAVE_PACKET cruft
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index de4f62ca04..da7fb791ff 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1449,16 +1449,6 @@ int av_write_frame(AVFormatContext *s, AVPacket *pkt);
*/
int av_interleaved_write_frame(AVFormatContext *s, AVPacket *pkt);
-#if FF_API_INTERLEAVE_PACKET
-/**
- * @deprecated this function was never meant to be called by the user
- * programs.
- */
-attribute_deprecated
-int av_interleave_packet_per_dts(AVFormatContext *s, AVPacket *out,
- AVPacket *pkt, int flush);
-#endif
-
/**
* Write the stream trailer to an output media file and free the
* file private data.