avutil: do not use avcodec header in frame.h

pull/53/head
Vittorio Giovara 11 years ago
parent abb5e37f64
commit 02b9fafcca
  1. 3
      libavutil/frame.h

@ -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 {
/**

Loading…
Cancel
Save