]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/jpeglsdec.c
yadif: support more than yuv420p.
[ffmpeg] / libavcodec / jpeglsdec.c
index adaa0a3d96c39ef72943ee8f7ab71bd754f124b9..69cc1d32668bb3b979b64958ec3defd824795783 100644 (file)
@@ -40,7 +40,7 @@
 * (or test broken JPEG-LS decoder) and slow down ordinary decoding a bit.
 *
 * There is no Golomb code with length >= 32 bits possible, so check and
-* avoid situation of 32 zeros, FFmpeg Golomb decoder is painfully slow
+* avoid situation of 32 zeros, Libav Golomb decoder is painfully slow
 * on this errors.
 */
 //#define JLS_BROKEN