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 | 21824e5b88c4f5796e47847c0331bae223a21e49 (patch) | |
tree | a13e1f7f86f8a1bf0a282118bae616c590dcd02d /libavformat/avformat.h | |
parent | cc10ab79ec68697b961aebb7e1cb9eb5f529db60 (diff) | |
download | ffmpeg-21824e5b88c4f5796e47847c0331bae223a21e49.tar.gz |
lavf: remove disabled FF_API_PKT_DUMP cruft
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 7 |
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 * @{ |