fb_generic: fix typo in previous commit

Origin commit data
------------------
Branch: ni/coolstream
Commit: 6ebf01bdd4
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-03-12 (Tue, 12 Mar 2019)

Origin message was:
------------------
- fb_generic: fix typo in previous commit

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2019-03-12 22:00:12 +01:00
parent 8528e62a2f
commit 9211e46e3c

View File

@@ -1550,7 +1550,7 @@ bool CFrameBuffer::showFrame(const std::string & filename, int fallback_mode)
{
#if HAVE_COOL_HARDWARE //FIXME: inside libcs no return value available
videoDecoder->ShowPicture(picture.c_str());
res = true;
ret = true;
#else
if (videoDecoder->ShowPicture(picture.c_str()))
ret = true;