1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-02 06:23:23 +02:00

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

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2014-08-09 15:30:03 +02:00
parent 25eeff9600
commit f75786f3bc

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"