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
