From f4c001bc77d482e4448f4e719db4a64f389daf91 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 3 Nov 2014 09:51:28 +0000 Subject: Fix mix-merge of previous. --- src/lib/ffmpeg_decoder.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/lib/ffmpeg_decoder.cc') 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 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 -- cgit v1.2.3