Changeset c351872b520541b73d547bc9003b6c68ddd1b941
- 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
| ra0a315c |
rc351872 |
|
| 550 | 550 | p_vids->i_chunk_size - sizeof(BITMAPINFOHEADER) ); |
|---|
| 551 | 551 | 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", |
|---|
| 553 | 553 | i, (char*)&p_vids->p_bih->biCompression, |
|---|
| 554 | 554 | (uint32_t)p_vids->p_bih->biWidth, |
|---|
| ra0a315c |
rc351872 |
|
| 407 | 407 | #ifdef AVI_DEBUG |
|---|
| 408 | 408 | 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", |
|---|
| 410 | 410 | (char*)&p_chk->strf.vids.p_bih->biCompression, |
|---|
| 411 | 411 | (uint32_t)p_chk->strf.vids.p_bih->biWidth, |
|---|