mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3562] Fix audio file transcoding. #9599
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/3562
State: closed
Merged: Yes
Transcoding of audio files crashes with a nullpointer exception in GetHardwareAcceleratedVideoDecoder because there's no videostream available.
This pr moves the videostream null check to the start of GetHardwareAcceleratedVideoDecoder and reorganizes the logic in the beginning of the method a little.
The audio file transcoding works fine is 10.5.5. The bug is a regression