diff options
author | Lou Logan <lou@lrcd.com> | 2012-03-12 14:30:13 -0800 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-03-13 01:14:04 +0100 |
commit | 2d38081b4f65f23077cb1b27f2d08c82c45afa05 (patch) | |
tree | 2657daa83ccd604d7fd71bf8d025995d302a86f7 /libavcodec/avcodec.h | |
parent | 105cac3407e3064539939de58a1cfda8804e58c8 (diff) | |
download | ffmpeg-2d38081b4f65f23077cb1b27f2d08c82c45afa05.tar.gz |
cosmetics: fix some typos
Patch attached.
From 2d4094fc0dcb4ccd0735eb7e1719e228ebb56bb9 Mon Sep 17 00:00:00 2001
From: Lou Logan <lou@lrcd.com>
Date: Mon, 12 Mar 2012 14:13:44 -0800
Subject: [PATCH] cosmetics: fix some typos
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index ccbcc33327..a3d5614fc3 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -80,7 +80,7 @@ * If you add a codec ID to this list, add it so that * 1. no value of a existing codec ID changes (that would break ABI), * 2. Give it a value which when taken as ASCII is recognized uniquely by a human as this specific codec. - * This ensures that 2 forks can independantly add CodecIDs without producing conflicts. + * This ensures that 2 forks can independently add CodecIDs without producing conflicts. */ enum CodecID { CODEC_ID_NONE, |