X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fkino%2Favi.h;h=d22d5e6f67c8ac248193a99794d6b25e266d17f1;hb=4112170ce8053261b9c67f58df87c2a3573b6602;hp=68f2ea4ffad671398d3c94ca57e4c769bc312a1d;hpb=efd5f25f6fe70f75f9787e9c7f2b53730ecf6048;p=melted diff --git a/src/modules/kino/avi.h b/src/modules/kino/avi.h index 68f2ea4..d22d5e6 100644 --- a/src/modules/kino/avi.h +++ b/src/modules/kino/avi.h @@ -21,6 +21,9 @@ * Change log: * * $Log$ +* Revision 1.4 2005/07/25 07:21:39 lilo_booter +* + fixes for opendml dv avi +* * Revision 1.3 2005/06/21 20:59:39 lilo_booter * src/framework/mlt_consumer.c src/framework/mlt_consumer.h * + Added a general profile handling for size, aspect ratio and display ratio @@ -240,6 +243,7 @@ typedef struct LONG biYPelsPerMeter; DWORD biClrUsed; DWORD biClrImportant; + char dummy[ 1040 ]; } PACKED(BITMAPINFOHEADER); @@ -270,7 +274,7 @@ typedef struct DWORD dwSize; DWORD dwDuration; } - aIndex[ 2014 ]; + aIndex[ 3198 ]; } PACKED(AVISuperIndex); @@ -288,7 +292,7 @@ typedef struct DWORD dwOffset; DWORD dwSize; } - aIndex[ 4028 ]; + aIndex[ 17895 ]; } PACKED(AVIStdIndex);