diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-18 14:24:08 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-18 14:24:08 +0000 |
| commit | 04ef57589ebb7c0de3377172a03b24698fd2364a (patch) | |
| tree | e6afb1b0d1d20e15804033929ddd6ab1b19d2d41 /src/lib/ffmpeg_decoder.cc | |
| parent | 02e2271a16804a35698f513f536a9ab1893b8612 (diff) | |
Tentative support for 3D from alternate frames.
Also remove references to libpostproc.
Requested-by: Jean-Jacques Mantello
Diffstat (limited to 'src/lib/ffmpeg_decoder.cc')
| -rw-r--r-- | src/lib/ffmpeg_decoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_decoder.cc b/src/lib/ffmpeg_decoder.cc index 851c64606..1920f9275 100644 --- a/src/lib/ffmpeg_decoder.cc +++ b/src/lib/ffmpeg_decoder.cc @@ -142,7 +142,7 @@ FFmpegDecoder::flush () } /* Stop us being asked for any more data */ - _video_position = _ffmpeg_content->video_length (); + _video_position = _ffmpeg_content->video_length_after_3d_combine (); _audio_position = _ffmpeg_content->audio_length (); } |
