misbirunpack: add properties to allow tweaking luma and chroma mask
This can be useful for non-standard implementations of this conversion process
This commit is contained in:
@@ -63,6 +63,8 @@ struct _GstMisbIrUnpack
|
||||
gint offset_value;
|
||||
guint shift_value;
|
||||
gboolean swap;
|
||||
guint luma_mask;
|
||||
guint chroma_mask;
|
||||
};
|
||||
|
||||
struct _GstMisbIrUnpackClass
|
||||
|
||||
Reference in New Issue
Block a user