search for: yuv_h

Displaying 1 result from an estimated 1 matches for "yuv_h".

Did you mean: yuv_w
2009 Dec 07
0
Bunch of bugs in LibTheora, FFMPEG2THEORA, PNG2THEORA
.../trunk/theora/examples/dump_video.c https://trac.xiph.org/log/trunk/theora/examples/dump_video.c 2. "png2theora.c" (subminor) https://trac.xiph.org/browser/trunk/theora/examples/png2theora.c 207 /* Must hold: yuv_w >= w */ 208 yuv_w = (w + 15) & ~15; 209 210 /* Must hold: yuv_h >= h */ 211 yuv_h = (h + 15) & ~15; 699 ti.frame_width = ((w + 15) >>4)<<4; 700 ti.frame_height = ((h + 15)>>4)<<4; Same thing ^^^ done 2 x differently ;-) 3. "png2theora.c" Win32 binary doesn't work https://trac.xiph.org/browser/trunk/theo...