comparison cyuv.c @ 1106:1e39f273ecd6 libavcodec

per file doxy
author michaelni
date Thu, 06 Mar 2003 11:32:04 +0000
parents b32afefe7d33
children d63e0185a90f
comparison
equal deleted inserted replaced
1105:b773f9d23236 1106:1e39f273ecd6
21 * based on "Creative YUV (CYUV) stream format for AVI": 21 * based on "Creative YUV (CYUV) stream format for AVI":
22 * http://www.csse.monash.edu.au/~timf/videocodec/cyuv.txt 22 * http://www.csse.monash.edu.au/~timf/videocodec/cyuv.txt
23 * 23 *
24 */ 24 */
25 25
26 /**
27 * @file cyuv.c
28 * Creative YUV (CYUV) Video Decoder.
29 */
30
26 #include <stdio.h> 31 #include <stdio.h>
27 #include <stdlib.h> 32 #include <stdlib.h>
28 #include <string.h> 33 #include <string.h>
29 #include <unistd.h> 34 #include <unistd.h>
30 35