Skip to content

Commit

Permalink
Added more
Browse files Browse the repository at this point in the history
  • Loading branch information
PoomSmart committed Jul 16, 2022
1 parent b6afc22 commit 4919dd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CoreGraphics/CoreGraphics.h
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@ void CGCFDictionarySetCString(CFMutableDictionaryRef theDict, const char *cStr);
void CGCFDictionarySetBoolean(CFMutableDictionaryRef theDict, const void *key, bool value);
void CGCFDictionarySetFloat(CFMutableDictionaryRef theDict, const void *key, double value);
void CGCFDictionarySetInteger(CFMutableDictionaryRef theDict, const void *key, int value);
void CGCFDictionarySetLongInteger(CFMutableDictionaryRef theDict, const void *key, long value);
void CGCFDictionarySetNumber(CFMutableDictionaryRef theDict, const void *key, CFNumberType type, const void *valuePtr);
void CGCFDictionarySetCFTypeRef(CFMutableDictionaryRef theDict, const void *key, const void *value);

Expand Down
1 change: 1 addition & 0 deletions CoreMedia/Types.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ PS_ENUM(FourCharCode, CMVideoCodecType) {
kCMVideoCodecType_HEVC = 'hvc1',
kCMVideoCodecType_HEVCWithAlpha = 'muxa',
kCMVideoCodecType_VP9 = 'vp09',
kCMVideoCodecType_AV1 = 'av01',
kCMVideoCodecType_MPEG4Video = 'mp4v',
kCMVideoCodecType_MPEG2Video = 'mp2v',
kCMVideoCodecType_MPEG1Video = 'mp1v',
Expand Down

0 comments on commit 4919dd7

Please sign in to comment.