Browse Source

avformat/avio: Fix "warning: struct AVBPrint declared inside parameter list"

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.4
Michael Niedermayer 11 years ago
parent
commit
f75786f3bc
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/avio.h

+ 1
- 0
libavformat/avio.h View File

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

#include <stdint.h>

#include "libavutil/bprint.h"
#include "libavutil/common.h"
#include "libavutil/dict.h"
#include "libavutil/log.h"


Loading…
Cancel
Save