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
commit21824e5b88c4f5796e47847c0331bae223a21e49 (patch)
treea13e1f7f86f8a1bf0a282118bae616c590dcd02d /libavformat/avformat.h
parentcc10ab79ec68697b961aebb7e1cb9eb5f529db60 (diff)
lavf: remove disabled FF_API_PKT_DUMP cruft
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index cbb139feca..fe2b0cfdb7 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1195,13 +1195,6 @@ AVProgram *av_new_program(AVFormatContext *s, int id);
attribute_deprecated enum CodecID av_guess_image2_codec(const char *filename);
#endif
-#if FF_API_PKT_DUMP
-attribute_deprecated void av_pkt_dump(FILE *f, AVPacket *pkt, int dump_payload);
-attribute_deprecated void av_pkt_dump_log(void *avcl, int level, AVPacket *pkt,
- int dump_payload);
-#endif
-
-
/**
* @addtogroup lavf_decoding
* @{