abema / go-mp4

Go library for reading and writing MP4 file
https://dev.to/sunfishshogi/go-mp4-golang-library-and-cli-tool-for-mp4-52o1
MIT License
468 stars 30 forks source link

Create bufio.ReadSeeker #78

Closed sunfish-shogi closed 3 years ago

sunfish-shogi commented 3 years ago

Create bufio.ReadSeeker. It has ReadSeeker interface and furthermore buffering feature.

codecov-io commented 3 years ago

Codecov Report

Merging #78 (d1fab71) into master (7500ea9) will increase coverage by 0.11%. The diff coverage is 84.61%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #78      +/-   ##
==========================================
+ Coverage   80.80%   80.92%   +0.11%     
==========================================
  Files          15       16       +1     
  Lines        1766     1819      +53     
==========================================
+ Hits         1427     1472      +45     
- Misses        198      203       +5     
- Partials      141      144       +3     
Impacted Files Coverage Δ
bufio/reader.go 83.87% <83.87%> (ø)
marshaller.go 69.77% <100.00%> (-0.20%) :arrow_down:

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 7500ea9...d1fab71. Read the comment docs.