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

index fe68e79..70e44ef 100644 (file)
@@ -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. */