1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'

* commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb':
  cosmetics: Fix spelling mistakes

Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
Clément Bœsch
2016-06-21 21:55:20 +02:00
320 changed files with 870 additions and 871 deletions

View File

@@ -1,6 +1,6 @@
/*
* amr file format
* Copyright (c) 2001 ffmpeg project
* Copyright (c) 2001 FFmpeg project
*
* This file is part of FFmpeg.
*
@@ -121,7 +121,7 @@ static int amr_read_packet(AVFormatContext *s, AVPacket *pkt)
return AVERROR(EIO);
}
// FIXME this is wrong, this should rather be in a AVParser
// FIXME this is wrong, this should rather be in an AVParser
toc = avio_r8(s->pb);
mode = (toc >> 3) & 0x0F;