[mythtv] AVSync Problem on entering recorded playback
Stephen Williams
stephen.gw at gmail.com
Thu Mar 30 10:57:40 UTC 2006
On 3/30/06, Graham Finlayson <graham.finlayson at gmail.com> wrote:
> Stephen,
>
> I also have encountered this problem in the past and it was annoying me. I
> made the following quick hack based on what you have discovered, and this
> works on my environment. In the for loop in AvFormatDecoder::ScanStreams I
> added
>
> if ( enc->enc_type == CODEC_TYPE_VIDEO && enc->bit_rate == 0 )
> continue;
>
> I also have DVB-T in the UK.
>
> Graham
Nice to know it's not just me! I've got a few patches to submit
following my look at AVsync so at some point in the near furure i'll
open a Trac ticket for this issue.
Thanks for supplying the datapoint.
Stephen
More information about the mythtv-dev
mailing list