Revert "fix commit 88a4587b978199084e1280c29ded57788c0dc83b"

This reverts commit 728404f4cd.


Origin commit data
------------------
Branch: master
Commit: 4dc3ce3bd1
Author: max_10 <max_10@gmx.de>
Date: 2014-11-24 (Mon, 24 Nov 2014)



------------------
This commit was generated by Migit
This commit is contained in:
max_10
2014-11-24 11:07:36 +01:00
parent 8f3f463852
commit 2341326352

View File

@@ -90,6 +90,8 @@ 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
@@ -678,7 +680,6 @@ 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);