Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2013-06-29 22:20:20 +0400
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2013-06-29 22:24:02 +0400
commit7798a59dc14ae27efe64e639a42646002608a908 (patch)
tree5e540c0a352f2a6c41789bc90e37627231ec3905 /avconv.c
parent02ec656af72030eea4f3d63e30b25625cce6a3df (diff)
avconv: Don't include colorspace.h
The header is private, and avconv.c doesn't use it for anything. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'avconv.c')
-rw-r--r--avconv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/avconv.c b/avconv.c
index 9fa0675690..271ae60047 100644
--- a/avconv.c
+++ b/avconv.c
@@ -35,7 +35,6 @@
#include "libavutil/channel_layout.h"
#include "libavutil/parseutils.h"
#include "libavutil/samplefmt.h"
-#include "libavutil/colorspace.h"
#include "libavutil/fifo.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/dict.h"