]> git.sesse.net Git - ffmpeg/commitdiff
pnm_parser: Drop broken disabled cruft
authorDiego Biurrun <diego@biurrun.de>
Sat, 30 Jul 2016 11:50:42 +0000 (13:50 +0200)
committerDiego Biurrun <diego@biurrun.de>
Wed, 17 Aug 2016 10:16:42 +0000 (12:16 +0200)
libavcodec/pnm_parser.c

index 1b81c2abf0d0ebadf3c97c03a0e254a24be5e4c7..03d2da9f96943b935951444503f35b04431d3dc8 100644 (file)
@@ -56,15 +56,6 @@ retry:
             }
             goto retry;
         }
-#if 0
-        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;
-            buf_size  -= pc->index;
-            goto retry;
-        }
-#endif
         next = END_NOT_FOUND;
     } else {
         next = pnmctx.bytestream - pnmctx.bytestream_start