[FFmpeg-cvslog] avformat.h: fix a misplaced #endif
Anton Khirnov
git at videolan.org
Sun Apr 10 03:45:28 CEST 2011
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sat Apr 9 07:30:33 2011 +0200| [17ca374c7d09b9f0c102709f2437a3a76de7bad0] | committer: Anton Khirnov
avformat.h: fix a misplaced #endif
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=17ca374c7d09b9f0c102709f2437a3a76de7bad0
---
libavformat/avformat.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 5c8456f..24c7958 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
More information about the ffmpeg-cvslog
mailing list