summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-04-09 07:30:33 +0200
committerAnton Khirnov <anton@khirnov.net>2011-04-09 13:35:10 +0200
commit17ca374c7d09b9f0c102709f2437a3a76de7bad0 (patch)
tree16ce940e44ce1c8351586a74a0952b88f8ae1e6c /libavformat
parentda21440d46244c424ef4782a18fbcf6823d308fd (diff)
avformat.h: fix a misplaced #endif
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/avformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 5c8456f337..24c7958111 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -998,8 +998,8 @@ void av_pkt_dump_log2(void *avcl, int level, AVPacket *pkt, int dump_payload,
#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,
-#endif
int dump_payload);
+#endif
/**
* Initialize libavformat and register all the muxers, demuxers and