]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/pnm_parser.c
aacenc: populate the sce->ics.swb_offset table pointer
[ffmpeg] / libavcodec / pnm_parser.c
index 2a9e3e1cba621f9e199f2290d0c4b8640f0a7ced..a5eb81f5f60902af60d09ff370c5173c4d2cf037 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;