mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Add AV1 codec id
This commit is contained in:
commit
907e9b1c94
@ -28,6 +28,7 @@ extern int FFMpegCodecIdH264;
|
||||
extern int FFMpegCodecIdHEVC;
|
||||
extern int FFMpegCodecIdMPEG4;
|
||||
extern int FFMpegCodecIdVP9;
|
||||
extern int FFMpegCodecIdAV1;
|
||||
|
||||
@class FFMpegAVCodecContext;
|
||||
|
||||
|
@ -11,6 +11,7 @@ int FFMpegCodecIdH264 = AV_CODEC_ID_H264;
|
||||
int FFMpegCodecIdHEVC = AV_CODEC_ID_HEVC;
|
||||
int FFMpegCodecIdMPEG4 = AV_CODEC_ID_MPEG4;
|
||||
int FFMpegCodecIdVP9 = AV_CODEC_ID_VP9;
|
||||
int FFMpegCodecIdAV1 = AV_CODEC_ID_AV1;
|
||||
|
||||
@interface FFMpegAVFormatContext () {
|
||||
AVFormatContext *_impl;
|
||||
|
Loading…
x
Reference in New Issue
Block a user