On 2014-02-28 15:51:18 +0100, Vittorio Giovara wrote:
> ---
>  libavcodec/h264_refs.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavcodec/h264_refs.c b/libavcodec/h264_refs.c
> index 78bb7c4..ccdb49b 100644
> --- a/libavcodec/h264_refs.c
> +++ b/libavcodec/h264_refs.c
> @@ -535,7 +535,7 @@ static int check_opcodes(MMCO *mmco1, MMCO *mmco2, int 
> n_mmcos)
>  int ff_generate_sliding_window_mmcos(H264Context *h, int first_slice)
>  {
>      MMCO mmco_temp[MAX_MMCO_COUNT], *mmco = first_slice ? h->mmco : 
> mmco_temp;
> -    int mmco_index = 0, i;
> +    int mmco_index = 0, i = 0;
>  
>      assert(h->long_ref_count + h->short_ref_count <= h->sps.ref_frame_count);
>  

ok

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

Reply via email to