lincior / vidutils

Video processing tools for prototyping in Python.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Base functions #14

Open lincior opened 1 year ago

lincior commented 1 year ago

Adds base functions to the package:

lincior commented 1 year ago

It's unclear why the test that was previously successful started failing with message "Segmentation fault (core dumped)". Anyway this error is originated in the class TestWriter.

The reader object passed to Writer is passed by reference, so in principle no action is needed to de-reference this symbol as it should be garbage-collected.