OSDN Git Service

ffprobe: Dont clear AVFrame between uses.
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 25 Dec 2013 17:32:03 +0000 (18:32 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 25 Dec 2013 19:53:37 +0000 (20:53 +0100)
commit565f786d1da1fea80fcea231550d5d0f174c009a
tree7912b16edfd4be4b5b5e67664abf7f1d91633236
parentbaeda2bf92a5de97e497f13ecb04025e27f9be1a
ffprobe: Dont clear AVFrame between uses.

The old API required this clearing in the past, the new API does not
require it.

Fixes memleak
Regression introduced by 37a749012aaacc801fe860428417a6d7b81c103f

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
ffprobe.c