On 01/14/2012 03:35 PM, Kostya Shishkov wrote:

> +/**
> + * Decode a single frame.
> + * @param avctx decoder context
> + * @param data decoded frame
> + * @param data_size size of the decoded frame
> + * @param buf input buffer
> + * @param buf_size input buffer size
> + * @return 0 success, -1 on error
> + */
> +static int escape130_decode_frame(AVCodecContext *avctx, void *data,
> +                                  int *data_size, AVPacket *avpkt)


That documentation doesn't look right. Also, shouldn't we use the
current API for new encoders (*got_picture_ptr instead of *data_size)?

-Justin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to