Re: [mythtv] Is AvFormatDecoder::GetFrame(-1) broken?

2006-01-09 Thread Chris Pinkham
> Boleslaw Ciesielski wrote: > > --- libs/libmythtv/avformatdecoder.cpp (revision 8519) > > +++ libs/libmythtv/avformatdecoder.cpp (working copy) > > @@ -2483,6 +2483,7 @@ > > } > > if (onlyvideo < 0) > > { > > +

Re: [mythtv] Is AvFormatDecoder::GetFrame(-1) broken?

2006-01-09 Thread Boleslaw Ciesielski
Boleslaw Ciesielski wrote: > It seems that AvFormatDecoder::GetFrame(-1) is not returning after the > next frame but only after the entire file is read. This isn't the right > behavior, is it? This affects for example > NuppelVideoPlayer::RebuildSeekTable which does not display any progress > m

[mythtv] Is AvFormatDecoder::GetFrame(-1) broken?

2006-01-08 Thread Boleslaw Ciesielski
It seems that AvFormatDecoder::GetFrame(-1) is not returning after the next frame but only after the entire file is read. This isn't the right behavior, is it? This affects for example NuppelVideoPlayer::RebuildSeekTable which does not display any progress messages because of it. Assuming tha