示例#1
0
int AVDemuxer::height() const
{
    return videoCodecContext()->height;
}
示例#2
0
文件: AVInfo.cpp 项目: kestiny/Demos
int AVInfo::height() const
{
	return videoCodecContext()->height;
}
示例#3
0
int AVDemuxer::width() const
{
    return videoCodecContext()->width;
}
示例#4
0
文件: AVInfo.cpp 项目: kestiny/Demos
int AVInfo::width() const
{
	return videoCodecContext()->width;
}