Re: [Libav-user] Suggest how to propery fill incomming AVFrame pointer in a decoder !

2016-08-24 Thread ssshukla26
Hi, I am able to fill incoming AVFrame pointers. Can anyone suggest how to wrap buf[] array of the avframe pointers ! I am too much stuck at this point . Below the code, where *decoder->dst_data[]* array consist of Y, U and V buffers of image. And *decoder->dst_linesize[]* array consist of

Re: [Libav-user] Suggest how to propery fill incomming AVFrame pointer in a decoder !

2016-08-19 Thread ssshukla26
What is the difference between *av_frame_get_buffer* and *av_image_alloc* function ? Cause using anyone of 'em, I am getting the same output ! -- View this message in context: