diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2013-06-29 14:20:20 -0400 |
---|---|---|
committer | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2013-06-29 14:24:02 -0400 |
commit | 7798a59dc14ae27efe64e639a42646002608a908 (patch) | |
tree | 5e540c0a352f2a6c41789bc90e37627231ec3905 /avconv.c | |
parent | 02ec656af72030eea4f3d63e30b25625cce6a3df (diff) | |
download | ffmpeg-7798a59dc14ae27efe64e639a42646002608a908.tar.gz |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |