Browse Source

lavf/avio: do not include bprint.h.

See f75786f and 04bc370.
tags/n2.4
Nicolas George 10 years ago
parent
commit
f87db44685
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      libavformat/avio.h

+ 3
- 1
libavformat/avio.h View File

@@ -28,7 +28,6 @@

#include <stdint.h>

#include "libavutil/bprint.h"
#include "libavutil/common.h"
#include "libavutil/dict.h"
#include "libavutil/log.h"
@@ -508,6 +507,9 @@ int avio_pause(AVIOContext *h, int pause);
int64_t avio_seek_time(AVIOContext *h, int stream_index,
int64_t timestamp, int flags);

/* Avoid a warning. The header can not be included because it breaks c++. */
struct AVBPrint;

/**
* Read contents of h into print buffer, up to max_size bytes, or up to EOF.
*


Loading…
Cancel
Save