summaryrefslogtreecommitdiff
path: root/src/lib/scaler.h
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/scaler.h
parent02e2271a16804a35698f513f536a9ab1893b8612 (diff)
Tentative support for 3D from alternate frames.
Also remove references to libpostproc. Requested-by: Jean-Jacques Mantello
Diffstat (limited to 'src/lib/scaler.h')
-rw-r--r--src/lib/scaler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/scaler.h b/src/lib/scaler.h
index 6a039edd8..14077ff1d 100644
--- a/src/lib/scaler.h
+++ b/src/lib/scaler.h
@@ -36,7 +36,7 @@ class Scaler : public boost::noncopyable
public:
Scaler (int f, std::string i, std::string n);
- /** @return id used for calls to FFmpeg's pp_postprocess */
+ /** @return id used for calls to FFmpeg's sws_getContext */
int ffmpeg_id () const {
return _ffmpeg_id;
}