From ff1ab29c3ea270061a54bde529270953e14b9adc Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 18 Dec 2013 21:24:17 +0000 Subject: A couple of sndfile fixes for the new world order. --- src/lib/ffmpeg_decoder.cc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/lib/ffmpeg_decoder.cc') diff --git a/src/lib/ffmpeg_decoder.cc b/src/lib/ffmpeg_decoder.cc index b2e8cc44a..866d846db 100644 --- a/src/lib/ffmpeg_decoder.cc +++ b/src/lib/ffmpeg_decoder.cc @@ -141,13 +141,6 @@ FFmpegDecoder::flush () if (_ffmpeg_content->audio_stream() && _decode_audio) { decode_audio_packet (); } - -#if 0 - /* XXX */ - /* Stop us being asked for any more data */ - _video_position = _ffmpeg_content->video_length (); - _audio_position = _ffmpeg_content->audio_length (); -#endif } bool -- cgit v1.2.3