diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-18 21:24:17 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-18 21:24:17 +0000 |
| commit | ff1ab29c3ea270061a54bde529270953e14b9adc (patch) | |
| tree | 0c2156b850a16f62bc011d7c89fe23a5e823c818 /src/lib/ffmpeg_decoder.cc | |
| parent | de68adffc0311511568484e9ab713bee8826ec2d (diff) | |
A couple of sndfile fixes for the new world order.
Diffstat (limited to 'src/lib/ffmpeg_decoder.cc')
| -rw-r--r-- | src/lib/ffmpeg_decoder.cc | 7 |
1 files changed, 0 insertions, 7 deletions
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 |
