Hi, Currently I am decoding H264 stream and I am successfully able to save each frame on my Hard disk.
I want to use the same code in my Library(DLL) which I am building but when I use av_find_stream_info() then the structure is not getting updated and the function is returning -1. If(av_find_stream_info(pFormatCtx)<0) Return -1 Where pFormatCtx is of type AVFormatContext. AVFormatContext *pFormatCtx=NULL; Please help me regarding this ? Mit freundlichen Grüßen / Best regards Jamal Waseem RBEI/ESD1 Tel. +918067835850 Mobil +919008403062 BeQIK
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
