Skip to content
Snippets Groups Projects
Commit cdfb6f0e authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Fix VideoWriter default

parent 6cc9f2df
No related branches found
No related tags found
No related merge requests found
...@@ -111,7 +111,7 @@ static int PyBobIoVideoWriter_Init(PyBobIoVideoWriterObject* self, ...@@ -111,7 +111,7 @@ static int PyBobIoVideoWriter_Init(PyBobIoVideoWriterObject* self,
Py_ssize_t gop = 12; Py_ssize_t gop = 12;
char* codec = 0; char* codec = 0;
char* format = 0; char* format = 0;
PyObject* pycheck = 0; PyObject* pycheck = Py_True;
if (!PyArg_ParseTupleAndKeywords(args, kwds, "O&nn|ddnssO", kwlist, if (!PyArg_ParseTupleAndKeywords(args, kwds, "O&nn|ddnssO", kwlist,
&PyBobIo_FilenameConverter, &filename, &PyBobIo_FilenameConverter, &filename,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment