[Ffmpeg-devel] decoder output

Benoit Fouet benoit.fouet
Thu Mar 29 10:27:37 CEST 2007


Anonymous Anonym wrote:
> Benjamin Larsson wrote:
>   
>> http://wiki.multimedia.cx/index.php?title=FFmpeg_codec_howto
>> That might help.
>>     
>
> Thank you i have read this. Bu my question is still opened. 
>   
>> int (*decode)(AVCodecContext *, void *outdata, int *outdata_size,            >uint8_t *buf, int buf_size);
>>     
>
> How must outdata look like? does it have some specifications?
>   
have you looked into other decoder sources ?
from what i read from h26* decoders, it seems that "AVFrame *pict =
data;" is what is done.

> p.s. also there is question isn't after AVCodecContext * should be sth like avctx, if so then it should be edited in all AVCodec struct in this wikipage.
> p.p.s. sorry for asking stupid questions.
Ben





More information about the ffmpeg-devel mailing list