When I decode the display renders big gray rectangles that fill the screen, it keeps reading and alerting "No frame" until eventually it just stops decoding, probably because it has nothing to decode anymore.
On Wed, Feb 22, 2012 at 4:38 AM, Andrey Utkin < [email protected]> wrote: > 2012/2/21 Patrick Zielinski <[email protected]>: > > [h264 @ 05f32a80] no frame! > > > > I've encoded the mkv's with x264 so I'm having a hard time understand > how > > it cannot find a frame, it occurs when I call > > > > avcodec_decode_video2(pCodecCtx, pFrame, &gotFrame, &packet); > > > > > > What kind of details am I missing, because the different structs seem to > > have correct data. > > Try ignoring such situation, and decode further. > > -- > Andrey Utkin > _______________________________________________ > Libav-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/libav-user > >
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
