Commit 65467191 authored by Alexander Shishkov's avatar Alexander Shishkov

minor changes in wrapper 4

parent a12fb7f9
......@@ -1381,7 +1381,7 @@ bool CvVideoWriter_FFMPEG::open( const char * filename, int fourcc,
assert(width > 0 && height > 0);
// tell FFMPEG to register codecs
av_register_all ();
av_register_all();
/* auto detect the output format from the name and fourcc code. */
......
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