Show
Ignore:
Timestamp:
02/21/10 22:44:27 (2 years ago)
Author:
Robin Gareus <rgareus@…>
Parents:
41dcfc0d39c224f0f2aef6cb2c5fc6541643e4b4
Children:
9759199714df0cd85f695766c4c5c5d712570365
git-committer:
Robin Gareus <rgareus@priroda.local> / 2010-02-21T23:44:27Z+0100
Message:

capture working again

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • oggzcap/src/videoout/encoder_example.c

    r2080ee9 r9fd2977  
    5757int 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) 
    5858{ 
     59        return 1; 
    5960    UInt8 *base = b_2vuy; 
    6061    size_t off_x = offset_x & ~0x01, off_y = offset_y & ~0x01;