summaryrefslogtreecommitdiff
path: root/src/lib/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/types.h')
-rw-r--r--src/lib/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/types.h b/src/lib/types.h
index ab51e38a9..8513fde51 100644
--- a/src/lib/types.h
+++ b/src/lib/types.h
@@ -87,6 +87,9 @@ enum VideoFrameType
VIDEO_FRAME_TYPE_3D_RIGHT
};
+std::string video_frame_type_to_string (VideoFrameType);
+VideoFrameType string_to_video_frame_type (std::string);
+
enum Eyes
{
EYES_BOTH,