On 2011-12-27 19:13:03 +0100, Diego Biurrun wrote:
> ---
>  libavcodec/cabac.c |   58 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++
>  libavcodec/cabac.h |   58 
> ----------------------------------------------------
>  2 files changed, 58 insertions(+), 58 deletions(-)
> 
> diff --git a/libavcodec/cabac.c b/libavcodec/cabac.c
> index 57ab395..77a5e7f 100644
> --- a/libavcodec/cabac.c
> +++ b/libavcodec/cabac.c
> @@ -300,6 +300,64 @@ static void put_cabac_ueg(CABACContext *c, uint8_t * 
> state, int v, int max, int
>      }
>  }
>  
> +#if 0

how are they used if they are under '#if 0' ?

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

Reply via email to