aboutsummaryrefslogtreecommitdiffstats
path: root/packages/opencv/opencv/debian/100_ffmpeg_updates.diff
blob: b0d6ab36635b28f64f248e9bb885018da905e1c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: opencv-1.0.0/otherlibs/highgui/cvcap_ffmpeg.cpp
===================================================================
--- opencv-1.0.0.orig/otherlibs/highgui/cvcap_ffmpeg.cpp	2008-06-08 14:42:29.000000000 +0000
+++ opencv-1.0.0/otherlibs/highgui/cvcap_ffmpeg.cpp	2008-06-08 14:42:34.000000000 +0000
@@ -781,7 +781,7 @@
 
 	if (!(mywriter->fmt->flags & AVFMT_NOFILE)) {
 		/* close the output file */
-		url_fclose(&mywriter->oc->pb);
+		url_fclose(mywriter->oc->pb);
 	}
 
 	/* free the stream */