]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/pnm_parser.c
lavc: Consistently prefix input buffer defines
[ffmpeg] / libavcodec / pnm_parser.c
index 2e00c0a31e27c685d58a85be1b7fc6812ab7c256..175ca362674bfafa33897777426b4560156cfe7d 100644 (file)
@@ -55,7 +55,7 @@ retry:
             goto retry;
         }
 #if 0
-        if (pc->index && pc->index * 2 + FF_INPUT_BUFFER_PADDING_SIZE < pc->buffer_size && buf_size > pc->index) {
+        if (pc->index && pc->index * 2 + AV_INPUT_BUFFER_PADDING_SIZE < pc->buffer_size && buf_size > pc->index) {
             memcpy(pc->buffer + pc->index, buf, pc->index);
             pc->index += pc->index;
             buf       += pc->index;