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 authored and rgonzalezfluendo committed Sep 5, 2023
1 parent bbc4117 commit 5b3200d
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 5b3200d

Please sign in to comment.