imkira / go-libav

Go language bindings for ffmpeg libraries
MIT License
522 stars 93 forks source link

add: String function in Dictionary struct #18

Closed emonuh closed 8 years ago

emonuh commented 8 years ago

This function is the same as the av_dict_get_string of ffmpeg. https://github.com/FFmpeg/FFmpeg/blob/release/3.0/libavutil/dict.c#L226-L252

codecov-io commented 8 years ago

Current coverage is 27.18%

Merging #18 into master will increase coverage by +0.22% as of dee303d

@@            master     #18   diff @@
======================================
  Files            4       4       
  Stmts         2362    2369     +7
  Branches        83      84     +1
  Methods          0       0       
======================================
+ Hit            637     644     +7
  Partial         41      41       
  Missed        1684    1684       

Review entire Coverage Diff as of dee303d

Powered by Codecov. Updated on successful CI builds.