[mythtv] 0.18 Choppy audio and video on some uk
freeview dvbchannels
Jason
jandmspam at earthlink.net
Thu Apr 21 00:01:19 UTC 2005
Thanks. That did the trick.
>>Ok, I've been trying this. I'm now using TS mode, HW decode (set in
>>mythtvsetup to work around issues I've seen mentioned relating to
>>XVMC_VLD) and have commented out the 1 line in avformatdecoder that
>>mentions av_remove_stream.
>>
>>
>
>I need to clarify.. Comment out this entire piece of code..
>
> for (int i = ic->nb_streams - 1; i >= 0; i--)
> {
> AVStream *st = ic->streams[i];
> if (st->codec.codec_type == CODEC_TYPE_AUDIO)
> {
> if (st->codec.codec)
> avcodec_close(&st->codec);
> av_remove_stream(ic, st->id);
> }
> }
>
>Not just the av_remove_stream..
>
>_______________________________________________
>mythtv-dev mailing list
>mythtv-dev at mythtv.org
>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
>
>
>
More information about the mythtv-dev
mailing list