From 7f2ddf16eb9dddbbe0a78afd27608ea71ea7730f Mon Sep 17 00:00:00 2001 From: Alexander Shishkov Date: Thu, 15 Mar 2012 20:39:11 +0000 Subject: [PATCH] minor changes in wrapper 5 --- modules/highgui/src/cap_ffmpeg_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/highgui/src/cap_ffmpeg_impl.hpp b/modules/highgui/src/cap_ffmpeg_impl.hpp index 70e44ef684..cc11f41a5a 100644 --- a/modules/highgui/src/cap_ffmpeg_impl.hpp +++ b/modules/highgui/src/cap_ffmpeg_impl.hpp @@ -1371,7 +1371,7 @@ bool CvVideoWriter_FFMPEG::open( const char * filename, int fourcc, double fps, int width, int height, bool is_color ) { CodecID codec_id = CODEC_ID_NONE; - int err, codec_pix_fmt, bitrate_scale=64; + int err, codec_pix_fmt, bitrate_scale = 64; close();