]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/zmbv.c
build: Detect blocks C language extension and add it as VDA dependency
[ffmpeg] / libavcodec / zmbv.c
index 0dbf8a17c5e01b0879b16c23f31ef5e196d90801..f945aea034dadc71f4c55046fce1ea6a72785c8b 100644 (file)
@@ -498,7 +498,7 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPac
         return AVERROR_INVALIDDATA;
     }
 
-    if (c->comp == 0) { //Uncompressed data
+    if (c->comp == 0) { // uncompressed data
         if (c->decomp_size < len) {
             av_log(avctx, AV_LOG_ERROR, "Buffer too small\n");
             return AVERROR_INVALIDDATA;