Syntax error in VideoWriter2.cc

Created by: ozancaglayan

In src/io/cxx/VideoWriter2.cc, line 127 lacks a terminating comma(,):

float framerate, float bitrate, size_t gop

should be

float framerate, float bitrate, size_t gop,