Fix mix-merge of previous.
authorCarl Hetherington <cth@carlh.net>
Mon, 3 Nov 2014 09:51:28 +0000 (09:51 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 3 Nov 2014 09:51:28 +0000 (09:51 +0000)
src/lib/ffmpeg_decoder.cc

index d1b65cbc2846b56014f8dbc6a1bd108ab9408501..a96a4fb408df49dacaf79387365f4131db543d98 100644 (file)
@@ -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