On 27/04/16 13:37, Alexandra Hájková wrote:
> huffman does not call any bitreading functions
> ---
>  libavcodec/huffman.c | 3 +++
>  libavcodec/huffman.h | 2 +-
>  2 files changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/libavcodec/huffman.c b/libavcodec/huffman.c
> index 2a3db87..6d5e30a 100644
> --- a/libavcodec/huffman.c
> +++ b/libavcodec/huffman.c
> @@ -28,6 +28,9 @@
>  
>  #include "avcodec.h"
>  #include "huffman.h"
> +#include "vlc.h"
> +
> +#include"libavutil/common.h"
>  
>  /* symbol for Huffman tree node */
>  #define HNODE -1
> diff --git a/libavcodec/huffman.h b/libavcodec/huffman.h
> index c9eeb37..87cbe4b 100644
> --- a/libavcodec/huffman.h
> +++ b/libavcodec/huffman.h
> @@ -27,7 +27,7 @@
>  #define AVCODEC_HUFFMAN_H
>  
>  #include "avcodec.h"
> -#include "get_bits.h"
> +#include "vlc.h"
>  
>  typedef struct Node {
>      int16_t  sym;
> 

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

Reply via email to