Skip to content

Commit

Permalink
Fix decoder input path when using tbc directly
Browse files Browse the repository at this point in the history
  • Loading branch information
JuniorIsAJitterbug committed Aug 3, 2024
1 parent 7660b80 commit ae468d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tbc_video_export/process/wrapper/wrapper_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def _create_decoder_wrappers(self) -> None:
tbc_type,
ProcessName.LD_CHROMA_DECODER,
PipeFactory.create_dummy_pipe(
self._state.file_helper.tbc_luma
self._state.file_helper.tbcs[tbc_type]
),
)
)
Expand Down

0 comments on commit ae468d2

Please sign in to comment.