89 int buf_size = avpkt->
size;
90 int y, ret, true_height;
95 true_height = buf_size / (2*avctx->
width);
113 for(y = 0; y < avctx->
height-1; y+=2) {
116 buf += 2*avctx->
width;
119 buf += (true_height - avctx->
height)*avctx->
width*2;
120 for(y = 0; y < avctx->
height; y++) {
122 buf += 2*avctx->
width;