Removed pixfmt from Video
This commit is contained in:
parent
0e18bf49d1
commit
226b3efe8f
4 changed files with 0 additions and 10 deletions
3
utils.go
3
utils.go
|
@ -119,9 +119,6 @@ func addVideoData(data map[string]string, video *Video) {
|
|||
if codec, ok := data["codec_name"]; ok {
|
||||
video.codec = codec
|
||||
}
|
||||
if pixfmt, ok := data["pix_fmt"]; ok {
|
||||
video.pixfmt = pixfmt
|
||||
}
|
||||
}
|
||||
|
||||
// Parses the given data into a float64.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue