From 07e6a4a9c1411079d36278e3ad0a11101795594e Mon Sep 17 00:00:00 2001 From: martii Date: Sat, 26 Apr 2014 14:54:38 +0200 Subject: [PATCH] libeplayer3: move calcPts to Input class --- libeplayer3/include/input.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libeplayer3/include/input.h b/libeplayer3/include/input.h index 7343dde..9fef39c 100644 --- a/libeplayer3/include/input.h +++ b/libeplayer3/include/input.h @@ -61,6 +61,8 @@ class Input Player *player; AVFormatContext *avfc; uint64_t readCount; + int64_t calcPts(AVStream * stream, int64_t pts); + public: Input(); ~Input();