comparison raw.c @ 3077:385e54795a9e libavcodec

Fix silly typos.
author diego
date Tue, 31 Jan 2006 00:17:13 +0000
parents 0b546eab515d
children 16eff725382f
comparison
equal deleted inserted replaced
3076:50d80b04f150 3077:385e54795a9e
29 unsigned char * p; /* current position in buffer */ 29 unsigned char * p; /* current position in buffer */
30 int length; /* number of bytes in buffer */ 30 int length; /* number of bytes in buffer */
31 AVFrame pic; ///< AVCodecContext.coded_frame 31 AVFrame pic; ///< AVCodecContext.coded_frame
32 } RawVideoContext; 32 } RawVideoContext;
33 33
34 typedef struct PixleFormatTag { 34 typedef struct PixelFormatTag {
35 int pix_fmt; 35 int pix_fmt;
36 unsigned int fourcc; 36 unsigned int fourcc;
37 } PixelFormatTag; 37 } PixelFormatTag;
38 38
39 const PixelFormatTag pixelFormatTags[] = { 39 const PixelFormatTag pixelFormatTags[] = {