[FFmpeg-devel] [PATCH] Fix some warnings in NUT (de)muxer

Vitor Sessak vitor1001
Wed Mar 24 23:45:42 CET 2010


Michael Niedermayer wrote:
> On Wed, Mar 24, 2010 at 09:03:31PM +0100, Vitor Sessak wrote:
>> Michael Niedermayer wrote:
>>> On Wed, Mar 24, 2010 at 08:35:24PM +0100, Vitor Sessak wrote:
>>>> $subj.

[...]

>>>> @@ -69,9 +73,10 @@
>>>>      }
>>>>  }
>>>>  -static void enu_free(void *opaque, void *elem)
>>>> +static int enu_free(void *opaque, void *elem)
>>>>  {
>>>>      av_free(elem);
>>>> +    return 0;
>>>>  }
>>> ok
>> Applied. What about the second patch in the previous email?
> 
> ok of corse

Applied.

-Vitor



More information about the ffmpeg-devel mailing list