libeplayer3/input: don't segv in deconstructor

Origin commit data
------------------
Branch: master
Commit: b21040d201
Author: martii <m4rtii@gmx.de>
Date: 2014-04-15 (Tue, 15 Apr 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2014-04-15 19:47:59 +02:00
parent ebfc1866b5
commit 6638817f60

View File

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