blob: 3b96401a7db9957770c48315bd741323f7667b71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -Nru drip-0.8.1.bad/encoder/pulldown.cpp drip-0.8.1/encoder/pulldown.cpp
--- drip-0.8.1.bad/encoder/pulldown.cpp Sun Mar 24 06:36:36 2002
+++ drip-0.8.1/encoder/pulldown.cpp Mon Jun 10 11:20:30 2002
@@ -70,7 +70,7 @@
bool oddeven;
int framenumOffset;
-int pulldown_init(int width, int height, bool oddfirst = false, int foffset = 0){
+int pulldown_init(int width, int height, bool oddfirst, int foffset){
if((framethree = new guchar[width * height * 3]) == NULL)
return -1;
if((outframe = new guchar[width * height * 3]) == NULL)
|