Skip to content

Commit

Permalink
MMALFFMpeg: Report as SW decode in codec overlay info
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Oct 14, 2016
1 parent faa828d commit 24f1b53
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -579,7 +579,7 @@ void CDVDVideoCodecFFmpeg::UpdateName()
if(m_pHardware)
m_name += "-" + m_pHardware->Name();

m_processInfo.SetVideoDecoderName(m_name, m_pHardware ? true : false);
m_processInfo.SetVideoDecoderName(m_name, m_pHardware && m_pHardware->Name() != "mmal" ? true : false);

CLog::Log(LOGDEBUG, "CDVDVideoCodecFFmpeg - Updated codec: %s", m_name.c_str());
}
Expand Down

0 comments on commit 24f1b53

Please sign in to comment.