libeplayer3/input: don't segv in deconstructor

This commit is contained in:
martii
2014-04-15 19:47:59 +02:00
parent b4ec2c34b9
commit 06449fcbfd

View File

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