search for: yuv_w

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

Did you mean: yuv_h
2009 Dec 07
0
Bunch of bugs in LibTheora, FFMPEG2THEORA, PNG2THEORA
...quot; got reverted back by 5 years into 2004: https://trac.xiph.org/browser/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&q...