I must confess I never checked the value of the 3rd parameter on return from avcodec_decode_video2().
Alex On Wed, May 18, 2011 at 10:12 AM, pavan kumar <[email protected]> wrote: > ok Alex, thank u for giving the valuable suggestions > now am facing other problem, > for decoding the video am using > the function avcodec_decode_video2() function > as per the syntax if decoding is successful it will return the amount of > bytes decoded and the there is other parameter by name (got picture) it > will assign the non zero value > if any frame is decompressed successfully > here am getting the number of bytes decoded as +ve value but the got picture > variable is assigning the value zero... > > > > _______________________________________________ > 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
