Commit 7f2ddf16 authored by Alexander Shishkov's avatar Alexander Shishkov

minor changes in wrapper 5

parent cfe4317e
...@@ -1371,7 +1371,7 @@ bool CvVideoWriter_FFMPEG::open( const char * filename, int fourcc, ...@@ -1371,7 +1371,7 @@ bool CvVideoWriter_FFMPEG::open( const char * filename, int fourcc,
double fps, int width, int height, bool is_color ) double fps, int width, int height, bool is_color )
{ {
CodecID codec_id = CODEC_ID_NONE; CodecID codec_id = CODEC_ID_NONE;
int err, codec_pix_fmt, bitrate_scale=64; int err, codec_pix_fmt, bitrate_scale = 64;
close(); close();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment