diff options
Diffstat (limited to 'src/lib/ffmpeg_decoder.cc')
| -rw-r--r-- | src/lib/ffmpeg_decoder.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/ffmpeg_decoder.cc b/src/lib/ffmpeg_decoder.cc index d1b65cbc2..a96a4fb40 100644 --- a/src/lib/ffmpeg_decoder.cc +++ b/src/lib/ffmpeg_decoder.cc @@ -341,9 +341,6 @@ FFmpegDecoder::decode_audio_packet () Returning from the method here caused mantis #352. */ - - shared_ptr<const Film> film = _film.lock (); - assert (film); LOG_WARNING ("avcodec_decode_audio4 failed (%1)", decode_result); /* Fudge decode_result so that we come out of the while loop when |
