summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-08-12 19:17:55 -0400
committerMichael Niedermayer <michaelni@gmx.at>2013-08-13 04:18:32 +0200
commit7a48b1c49282d8386632301e77611dfbf5fd9834 (patch)
treeda6f415fa88ffda09128af7dcd942e32c67d4562 /libavformat/avformat.h
parentca2378ad04e101b57017df9129fffef928d246cf (diff)
Remove FF_API_PKT_DUMP cruft. Not compiled since libavformat 54.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index d5f8a29869..923e253f60 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1423,12 +1423,6 @@ AVProgram *av_new_program(AVFormatContext *s, int id);
*/
-#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
-
#if FF_API_ALLOC_OUTPUT_CONTEXT
/**
* @deprecated deprecated in favor of avformat_alloc_output_context2()