On 27/04/16 13:37, Alexandra Hájková wrote:
> bitstream.c does not call any bitreading functions
> ---
>  libavcodec/bitstream.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavcodec/bitstream.c b/libavcodec/bitstream.c
> index 93047a2..d37cafc 100644
> --- a/libavcodec/bitstream.c
> +++ b/libavcodec/bitstream.c
> @@ -31,8 +31,8 @@
>  #include "avcodec.h"
>  #include "internal.h"
>  #include "mathops.h"
> -#include "get_bits.h"
>  #include "put_bits.h"
> +#include "vlc.h"
>  
>  const uint8_t ff_log2_run[41]={
>   0, 0, 0, 0, 1, 1, 1, 1,
> 

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

Reply via email to