Origin commit data
------------------
Branch: master
Commit: 7094aa43c6
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-10-12 (Fri, 12 Oct 2018)


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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-10-12 20:34:23 +02:00
4 changed files with 92 additions and 75 deletions

View File

@@ -35,23 +35,14 @@ typedef enum {
} COLOR_FORMAT;
typedef enum {
VIDEO_STREAMTYPE_UNKNOWN = -1,
VIDEO_STREAMTYPE_MPEG2 = 0,
VIDEO_STREAMTYPE_MPEG4_H264 = 1,
VIDEO_STREAMTYPE_H263 = 2,
VIDEO_STREAMTYPE_VC1 = 3,
VIDEO_STREAMTYPE_MPEG4_Part2 = 4,
VIDEO_STREAMTYPE_VC1_SM = 5,
VIDEO_STREAMTYPE_MPEG1 = 6,
VIDEO_STREAMTYPE_MPEG4_H265 = 7,
VIDEO_STREAMTYPE_VB8 = 8,
VIDEO_STREAMTYPE_VB9 = 9,
VIDEO_STREAMTYPE_XVID = 10,
VIDEO_STREAMTYPE_DIVX311 = 13,
VIDEO_STREAMTYPE_DIVX4 = 14,
VIDEO_STREAMTYPE_DIVX5 = 15,
VIDEO_STREAMTYPE_VB6 = 18,
VIDEO_STREAMTYPE_SPARK = 21
VIDEO_FORMAT_MPEG2 = 0,
VIDEO_FORMAT_MPEG4_H264,
VIDEO_FORMAT_VC1,
VIDEO_FORMAT_JPEG,
VIDEO_FORMAT_GIF,
VIDEO_FORMAT_PNG,
VIDEO_FORMAT_MPEG4_H265,
VIDEO_FORMAT_AVS = 16
} VIDEO_FORMAT;
typedef enum {