Skip to content

Commit

Permalink
Add FFmpeg AV1 decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-ht committed Jun 26, 2023
1 parent 37cdca1 commit 4d7fb81
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fluster/decoders/ffmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,3 +291,8 @@ class FFmpegH264VulkanDecoder(FFmpegVulkanDecoder):
class FFmpegH265VulkanDecoder(FFmpegVulkanDecoder):
'''FFmpeg Vulkan decoder for H.265'''
codec = Codec.H265

@register_decoder
class FFmpegAV1VulkanDecoder(FFmpegVulkanDecoder):
'''FFmpeg Vulkan decoder for AV1'''
codec = Codec.AV1

0 comments on commit 4d7fb81

Please sign in to comment.