A condition can't be met because using_passthru is going to be false no

From: Erik Hovland <erik@hovland.org>

matter what by the time the code is reached.
---

 libs/libmythtv/avformatdecoder.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libs/libmythtv/avformatdecoder.cpp b/libs/libmythtv/avformatdecoder.cpp
index 4f325b0..bcd3cd6 100644
--- a/libs/libmythtv/avformatdecoder.cpp
+++ b/libs/libmythtv/avformatdecoder.cpp
@@ -4047,7 +4047,7 @@ bool AvFormatDecoder::SetupAudioStream(void)
                              audioIn.do_passthru);
 
     // allow the audio stuff to reencode
-    GetNVP()->SetAudioCodec(using_passthru?codec_ctx:NULL);
+    GetNVP()->SetAudioCodec(NULL);
     GetNVP()->ReinitAudio();
 
     return true;
