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
|
b
|
bool AvFormatDecoder::SetupAudioStream(void)
|
| 4047 | 4047 | audioIn.do_passthru); |
| 4048 | 4048 | |
| 4049 | 4049 | // allow the audio stuff to reencode |
| 4050 | | GetNVP()->SetAudioCodec(using_passthru?codec_ctx:NULL); |
| | 4050 | GetNVP()->SetAudioCodec(NULL); |
| 4051 | 4051 | GetNVP()->ReinitAudio(); |
| 4052 | 4052 | |
| 4053 | 4053 | return true; |