projects
/
platform
/
upstream
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfe4317
)
minor changes in wrapper 5
author
Alexander Shishkov
<no@email>
Thu, 15 Mar 2012 20:39:11 +0000
(20:39 +0000)
committer
Alexander Shishkov
<no@email>
Thu, 15 Mar 2012 20:39:11 +0000
(20:39 +0000)
modules/highgui/src/cap_ffmpeg_impl.hpp
patch
|
blob
|
history
diff --git
a/modules/highgui/src/cap_ffmpeg_impl.hpp
b/modules/highgui/src/cap_ffmpeg_impl.hpp
index
70e44ef
..
cc11f41
100644
(file)
--- 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();