Hi All, When i decode a video file, first I read the frame data using "* av_read_frame()*" function and pass the packet to the decoding function * avcodec_decode_video()*. But sometimes the application is crashing during the execution of *avcodec_decode_video() *function. When i referred the * avcodec_decode_video()* function, it is mentioned that the buffer should have extra space. Is the extra buffer space *FF_INPUT_BUFFER_PADDING_SIZE*included automatically by *av_read_frame()* or should we add this extra buffer space manually?
Thanks & Regards, Srinivasan. _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
