summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_decoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-11-03 09:51:28 +0000
committerCarl Hetherington <cth@carlh.net>2014-11-03 09:51:28 +0000
commitf4c001bc77d482e4448f4e719db4a64f389daf91 (patch)
tree3a98d90cd2598939a181aa664722b9820b9d4492 /src/lib/ffmpeg_decoder.cc
parente1a7890c6cee31ebbd55e5209cd14bb3b9b93bf0 (diff)
Fix mix-merge of previous.
Diffstat (limited to 'src/lib/ffmpeg_decoder.cc')
-rw-r--r--src/lib/ffmpeg_decoder.cc3
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