Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into sws
Browse files Browse the repository at this point in the history
  • Loading branch information
Cacsjep committed Jan 23, 2024
2 parents cbe5a74 + 3cd8177 commit a9ae08f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codec_id.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ const (
CodecIDH263I = CodecID(C.AV_CODEC_ID_H263I)
CodecIDH263P = CodecID(C.AV_CODEC_ID_H263P)
CodecIDH264 = CodecID(C.AV_CODEC_ID_H264)
CodecIDH265 = CodecID(C.AV_CODEC_ID_H265)
CodecIDHdmvPgsSubtitle = CodecID(C.AV_CODEC_ID_HDMV_PGS_SUBTITLE)
CodecIDHevc = CodecID(C.AV_CODEC_ID_HEVC)
CodecIDHevcDeprecated = CodecID(C.AV_CODEC_ID_HEVC)
Expand Down

0 comments on commit a9ae08f

Please sign in to comment.