[MPlayer-dev-eng] [PATCH] lavf + libtheora support
Aurelien Jacobs
aurel at gnuage.org
Thu Mar 18 22:54:01 CET 2010
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.
Aurel
More information about the MPlayer-dev-eng
mailing list