Home
last modified time | relevance | path

Searched refs:vheight (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dnsvdec.c100 uint16_t vheight; /* av_assert0(vheight%16==0) */
175 uint16_t vwidth, vheight; member
377 uint16_t vwidth, vheight; in nsv_parse_NSVs_header() local
386 vheight = avio_rl16(pb); in nsv_parse_NSVs_header()
410 av_log(s, AV_LOG_TRACE, "NSV NSVs vsize %dx%d\n", vwidth, vheight); in nsv_parse_NSVs_header()
417 nsv->vheight = vwidth; in nsv_parse_NSVs_header()
433 st->codecpar->height = vheight; in nsv_parse_NSVs_header()
472 if (nsv->vtag != vtag || nsv->atag != atag || nsv->vwidth != vwidth || nsv->vheight != vwidth) { in nsv_parse_NSVs_header()

Completed in 2 milliseconds