Navigation Menu

Skip to content

Commit

Permalink
Merge pull request xbmc#11670 from peak3d/master
Browse files Browse the repository at this point in the history
fix BitstreamConverter missing declarations
  • Loading branch information
peak3d committed Feb 14, 2017
2 parents 25f596d + d984d70 commit c3ea113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xbmc/utils/BitstreamConverter.h
Expand Up @@ -87,8 +87,8 @@ class CBitstreamParser
CBitstreamParser();
~CBitstreamParser();

static bool Open();
static void Close();
static bool Open(){};
static void Close(){};
static bool HasKeyframe(const uint8_t *buf, int buf_size);
};

Expand Down

0 comments on commit c3ea113

Please sign in to comment.