diff raw.c @ 3077:385e54795a9e libavcodec

Fix silly typos.
author diego
date Tue, 31 Jan 2006 00:17:13 +0000
parents 0b546eab515d
children 16eff725382f
line wrap: on
line diff
--- a/raw.c	Mon Jan 30 23:41:27 2006 +0000
+++ b/raw.c	Tue Jan 31 00:17:13 2006 +0000
@@ -31,7 +31,7 @@
     AVFrame pic;             ///< AVCodecContext.coded_frame
 } RawVideoContext;
 
-typedef struct PixleFormatTag {
+typedef struct PixelFormatTag {
     int pix_fmt;
     unsigned int fourcc;
 } PixelFormatTag;