83 int buf_size = avpkt->
size;
84 int y,
ret, true_height;
89 true_height = buf_size / (2*avctx->
width);
103 for(y = 0; y < avctx->
height-1; y+=2) {
106 buf += 2*avctx->
width;
109 buf += (true_height - avctx->
height)*avctx->
width*2;
110 for(y = 0; y < avctx->
height; y++) {
112 buf += 2*avctx->
width;