On 4/18/05, Taylor Jacob <[EMAIL PROTECTED]> wrote:
<snip>
> 2. Comment out the av_remove_stream() code in
> libs/libmythtv/avformatdecoder.cpp.. This is most likely the source of the
> audio going silent in livetv..
<snip>
I'm experiencing similar audio issues, but as I'm certainly no
developer, can I just check that all that you're talking about, above,
is commenting out the one line referencing av_remove_stream(), as per
below, or do I need to comment out a bit more of the code?
Many thanks
Peter
--- libs/libmythtv/avformatdecoder.cpp 2005-04-17 09:36:35.000000000 +0100
+++ libs/libmythtv/avformatdecoder.cpp 2005-04-17 09:40:14.999043108 +0100
@@ -264,7 +264,7 @@
{
if (st->codec.codec)
avcodec_close(&st->codec);
- av_remove_stream(ic, st->id);
+// av_remove_stream(ic, st->id);
}
}
_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev