Browse Source

Merge remote-tracking branch 'qatar/master'

* qatar/master:
  avutil: do not use avcodec header in frame.h

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.2-rc1
Michael Niedermayer 12 years ago
parent
commit
c47fc0339a
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      libavutil/frame.h

+ 1
- 2
libavutil/frame.h 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 AVColorSpace{
AVCOL_SPC_RGB = 0,


Loading…
Cancel
Save