aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opencv/opencv/debian/100_ffmpeg_updates.diff
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/opencv/opencv/debian/100_ffmpeg_updates.diff')
-rw-r--r--recipes/opencv/opencv/debian/100_ffmpeg_updates.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/opencv/opencv/debian/100_ffmpeg_updates.diff b/recipes/opencv/opencv/debian/100_ffmpeg_updates.diff
new file mode 100644
index 0000000000..b0d6ab3663
--- /dev/null
+++ b/recipes/opencv/opencv/debian/100_ffmpeg_updates.diff
@@ -0,0 +1,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 */