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:02 +0100
commit435c2a31ad5eead20eda1152097f60c3bfa22847 (patch)
tree8103097e6232b768a640d03b8933133a7e17983f /libavformat/avformat.h
parentc7e044c61bb08b3a6e1e8063e8f4449c88b01201 (diff)
lavf: remove disabled FF_API_READ_PACKET cruft
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 32d9c0c195..de4f62ca04 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1287,24 +1287,6 @@ int av_find_best_stream(AVFormatContext *ic,
AVCodec **decoder_ret,
int flags);
-#if FF_API_READ_PACKET
-/**
- * @deprecated use AVFMT_FLAG_NOFILLIN | AVFMT_FLAG_NOPARSE to read raw
- * unprocessed packets
- *
- * Read a transport packet from a media file.
- *
- * This function is obsolete and should never be used.
- * Use av_read_frame() instead.
- *
- * @param s media file handle
- * @param pkt is filled
- * @return 0 if OK, AVERROR_xxx on error
- */
-attribute_deprecated
-int av_read_packet(AVFormatContext *s, AVPacket *pkt);
-#endif
-
/**
* Return the next frame of a stream.
* This function returns what is stored in the file, and does not validate