On Tue, Jan 08, 2013 at 03:37:11PM +0100, Anton Khirnov wrote:
> ---
>  libavcodec/ivi_common.c |   21 +++++++--------------
>  libavcodec/ivi_common.h |    1 -
>  2 files changed, 7 insertions(+), 15 deletions(-)
> 
> diff --git a/libavcodec/ivi_common.c b/libavcodec/ivi_common.c
> index 76782e5..3d7cd13 100644
> --- a/libavcodec/ivi_common.c
> +++ b/libavcodec/ivi_common.c
> @@ -811,6 +811,7 @@ int ff_ivi_decode_frame(AVCodecContext *avctx, void 
> *data, int *got_frame,
>  {
>      IVI45DecContext *ctx = avctx->priv_data;
>      const uint8_t   *buf = avpkt->data;
> +    AVFrame       *frame = data;

Diego might when he sees this. Or not.

>      int             buf_size = avpkt->size;
>      int             result, p, b;
>  

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

Reply via email to