X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ftransportque.inc;h=3ce2f20ef14144a152bab9319c3a78d5f19e4365;hb=38cb4182e11e57fc426bede3825e825e9d61433b;hp=b83437ae9933e5c5ef92aaca37b3592adc9628dd;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/transportque.inc b/cinelerra-5.1/cinelerra/transportque.inc index b83437ae..3ce2f20e 100644 --- a/cinelerra-5.1/cinelerra/transportque.inc +++ b/cinelerra-5.1/cinelerra/transportque.inc @@ -2,21 +2,21 @@ /* * CINELERRA * Copyright (C) 2008 Adam Williams - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * */ #ifndef TRANSPORTQUE_INC @@ -28,22 +28,22 @@ // Commands // Perform change but don't render anything -#define COMMAND_NONE 0 +#define COMMAND_NONE 0 // Stop playback but keep existing change_type flag -#define STOP 7 - -#define SINGLE_FRAME_FWD 1 -#define NORMAL_FWD 2 -#define FAST_FWD 3 -#define SINGLE_FRAME_REWIND 4 -#define NORMAL_REWIND 5 -#define FAST_REWIND 6 -#define PAUSE 8 -#define SLOW_FWD 9 -#define SLOW_REWIND 10 -#define REWIND 11 -#define GOTO_END 12 -#define CURRENT_FRAME 13 +#define STOP 7 + +#define SINGLE_FRAME_FWD 1 +#define NORMAL_FWD 2 +#define FAST_FWD 3 +#define SINGLE_FRAME_REWIND 4 +#define NORMAL_REWIND 5 +#define FAST_REWIND 6 +#define PAUSE 8 +#define SLOW_FWD 9 +#define SLOW_REWIND 10 +#define REWIND 11 +#define GOTO_END 12 +#define CURRENT_FRAME 13 // Level of change. Changes have to be inclusive of all the lesser changes. // Delete cache