search for: avi_max_video_chunk

Displaying 1 result from an estimated 1 matches for "avi_max_video_chunk".

2005 Feb 26
1
[patch] fixes for avi2vp3
...problems with avi2vp3: 1. open() is not called with O_BINARY , this causes the program to crash or give undesired results on win32 (and maybe other platforms?), as binary mode is not default. 2. win32 does not understand chmod flags, ie: (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) 3. buffer = malloc(AVI_max_video_chunk(avifile)); for some reason, AVI_max_video_chunk(avifile) returns 0, i've set an arbitrary high value for it until someone fixes it correctly. -- Nehal -------------- next part -------------- A non-text attachment was scrubbed... Name: avi2vp3-fixes-nehal.diff Type: application/octet-stream Siz...