Example #1
0
int AVDemuxer::height() const
{
    return videoCodecContext()->height;
}
Example #2
0
int AVInfo::height() const
{
	return videoCodecContext()->height;
}
Example #3
0
int AVDemuxer::width() const
{
    return videoCodecContext()->width;
}
Example #4
0
int AVInfo::width() const
{
	return videoCodecContext()->width;
}