JuliaIO / VideoIO.jl

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

Remove VideoEncoder and associated functions #303

Closed galenlynch closed 3 years ago

galenlynch commented 3 years ago

VideoEncoder is only used by the old encoding workflow, so here I just removed it and all associated functions.

codecov[bot] commented 3 years ago

Codecov Report

Merging #303 (21a7b96) into IB/remove_old_encode_funcs (94947cf) will increase coverage by 6.11%. The diff coverage is n/a.

Impacted file tree graph

@@                      Coverage Diff                       @@
##           IB/remove_old_encode_funcs     #303      +/-   ##
==============================================================
+ Coverage                       76.23%   82.35%   +6.11%     
==============================================================
  Files                              17       17              
  Lines                            1292     1196      -96     
==============================================================
  Hits                              985      985              
+ Misses                            307      211      -96     
Impacted Files Coverage Δ
src/encoding.jl 93.20% <ø> (+29.62%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 94947cf...21a7b96. Read the comment docs.