Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[videoplayer] Teletext: refine fix 714b808 #14164

Merged
merged 1 commit into from
Jul 9, 2018
Merged

Conversation

ace20022
Copy link
Member

@ace20022 ace20022 commented Jul 8, 2018

Now the last opened page gets restored.

@ace20022 ace20022 added Type: Fix non-breaking change which fixes an issue Component: PVR v18 Leia labels Jul 8, 2018
@ace20022 ace20022 requested a review from FernetMenta July 8, 2018 12:58
@ace20022
Copy link
Member Author

ace20022 commented Jul 8, 2018

@Hohlmackenreiter this should fix your issue.

@@ -61,7 +61,7 @@ class CDVDTeletextData : public CThread, public IDVDStreamPlayer
void AllocateCache(int magazine);

int m_speed;
TextCacheStruct_t m_TXTCache;
std::shared_ptr<TextCacheStruct_t> m_TXTCache = std::make_shared<TextCacheStruct_t>();

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@Rechi Rechi added this to the Leia 18.0-alpha3 milestone Jul 9, 2018
@ace20022 ace20022 merged commit 4fa90ff into xbmc:master Jul 9, 2018
@ace20022 ace20022 deleted the teletext branch July 9, 2018 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: PVR Type: Fix non-breaking change which fixes an issue v18 Leia
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants