Skip to content

Commit

Permalink
add H265 to codecid (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cacsjep authored Jan 23, 2024
1 parent 0c13906 commit 3cd8177
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 3cd8177

Please sign in to comment.