[xcode] Add VP8 encoding profile

This commit is contained in:
ejurgensen
2020-11-05 23:04:56 +01:00
parent a11ab808b2
commit 7e106aec09
2 changed files with 15 additions and 1 deletions

View File

@@ -23,9 +23,10 @@ enum transcode_profile
XCODE_MP3,
// Transcodes the best audio stream into OPUS
XCODE_OPUS,
// Transcodes the best video stream into JPEG/PNG
// Transcodes the best video stream into JPEG/PNG/VP8
XCODE_JPEG,
XCODE_PNG,
XCODE_VP8,
};
struct decode_ctx;