hamoid / video_export_processing

Processing library that interfaces with ffmpeg to export video files
http://funprogramming.org/VideoExport-for-Processing/
GNU General Public License v2.0
114 stars 18 forks source link

oid startFfmpeg(String executable) { is private #27

Closed clankill3r closed 7 years ago

clankill3r commented 7 years ago

please change

private void startFfmpeg(String executable) {

to be protected. That way it's easier to extend the class.

hamoid commented 7 years ago

Done. Not sure how I forgot about that one :)

hamoid commented 7 years ago

Do you need a new binary released with this update?

clankill3r commented 7 years ago

No i'm good :)