~ubuntu-branches/ubuntu/trusty/blender/trusty

« back to all changes in this revision

Viewing changes to source/blender/blenkernel/intern/movieclip.c

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2012-05-12 20:02:22 UTC
  • mfrom: (14.2.16 sid)
  • Revision ID: package-import@ubuntu.com-20120512200222-lznjs2cxzaq96wua
Tags: 2.63a-1
* New upstream bugfix release
  + debian/patches/: re-worked since source code changed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1038
1038
 
1039
1039
                                scopes->track_disabled = FALSE;
1040
1040
 
1041
 
                                if (ibuf && ibuf->rect) {
 
1041
                                if (ibuf && (ibuf->rect || ibuf->rect_float)) {
1042
1042
                                        ImBuf *tmpibuf;
1043
1043
                                        MovieTrackingMarker undist_marker = *marker;
1044
1044