summaryrefslogtreecommitdiffstats
path: root/aviheader.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-12 02:00:14 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-12 02:00:14 +0000
commit7775b350f259edb6379007ce89a2436649556936 (patch)
tree86a58ab3905840d5df0429c2e590ef2dc9f29aa5 /aviheader.c
parentd65abe9bf9ac4de036e0e349c1791591b5b9d4c6 (diff)
downloadmpv-7775b350f259edb6379007ce89a2436649556936.tar.bz2
mpv-7775b350f259edb6379007ce89a2436649556936.tar.xz
print BITMAPINFOHDR too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1493 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'aviheader.c')
-rw-r--r--aviheader.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/aviheader.c b/aviheader.c
index b73b4a1935..7c1351820a 100644
--- a/aviheader.c
+++ b/aviheader.c
@@ -96,6 +96,7 @@ while(1){
if(verbose>=1) printf("found 'bih', %d bytes of %d\n",chunksize,sizeof(BITMAPINFOHEADER));
stream_read(demuxer->stream,(char*) sh_video->bih,chunksize);
le2me_BITMAPINFOHEADER(sh_video->bih); // swap to machine endian
+ if(verbose>=1) print_video_header(sh_video->bih);
chunksize=0;
// sh_video->fps=(float)sh_video->video.dwRate/(float)sh_video->video.dwScale;
// sh_video->frametime=(float)sh_video->video.dwScale/(float)sh_video->video.dwRate;