Skip to content

Commit

Permalink
ffmpeg: Add VDPAU AV1 decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
nowrep authored and mdimopoulos committed Mar 21, 2024
1 parent 1a7495a commit a18c795
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fluster/decoders/ffmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,13 @@ class FFmpegH265VdpauDecoder(FFmpegVdpauDecoder):
codec = Codec.H265


@register_decoder
class FFmpegAV1VdpauDecoder(FFmpegVdpauDecoder):
"""FFmpeg VDPAU decoder for AV1"""

codec = Codec.AV1


class FFmpegDxva2Decoder(FFmpegDecoder):
"""Generic class for FFmpeg DXVA2 decoder"""

Expand Down

0 comments on commit a18c795

Please sign in to comment.