Attempt to add MJPEG support

Origin commit data
------------------
Branch: master
Commit: 6ef502de30
Author: samsamsam <samsamsam@o2.pl>
Date: 2019-02-02 (Sat, 02 Feb 2019)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
samsamsam
2019-02-02 18:53:58 +01:00
committed by max_10
parent d690655ba0
commit 3efa9baa81
7 changed files with 157 additions and 1 deletions

View File

@@ -82,6 +82,7 @@ extern Writer_t WriterVideoVP6;
extern Writer_t WriterVideoVP8;
extern Writer_t WriterVideoVP9;
extern Writer_t WriterVideoSPARK;
extern Writer_t WriterVideoMJPEG;
extern Writer_t WriterFramebuffer;
extern Writer_t WriterPipe;