diff options
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 (); } |
