[Ffmpeg-devel] fix some warnings
    Diego Biurrun 
    diego
       
    Wed Jan 25 23:10:33 CET 2006
    
    
  
On Wed, Jan 25, 2006 at 12:18:42PM +0100, Michael Niedermayer wrote:
> 
> On Wed, Jan 25, 2006 at 12:09:24PM +0100, Luca Abeni wrote:
> > 
> > @@ -6971,7 +6971,7 @@ static int decode_slice(H264Context *h){
> >  
> >  static int decode_unregistered_user_data(H264Context *h, int size){
> >      MpegEncContext * const s = &h->s;
> > -    uint8_t user_data[16+256];
> > +    char user_data[16+256];
> >      int e, build, i;
> 
> IMHO uint8_t is more correct here
> 
> the other stuff looks ok and can be applied ...
Applied without that hunk.
Diego
    
    
More information about the ffmpeg-devel
mailing list