On Thu, Apr 3, 2014 at 4:52 PM, Luca Barbato <[email protected]> wrote:
> Reported-By: Vittorio Giovara <[email protected]>
> ---
>  libavformat/mxfdec.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c
> index d9f9e0f..58d9027 100644
> --- a/libavformat/mxfdec.c
> +++ b/libavformat/mxfdec.c
> @@ -491,7 +491,7 @@ static int mxf_read_partition_pack(void *arg, AVIOContext 
> *pb, int tag, int size
>          }
>          /* if no previous body partition are found point to the header
>           * partition */
> -        if (partition->previous_partition == partition->this_partition);
> +        if (partition->previous_partition == partition->this_partition)
>              partition->previous_partition = 0;
>          av_log(mxf->fc, AV_LOG_ERROR,
>                 "Overriding PreviousPartition with %"PRIx64"\n",

I'm glad it's just a typo.
ok for me
-- 
Vittorio
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to