minor changes in wrapper 5
authorAlexander Shishkov <no@email>
Thu, 15 Mar 2012 20:39:11 +0000 (20:39 +0000)
committerAlexander Shishkov <no@email>
Thu, 15 Mar 2012 20:39:11 +0000 (20:39 +0000)
modules/highgui/src/cap_ffmpeg_impl.hpp

index 70e44ef..cc11f41 100644 (file)
@@ -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();