Browse Source

avformat.h: fix a misplaced #endif

tags/n0.8
Anton Khirnov 15 years ago
parent
commit
17ca374c7d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/avformat.h

+ 1
- 1
libavformat/avformat.h View File

@@ -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


Loading…
Cancel
Save