summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-18 14:24:08 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-18 14:24:08 +0000
commit04ef57589ebb7c0de3377172a03b24698fd2364a (patch)
treee6afb1b0d1d20e15804033929ddd6ab1b19d2d41 /src/lib/ffmpeg.cc
parent02e2271a16804a35698f513f536a9ab1893b8612 (diff)
Tentative support for 3D from alternate frames.
Also remove references to libpostproc. Requested-by: Jean-Jacques Mantello
Diffstat (limited to 'src/lib/ffmpeg.cc')
-rw-r--r--src/lib/ffmpeg.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ffmpeg.cc b/src/lib/ffmpeg.cc
index fae9baa2b..60eea6ec7 100644
--- a/src/lib/ffmpeg.cc
+++ b/src/lib/ffmpeg.cc
@@ -21,7 +21,6 @@ extern "C" {
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#include <libswscale/swscale.h>
-#include <libpostproc/postprocess.h>
}
#include "ffmpeg.h"
#include "ffmpeg_content.h"