Commit 02b9fafc authored by Vittorio Giovara's avatar Vittorio Giovara

avutil: do not use avcodec header in frame.h

parent abb5e37f
...@@ -22,13 +22,12 @@ ...@@ -22,13 +22,12 @@
#include <stdint.h> #include <stdint.h>
#include "libavcodec/version.h"
#include "avutil.h" #include "avutil.h"
#include "buffer.h" #include "buffer.h"
#include "dict.h" #include "dict.h"
#include "rational.h" #include "rational.h"
#include "samplefmt.h" #include "samplefmt.h"
#include "version.h"
enum AVFrameSideDataType { enum AVFrameSideDataType {
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment