swaroop: support creation of H264 with 24-bit PCM.
[dcpomatic.git] / src / lib / types.h
index 94e101a3d682a43127eec28667c54bbe1ffb24bc..ccb47dc6477bfa27edef8337b5baff878d48b348 100644 (file)
@@ -136,6 +136,12 @@ enum ChangeType
        CHANGE_TYPE_CANCELLED
 };
 
+enum VideoRange
+{
+       VIDEO_RANGE_FULL, ///< full,  or "JPEG" (0-255 for 8-bit)
+       VIDEO_RANGE_VIDEO ///< video, or "MPEG" (16-235 for 8-bit)
+};
+
 /** Type of captions.
  *
  *  The generally accepted definitions seem to be:
@@ -164,7 +170,8 @@ extern TextType string_to_text_type (std::string s);
 enum ExportFormat
 {
        EXPORT_FORMAT_PRORES,
-       EXPORT_FORMAT_H264
+       EXPORT_FORMAT_H264_AAC,
+       EXPORT_FORMAT_H264_PCM
 };
 
 /** @struct Crop