]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
transcode: clean up unused parameters and fix SonarQube issues
authorJames Hutchinson <jahutchinson99@googlemail.com>
Thu, 24 Jul 2025 10:45:59 +0000 (11:45 +0100)
committerFlole <Flole998@users.noreply.github.com>
Thu, 7 Aug 2025 11:30:27 +0000 (13:30 +0200)
commitb3974f7d6f62acb82ebe5f310bf7d579ef7cba79
tree9d81ac5cf69747fa46e2faa69a5f2382d626a1ac
parentf1c460feba34491d473c60216bd35eccc73c178e
transcode: clean up unused parameters and fix SonarQube issues

- Removed unused `opts` parameter from _video_filters_get_filters() and tvh_video_context_open_filters().
- Updated all call sites accordingly.
- Split combined variable declaration for clarity.
- Marked AVFilterLink pointer as const to reflect read-only use.

No functional changes — purely code hygiene fallout linked to PR #1859
src/transcoding/transcode/video.c