Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-01-31 03:17:13 +0300
committerDiego Biurrun <diego@biurrun.de>2006-01-31 03:17:13 +0300
commitb5bba45905c074d9c8a9388589fda3f48cb08437 (patch)
tree35f52204d73d4dc7c6e1c4f8e97b4a599edba82e /libavcodec/raw.c
parentefce1a8fea2d7fb3272992042b9d56f58deb9834 (diff)
Fix silly typos.
Originally committed as revision 4915 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/raw.c')
-rw-r--r--libavcodec/raw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/raw.c b/libavcodec/raw.c
index a2edef3857..8ead17e066 100644
--- a/libavcodec/raw.c
+++ b/libavcodec/raw.c
@@ -31,7 +31,7 @@ typedef struct RawVideoContext {
AVFrame pic; ///< AVCodecContext.coded_frame
} RawVideoContext;
-typedef struct PixleFormatTag {
+typedef struct PixelFormatTag {
int pix_fmt;
unsigned int fourcc;
} PixelFormatTag;