You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avformat.h: fix a misplaced #endif
This commit is contained in:
@@ -998,8 +998,8 @@ void av_pkt_dump_log2(void *avcl, int level, AVPacket *pkt, int dump_payload,
|
|||||||
#if FF_API_PKT_DUMP
|
#if FF_API_PKT_DUMP
|
||||||
attribute_deprecated void av_pkt_dump(FILE *f, AVPacket *pkt, int dump_payload);
|
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,
|
attribute_deprecated void av_pkt_dump_log(void *avcl, int level, AVPacket *pkt,
|
||||||
#endif
|
|
||||||
int dump_payload);
|
int dump_payload);
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Initialize libavformat and register all the muxers, demuxers and
|
* Initialize libavformat and register all the muxers, demuxers and
|
||||||
|
Reference in New Issue
Block a user