]> git.sesse.net Git - ffmpeg/commit
avprobe: do not call avio_close() on a custom context
authorAnton Khirnov <anton@khirnov.net>
Fri, 19 Feb 2016 13:18:15 +0000 (14:18 +0100)
committerAnton Khirnov <anton@khirnov.net>
Mon, 22 Feb 2016 10:28:26 +0000 (11:28 +0100)
commit5efd91284e56d444139ed811671c59a129bbb92f
tree561bf4bdf2b12baab84ba12e93c9c2a2483f447c
parentdc6527ed908e4d330738f139074455ffbe56a2de
avprobe: do not call avio_close() on a custom context

avio_close() can only be called on AVIOContexts created by avio_open(2).
avprobe.c