]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/imc.c
libavformat/matroskaenc: omit segment UID for webm
[ffmpeg] / libavcodec / imc.c
index 850bc9de9abaacef2a034af9a894e0578f076d0e..ac209206d11363bfde384ee356789ba917be6a9b 100644 (file)
@@ -70,7 +70,7 @@ typedef struct IMCChannel {
     int sumLenArr[BANDS];      ///< bits for all coeffs in band
     int skipFlagRaw[BANDS];    ///< skip flags are stored in raw form or not
     int skipFlagBits[BANDS];   ///< bits used to code skip flags
-    int skipFlagCount[BANDS];  ///< skipped coeffients per band
+    int skipFlagCount[BANDS];  ///< skipped coefficients per band
     int skipFlags[COEFFS];     ///< skip coefficient decoding or not
     int codewords[COEFFS];     ///< raw codewords read from bitstream