mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Merge remote-tracking branch 'qatar/master'
* qatar/master: avutil: do not use avcodec header in frame.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
c47fc0339a
@ -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 AVColorSpace{
|
enum AVColorSpace{
|
||||||
AVCOL_SPC_RGB = 0,
|
AVCOL_SPC_RGB = 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user