Changeset 1850 for trunk/src/objects


Ignore:
Timestamp:
Jul 30, 2010 8:34:57 AM (14 years ago)
Author:
dkearney
Message:

adding perl wrapper example to configure and make scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/objects/RpMediaPlayer.cc

    r1848 r1850  
    218218
    219219                    // Save the frame to the SimpleBuffer object
    220                     __frame2ppm(b[frameCount]);
     220                    // FIXME:
     221                    // should be b[frameCount] but operator[] was
     222                    // overloaded in Rappture::SimpleBuffer, and I
     223                    // think it is causing problems
     224                    __frame2ppm(*b+frameCount);
    221225                    frameCount++;
    222226                }
Note: See TracChangeset for help on using the changeset viewer.