diff --git a/xbmc/cdrip/EncoderFFmpeg.h b/xbmc/cdrip/EncoderFFmpeg.h index 3cf2d753e7149..1702267ceec99 100644 --- a/xbmc/cdrip/EncoderFFmpeg.h +++ b/xbmc/cdrip/EncoderFFmpeg.h @@ -59,7 +59,6 @@ class CEncoderFFmpeg : public IEncoder static int64_t avio_seek_callback(void *opaque, int64_t offset, int whence); void SetTag(const std::string &tag, const std::string &value); - unsigned int m_NeededFrames; unsigned int m_NeededBytes; uint8_t *m_Buffer; diff --git a/xbmc/video/VideoDatabase.cpp b/xbmc/video/VideoDatabase.cpp index a8995ad9c0ab0..d59cc2f7925cf 100644 --- a/xbmc/video/VideoDatabase.cpp +++ b/xbmc/video/VideoDatabase.cpp @@ -381,7 +381,7 @@ void CVideoDatabase::CreateViews() m_pDS->exec(tvshowview.c_str()); CLog::Log(LOGINFO, "create season_view"); -std::string seasonview = PrepareSQL("CREATE VIEW season_view AS SELECT " + std::string seasonview = PrepareSQL("CREATE VIEW season_view AS SELECT " " seasons.*, " " tvshow_view.strPath AS strPath," " tvshow_view.c%02d AS showTitle,"