[PR #3562] Fix audio file transcoding. #9599

Closed
opened 2026-02-07 06:05:08 +03:00 by OVERLORD · 0 comments
Owner

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

**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
OVERLORD added the pull-request label 2026-02-07 06:05:08 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9599