Ticket #1786: xvid_tff.diff
| File xvid_tff.diff, 642 bytes (added by , 16 years ago) |
|---|
-
libmpcodecs/ve_xvid4.c
1260 1260 return BAD; 1261 1261 } 1262 1262 1263 if (frame->vol_flags & XVID_VOL_INTERLACING) { 1264 if ((mpi->fields & MP_IMGFIELD_ORDERED) && 1265 (mpi->fields & MP_IMGFIELD_INTERLACED) && 1266 !(mpi->fields & MP_IMGFIELD_TOP_FIRST)) 1267 frame->vop_flags &= ~XVID_VOP_TOPFIELDFIRST; 1268 else 1269 frame->vop_flags |= XVID_VOP_TOPFIELDFIRST; 1270 } 1271 1263 1272 /* Bind source frame */ 1264 1273 frame->input.plane[0] = mpi->planes[0]; 1265 1274 frame->input.plane[1] = mpi->planes[1];
