Hi All,

In a parser function like the AAC example:

int ff_aac_ac3_parse(AVCodecParserContext *s1,
                     AVCodecContext *avctx,
                     const uint8_t **poutbuf, int *poutbuf_size,
                     const uint8_t *buf, int buf_size)

The buffer 'buff' has to be points to the data in the bitstream right? I
couldn't get any such data when I wrote a call to handle a parser. The
buffer 'buf' was just simply empty. Could you please give me an idea as
how and where this buffer gets filled?

Thanks in advance. :)

Cheers,
Bob

_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to