{"body":"    init_put_bits(&pb, pkt->data, size);\n    const uint16_t *y = (const uint16_t *)pic->data[0];\n    int h;\n    for (h = 0; h < avctx->height; h++) {\n        int w;\n        for (w = 0; w < avctx->width; w++) {\n            put_bits(&pb, 10, y[w] & 0x3ff);\n        }\n        y += pic->linesize[0] / 2;\n    }\n\n    flush_put_bits(&pb);","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/Q5chYDZK","modified":1459172644,"id":"Q5chYDZK","size":331,"lines":12,"own_paste":false,"theme":"","date":1459172644}