~jaromil/freej/master

« back to all changes in this revision

Viewing changes to src/include/video_layer.h

  • Committer: Jaromil
  • Date: 2011-04-20 16:57:50 UTC
  • mfrom: (1545.1.14)
  • Revision ID: git-v1:89c80f478c3e42ed00ed1d0e64d22aecd32217de
Merge remote branch 'origin/sound'

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
        double mark_out;
158
158
        /** dropping frames variables */
159
159
        int user_play_speed; /** play speed to be visualized to the user */
160
 
        int play_speed; /** real speed */
 
160
        float play_speed; /** real speed */
161
161
        int play_speed_control;
162
162
 
163
163