mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
fix commit 88a4587b97
Origin commit data
------------------
Branch: master
Commit: 3ac6db3b5a
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:
@@ -90,8 +90,6 @@ int64_t Input::calcPts(AVStream * stream, int64_t pts)
|
||||
if (pts < 0)
|
||||
return INVALID_PTS_VALUE;
|
||||
|
||||
if (pts & 0x8000000000000000ull)
|
||||
pts = INVALID_PTS_VALUE;
|
||||
return pts;
|
||||
}
|
||||
#endif
|
||||
@@ -680,6 +678,7 @@ bool Input::GetMetadata(std::vector<std::string> &keys, std::vector<std::string>
|
||||
|
||||
if (avfc) {
|
||||
AVDictionaryEntry *tag = NULL;
|
||||
|
||||
if (avfc->metadata)
|
||||
while ((tag = av_dict_get(avfc->metadata, "", tag, AV_DICT_IGNORE_SUFFIX))) {
|
||||
keys.push_back(tag->key);
|
||||
|
Reference in New Issue
Block a user