1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-29 22:00:58 +02:00

avutil: do not use avcodec header in frame.h

This commit is contained in:
Vittorio Giovara 2014-01-08 01:20:18 +01:00
parent abb5e37f64
commit 02b9fafcca

View File

@ -22,13 +22,12 @@
#include <stdint.h>
#include "libavcodec/version.h"
#include "avutil.h"
#include "buffer.h"
#include "dict.h"
#include "rational.h"
#include "samplefmt.h"
#include "version.h"
enum AVFrameSideDataType {
/**