Attempt to add MJPEG support

This commit is contained in:
samsamsam
2019-02-02 18:53:58 +01:00
committed by Thilo Graf
parent a3e9180edd
commit 32bc62a65b
7 changed files with 157 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ typedef enum
STREAMTYPE_DIVX5 = 15,
STREAMTYPE_VB6 = 18,
STREAMTYPE_SPARK = 21,
STREAMTYPE_MJPEG = 30,
} video_stream_type_t;