diff options
author | Lou Logan <lou@lrcd.com> | 2012-06-28 12:01:06 -0800 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-06-29 14:54:15 +0200 |
commit | 6851130fd61ff8af615f6270f3a3c8dec7a0cfbd (patch) | |
tree | 47212f8f88c480c3fe9c66c659ad5b922d32389a /libavcodec/wmaprodec.c | |
parent | 0692d4c890bcefa708b8ee05c9f89baa2b25a22a (diff) | |
download | ffmpeg-6851130fd61ff8af615f6270f3a3c8dec7a0cfbd.tar.gz |
cosmetics: minor libavcodec spelling errors
Also update some common misspelled words in patcheck
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/wmaprodec.c')
-rw-r--r-- | libavcodec/wmaprodec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/wmaprodec.c b/libavcodec/wmaprodec.c index 8ed87f5e75..b60a257329 100644 --- a/libavcodec/wmaprodec.c +++ b/libavcodec/wmaprodec.c @@ -535,7 +535,7 @@ static int decode_tilehdr(WMAProDecodeCtx *s) int c; /* Should never consume more than 3073 bits (256 iterations for the - * while loop when always the minimum amount of 128 samples is substracted + * while loop when always the minimum amount of 128 samples is subtracted * from missing samples in the 8 channel case). * 1 + BLOCK_MAX_SIZE * MAX_CHANNELS / BLOCK_MIN_SIZE * (MAX_CHANNELS + 4) */ @@ -1449,7 +1449,7 @@ static void save_bits(WMAProDecodeCtx *s, GetBitContext* gb, int len, int buflen; /** when the frame data does not need to be concatenated, the input buffer - is resetted and additional bits from the previous frame are copyed + is reset and additional bits from the previous frame are copied and skipped later so that a fast byte copy is possible */ if (!append) { |