Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions VideoToolboxTest/VideoToolboxTest/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,12 @@ static void printCFType(CFTypeRef ref){
case kCMVideoCodecType_H263: return "H.263";
case kCMVideoCodecType_H264: return "AVC/H.264";
case kCMVideoCodecType_HEVC: return "HEVC/H.265";
case kCMVideoCodecType_HEVCWithAlpha: return "HEVC/H.265 Alpha";
case kCMVideoCodecType_DolbyVisionHEVC: return "Dolby Vision HEVC/H.265";
case kCMVideoCodecType_MPEG4Video: return "MPEG4 Video";
case kCMVideoCodecType_MPEG2Video: return "MPEG2 Video";
case kCMVideoCodecType_MPEG1Video: return "MPEG Video";
case kCMVideoCodecType_VP9: return "VP9";
case kCMVideoCodecType_DVCNTSC: return "DV NTSC";
case kCMVideoCodecType_DVCPAL: return "DV PAL";
case kCMVideoCodecType_DVCProPAL: return "DVCPro PAL";
Expand Down