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 Sep 4, 2023
1 parent 37cdca1 commit b191af7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fluster/decoders/ffmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,3 +291,9 @@ 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 b191af7

Please sign in to comment.