libeplayer3/input: don't segv in deconstructor

This commit is contained in:
martii
2014-04-15 19:47:59 +02:00
parent 2289de62e8
commit b21040d201

View File

@@ -54,7 +54,6 @@ Input::Input()
Input::~Input()
{
Stop();
}
int64_t calcPts(AVFormatContext *avfc, AVStream * stream, int64_t pts)