X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=libhb%2Fenctheora.c;h=4206a2f70c9a75b47e1f2ebb7b111286c64cd172;hb=44946a6f8be82a70e65ca534541183a26fdb804b;hp=0973ab613d708f25568bb34dfcd3a8538d32fa74;hpb=ce474e61f0cb3904359120140b006be0aa4e7847;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/libhb/enctheora.c b/libhb/enctheora.c index 0973ab61..4206a2f7 100644 --- a/libhb/enctheora.c +++ b/libhb/enctheora.c @@ -161,7 +161,7 @@ int enctheoraWork( hb_work_object_t * w, hb_buffer_t ** buf_in, ycbcr[1].data = ycbcr[0].data + (ycbcr[0].stride * job->height); ycbcr[2].data = ycbcr[1].data + (ycbcr[1].stride * ((job->height+1)/2)); - th_encode_ycbcr_in( pv->ctx, &ycbcr ); + th_encode_ycbcr_in( pv->ctx, ycbcr ); th_encode_packetout( pv->ctx, 0, &op );