On Thu, Aug 15, 2013 at 02:03:35PM +0200, Diego Biurrun wrote:
> ---
>  libavcodec/mpeg12decdata.h |    1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/libavcodec/mpeg12decdata.h b/libavcodec/mpeg12decdata.h
> index 323a902..1c71bd9 100644
> --- a/libavcodec/mpeg12decdata.h
> +++ b/libavcodec/mpeg12decdata.h
> @@ -33,7 +33,6 @@
>  
>  
>  #define MB_TYPE_ZERO_MV   0x20000000
> -#define IS_ZERO_MV(a)   ((a)&MB_TYPE_ZERO_MV)
>  
>  static const uint8_t table_mb_ptype[7][2] = {
>      { 3, 5 }, // 0x01 MB_INTRA
> -- 

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

Reply via email to