]> git.pld-linux.org Git - packages/avifile.git/blob - avifile-aviplay_h.patch
- enhanced ffmpeg patch to cover 4.x
[packages/avifile.git] / avifile-aviplay_h.patch
1 diff -burN avifile0.7-0.7.34-vanilla/include/aviplay.h avifile0.7-0.7.34/include/aviplay.h
2 --- avifile0.7-0.7.34-vanilla/include/aviplay.h Fri May  2 22:54:52 2003
3 +++ avifile0.7-0.7.34/include/aviplay.h Fri May  2 22:57:57 2003
4 @@ -273,7 +273,7 @@
5  };
6  
7  IAviPlayer* CreateAviPlayer(const char* filename, int bitdepth,
8 -                           const char* subfile = 0, unsigned int flags = 0,
9 +                           const char* subfile = 0, unsigned long flags = 0,
10                             // vcodec & acodec are going to be supported
11                             const char* vcodec = 0, const char* acodec = 0);
12  
This page took 0.047006 seconds and 3 git commands to generate.