Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
obmc-ikvm
/
21b177e050fe91525e34d20cb32fc1b605da5405
/
.
/
ikvm_video.cpp
blob: 46505a88b40c4b7453c7178e8003257e92f7ff94 [
file
] [
log
] [
blame
]
#include
"ikvm_video.hpp"
namespace
ikvm
{
Video
::
Video
(
const
std
::
string
&
p
,
Input
&
input
,
int
fr
)
:
height
(
600
),
width
(
800
),
input
(
input
),
path
(
p
)
{
}
Video
::~
Video
()
{
}
}
// namespace ikvm