Skip to content

Commit 907e9b1

Browse files
author
Isaac
committed
Add AV1 codec id
2 parents 30f661b + 8be5217 commit 907e9b1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

submodules/FFMpegBinding/Public/FFMpegBinding/FFMpegAVFormatContext.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ extern int FFMpegCodecIdH264;
2828
extern int FFMpegCodecIdHEVC;
2929
extern int FFMpegCodecIdMPEG4;
3030
extern int FFMpegCodecIdVP9;
31+
extern int FFMpegCodecIdAV1;
3132

3233
@class FFMpegAVCodecContext;
3334

submodules/FFMpegBinding/Sources/FFMpegAVFormatContext.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
int FFMpegCodecIdHEVC = AV_CODEC_ID_HEVC;
1212
int FFMpegCodecIdMPEG4 = AV_CODEC_ID_MPEG4;
1313
int FFMpegCodecIdVP9 = AV_CODEC_ID_VP9;
14+
int FFMpegCodecIdAV1 = AV_CODEC_ID_AV1;
1415

1516
@interface FFMpegAVFormatContext () {
1617
AVFormatContext *_impl;

0 commit comments

Comments
 (0)