diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-04-09 07:30:33 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-09 13:35:10 +0200 |
commit | 17ca374c7d09b9f0c102709f2437a3a76de7bad0 (patch) | |
tree | 16ce940e44ce1c8351586a74a0952b88f8ae1e6c | |
parent | da21440d46244c424ef4782a18fbcf6823d308fd (diff) | |
download | ffmpeg-17ca374c7d09b9f0c102709f2437a3a76de7bad0.tar.gz |
avformat.h: fix a misplaced #endif
-rw-r--r-- | libavformat/avformat.h | 2 |
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 |