Skip to content

Conversation

@vpeter4
Copy link
Contributor

@vpeter4 vpeter4 commented Oct 31, 2025

also related to #344 but fixes generic problem passing a value

use correct class methods from ffmpegdirect UrlOptions.cpp and not from Kodi which uses same class name
now the ffmpeg option value is passed to ffmpeg

before
2025-10-31 18:29:33.622 T:10030 debug <inputstream.ffmpegdirect>: CDVDDemuxFFmpeg::GetFFMpegOptionsFromInput() adding ffmpeg option 'extension_picky: '
after
2025-10-31 18:31:16.884 T:10126 debug <inputstream.ffmpegdirect>: CDVDDemuxFFmpeg::GetFFMpegOptionsFromInput() adding ffmpeg option 'extension_picky: 0'

related to xbmc#344

use correct class methods from ffmpegdirect UrlOptions.cpp and not from Kodi which uses same class name

before
2025-10-31 18:29:33.622 T:10030   debug <inputstream.ffmpegdirect>: CDVDDemuxFFmpeg::GetFFMpegOptionsFromInput() adding ffmpeg option 'extension_picky: '
after
2025-10-31 18:31:16.884 T:10126   debug <inputstream.ffmpegdirect>: CDVDDemuxFFmpeg::GetFFMpegOptionsFromInput() adding ffmpeg option 'extension_picky: 0'
@phunkyfish phunkyfish merged commit 3269ad6 into xbmc:Piers Oct 31, 2025
7 of 9 checks passed
@vpeter4 vpeter4 deleted the Piers-namespace branch November 5, 2025 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants