On Mon, 20 Feb 2012 11:35:08 +0100, Diego Biurrun <[email protected]> wrote:
> ---
>  libavcodec/Makefile      |    2 +-
>  libavcodec/dv.c          |  803 
> +---------------------------------------------
>  libavcodec/dv_tablegen.h |    4 +-
>  libavcodec/dvdata.h      |  157 +++++++++
>  libavcodec/dvenc.c       |  667 ++++++++++++++++++++++++++++++++++++++
>  5 files changed, 834 insertions(+), 799 deletions(-)
>  create mode 100644 libavcodec/dvenc.c
> 
> --- a/libavcodec/dv_tablegen.h
> +++ b/libavcodec/dv_tablegen.h
> @@ -24,6 +24,8 @@
>  #define AVCODEC_DV_TABLEGEN_H
>  
>  #include <stdint.h>
> +
> +#include "libavutil/attributes.h"
>  #include "dv_vlc_data.h"
>  
>  #if CONFIG_SMALL
> @@ -46,7 +48,7 @@ typedef struct dv_vlc_pair {
>  #else
>  static struct dv_vlc_pair 
> dv_vlc_map[DV_VLC_MAP_RUN_SIZE][DV_VLC_MAP_LEV_SIZE];
>  
> -static void dv_vlc_map_tableinit(void)
> +static void av_unused dv_vlc_map_tableinit(void)
>  {
>      int i, j;
>      for (i = 0; i < NB_DV_VLC - 1; i++) {

Unrelated?

Otherwise looks fine.

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

Reply via email to