~ubuntu-branches/ubuntu/raring/gpac/raring

« back to all changes in this revision

Viewing changes to modules/render3d/hardcoded_protos.c

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2007-01-24 23:34:57 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070124233457-zzlls8afkt0nyakj
Tags: 0.4.2~rc2-0ubuntu1
* New upstream release
  * Most notably MP4 tagging support via MP4Box -itags
* debian/patches/01_64bits.dpatch: dropped; included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
225
225
                if (!geo || !spine) return;
226
226
 
227
227
                mesh_reset(st->mesh);
228
 
                spine = gf_path_flatten(spine);
 
228
                gf_path_flatten(spine);
229
229
                gf_path_get_bounds(spine, &bounds);
230
 
                geo = gf_path_flatten(geo);
 
230
                gf_path_flatten(geo);
231
231
                gf_path_get_bounds(geo, &bounds);
232
232
 
233
233
                cur = 0;
321
321
                }
322
322
                mesh_update_bounds(st->mesh);
323
323
                gf_mesh_build_aabbtree(st->mesh);
324
 
                gf_path_del(spine);
325
 
                gf_path_del(geo);
326
324
        }
327
325
 
328
326
        if (!eff->traversing_mode) {