{"body":"        if (tag == 4 && data == 0x1a4a && s->coded_width && s->coded_height && avctx->pix_fmt != AV_PIX_FMT_NONE) {\n            printf(\"\\n hdr %i %i %i %i \\n\", s->a_width, s->coded_width, s->a_height, s->coded_height);\n            if (s->a_width != s->coded_width || s->a_height != s->coded_height) {\n                free_buffers(avctx);\n                if ((ret = alloc_buffers(avctx)) < 0) {\n                    free_buffers(avctx);\n                    return ret;\n                }\n            }\n            printf(\"\\n hdr2 %i %i %i %i \\n\", s->a_width, s->coded_width, s->a_height, s->coded_height);\n\n            if ((ret = ff_thread_get_buffer(avctx, &frame, 0)) < 0)\n                return ret;\n\n            s->coded_width = 0;\n            s->coded_height = 0;\n            got_buffer = 1;\n        }","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/hlWb8fet","modified":1455484410,"id":"hlWb8fet","size":803,"lines":18,"own_paste":false,"theme":"","date":1455484410}