]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/lagarith.c
Add MPL2 subtitles demuxer and decoder.
[ffmpeg] / libavcodec / lagarith.c
index 3a1791785ff45cd3916cb0c40b4e93ce2cd36d71..486e326a0f4a9a88c360b955faa92c65c0e03358 100644 (file)
@@ -198,7 +198,7 @@ static int lag_read_prob_header(lag_rac *rac, GetBitContext *gb)
             }
             /* Comment from reference source:
              * if (b & 0x80 == 0) {     // order of operations is 'wrong'; it has been left this way
-             *                          // since the compression change is negligable and fixing it
+             *                          // since the compression change is negligible and fixing it
              *                          // breaks backwards compatibility
              *      b =- (signed int)b;
              *      b &= 0xFF;