- Timestamp:
- 02/21/10 22:44:27 (2 years ago)
- Parents:
- 41dcfc0d39c224f0f2aef6cb2c5fc6541643e4b4
- Children:
- 9759199714df0cd85f695766c4c5c5d712570365
- git-committer:
- Robin Gareus <rgareus@priroda.local> / 2010-02-21T23:44:27Z+0100
- Files:
-
- 1 modified
-
oggzcap/src/videoout/encoder_example.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
oggzcap/src/videoout/encoder_example.c
r2080ee9 r9fd2977 57 57 int yuv_copy__422_to_420(void *b_2vuy, SInt32 b_2vuy_stride, size_t width, size_t height, size_t offset_x, size_t offset_y, yuv_buffer *dst) 58 58 { 59 return 1; 59 60 UInt8 *base = b_2vuy; 60 61 size_t off_x = offset_x & ~0x01, off_y = offset_y & ~0x01;
