diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-10-05 14:12:42 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-12-11 00:32:25 +0100 |
commit | da9cea77e314dad2fbc615a76085a0c330741f92 (patch) | |
tree | 7ddbdbf1749d1ee7c66c83f76f66bd50367b246d /libavcodec/wmavoice.c | |
parent | 2e87b4c51152e0241cae7f655d53920029a0e632 (diff) | |
download | ffmpeg-da9cea77e314dad2fbc615a76085a0c330741f92.tar.gz |
Fix a bunch of common typos.
Diffstat (limited to 'libavcodec/wmavoice.c')
-rw-r--r-- | libavcodec/wmavoice.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/wmavoice.c b/libavcodec/wmavoice.c index 6f3a6b2372..00e985d230 100644 --- a/libavcodec/wmavoice.c +++ b/libavcodec/wmavoice.c @@ -189,7 +189,7 @@ typedef struct { * @{ */ int spillover_nbits; ///< number of bits of the previous packet's - ///< last superframe preceeding this + ///< last superframe preceding this ///< packet's first full superframe (useful ///< for re-synchronization also) int has_residual_lsps; ///< if set, superframes contain one set of @@ -1805,7 +1805,7 @@ static int synth_superframe(AVCodecContext *ctx, int *got_frame_ptr) s->frame.nb_samples = n_samples; samples = (float *)s->frame.data[0]; - /* Parse frames, optionally preceeded by per-frame (independent) LSPs. */ + /* Parse frames, optionally preceded by per-frame (independent) LSPs. */ for (n = 0; n < 3; n++) { if (!s->has_residual_lsps) { int m; |