search for: yuvbuf

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

Did you mean: ubuf
2007 Aug 31
1
yuv_buffer strides
Hi, is there any place where the possible values for the strides in the yuv_buffer structure is specified? or just in the source code? ;) I could compress a video with, lets say, yuvbuf.y_stride = yuvbuf.y_width, so the yuvbuf.y[0] really started in the start of the y channel data. I watched the video in several players, and everythings' ok. But, when programming the decompress process, the strides were negative, and, so, yuvbuf.y[0] indicated the end of the y channel data. Is...