mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
add aac.cpp THX DboxOldie
Origin commit data
------------------
Branch: master
Commit: db151715a8
Author: max_10 <max_10@gmx.de>
Date: 2014-10-08 (Wed, 08 Oct 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -64,9 +64,10 @@ int64_t Input::calcPts(AVStream * stream, int64_t pts)
|
||||
return INVALID_PTS_VALUE;
|
||||
|
||||
pts = av_rescale(90000ll * stream->time_base.num, pts, stream->time_base.den);
|
||||
#if 0
|
||||
if (avfc->start_time != AV_NOPTS_VALUE)
|
||||
pts -= av_rescale(90000ll, avfc->start_time, AV_TIME_BASE);
|
||||
|
||||
#endif
|
||||
if (pts < 0)
|
||||
return INVALID_PTS_VALUE;
|
||||
|
||||
|
Reference in New Issue
Block a user