pete-otaqui / avprober

Get media file data using avprobe
1 stars 3 forks source link

Handle non-existent blocks #4

Closed stuartlangridge closed 8 years ago

stuartlangridge commented 8 years ago

avprober blew up on a file because one of the blocks was set to "false", which is not a string and so can't be split. (File is an ogv, which github will not let me attach.) Handle this use case.