X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftrim_action.h;fp=src%2Flib%2Ftrim_action.h;h=0000000000000000000000000000000000000000;hb=fad1998b907232b01a46369a49b55129149613bb;hp=405d31bbcddd4740578a73428b6b619b85175150;hpb=09fcd95ff5125d7238188c59aa40430acb45ecbc;p=dcpomatic.git diff --git a/src/lib/trim_action.h b/src/lib/trim_action.h deleted file mode 100644 index 405d31bbc..000000000 --- a/src/lib/trim_action.h +++ /dev/null @@ -1,28 +0,0 @@ -/* - Copyright (C) 2012 Carl Hetherington - - 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., 675 Mass Ave, Cambridge, MA 02139, USA. - -*/ - -#ifndef DVDOMATIC_TRIM_ACTION_H -#define DVDOMATIC_TRIM_ACTION_H - -enum TrimAction { - CUT, ///< cut everything out after dcp_frames - BLACK_OUT ///< black out after dcp_frames so that the film stays the same length (and audio continues) -}; - -#endif