JuliaIO / VideoIO.jl

Reading and writing of video files in Julia via ffmpeg
https://juliaio.github.io/VideoIO.jl/stable
Other
125 stars 53 forks source link

Remove unused type parameter in method signature #388

Closed giordano closed 1 year ago

giordano commented 1 year ago

This causes a warning during precompilation

codecov[bot] commented 1 year ago

Codecov Report

Base: 79.38% // Head: 79.38% // No change to project coverage :thumbsup:

Coverage data is based on head (5efc32e) compared to base (cac77da). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #388 +/- ## ======================================= Coverage 79.38% 79.38% ======================================= Files 10 10 Lines 1276 1276 ======================================= Hits 1013 1013 Misses 263 263 ``` | [Impacted Files](https://codecov.io/gh/JuliaIO/VideoIO.jl/pull/388?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO) | Coverage Δ | | |---|---|---| | [src/avptr.jl](https://codecov.io/gh/JuliaIO/VideoIO.jl/pull/388?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO#diff-c3JjL2F2cHRyLmps) | `71.84% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.