[mythtv] 0.18 Choppy audio and video on some uk freeview dvbchannels

Peter pleeke at gmail.com
Mon Apr 18 07:54:50 UTC 2005


On 4/18/05, Taylor Jacob <rtjacob at earthlink.net> 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);
         }
     }


More information about the mythtv-dev mailing list