Skip to content

Commit

Permalink
AddonVideoCodec: Switch to using CVideoBufferManager
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Jul 9, 2017
1 parent 1e3de0e commit 01cf72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/cores/VideoPlayer/Process/ProcessInfo.h
Expand Up @@ -62,7 +62,7 @@ class CProcessInfo
bool Supports(EINTERLACEMETHOD method);
void SetDeinterlacingMethodDefault(EINTERLACEMETHOD method);
EINTERLACEMETHOD GetDeinterlacingMethodDefault();
CVideoBufferManager& GetVideoBufferManager();
virtual CVideoBufferManager& GetVideoBufferManager();

// player audio info
void ResetAudioCodecInfo();
Expand Down

0 comments on commit 01cf72a

Please sign in to comment.