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