Changeset c351872b520541b73d547bc9003b6c68ddd1b941

Show
Ignore:
Timestamp:
06/17/08 09:29:57 (2 months ago)
Author:
Jean-Baptiste Kempf <jb@videolan.org>
git-committer:
Jean-Baptiste Kempf <jb@videolan.org> 1213687797 -0700
git-parent:

[8674567614a2b6a7d0391662527323cfc57670a2]

git-author:
Jean-Baptiste Kempf <jb@videolan.org> 1213687797 -0700
Message:

Fix commit [a0a315c850c037a71e4bf8fd854bb6c671af4e02]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/demux/avi/avi.c

    ra0a315c rc351872  
    550550                           p_vids->i_chunk_size - sizeof(BITMAPINFOHEADER) ); 
    551551                fmt.p_extra = &p_vids->p_bih[1]; 
    552                 msg_Dbg( p_demux, "stream[%d] video(%4.4s) %dx%d %dbpp %ffps", 
     552                msg_Dbg( p_demux, "stream[%d] video(%4.4s) %"PRIu32"x%"PRIu32" %dbpp %ffps", 
    553553                         i, (char*)&p_vids->p_bih->biCompression, 
    554554                         (uint32_t)p_vids->p_bih->biWidth, 
  • modules/demux/avi/libavi.c

    ra0a315c rc351872  
    407407#ifdef AVI_DEBUG 
    408408            msg_Dbg( (vlc_object_t*)s, 
    409                      "strf: video:%4.4s %dx%d planes:%d %dbpp", 
     409                     "strf: video:%4.4s %"PRIu32"x%"PRIu32" planes:%d %dbpp", 
    410410                     (char*)&p_chk->strf.vids.p_bih->biCompression, 
    411411                     (uint32_t)p_chk->strf.vids.p_bih->biWidth,