[MPlayer-dev-eng] [PATCH] lavf + libtheora support
compn
tempn at twmi.rr.com
Fri Mar 19 05:01:29 CET 2010
On Thu, 18 Mar 2010 22:54:01 +0100, Aurelien Jacobs wrote:
>On Thu, Mar 18, 2010 at 12:36:51AM +0100, Reimar Döffinger wrote:
>> On Thu, Mar 18, 2010 at 12:11:14AM +0100, Aurelien Jacobs wrote:
>> > + uint8_t *extradata = sh->bih + 1;
>>
>> I think that misses a cast to avoid a warning (i.e. it should be
>> uint8_t *extradata = (uint8_t *)(sh->bih + 1);
>
>Indeed, it seems I missed this warning...
>
>> Otherwise great!
>
>Applied with the cast.
missing changelog update.
-compn
More information about the MPlayer-dev-eng
mailing list