Commit 90d9d6dd authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

qtcapture: statification and comment.

parent ba369e1f
...@@ -127,6 +127,10 @@ vlc_module_end(); ...@@ -127,6 +127,10 @@ vlc_module_end();
@end @end
/*****************************************************************************
* Struct
*****************************************************************************/
struct demux_sys_t { struct demux_sys_t {
QTCaptureSession * session; QTCaptureSession * session;
VLCDecompressedVideoOutput * output; VLCDecompressedVideoOutput * output;
...@@ -135,7 +139,10 @@ struct demux_sys_t { ...@@ -135,7 +139,10 @@ struct demux_sys_t {
}; };
int qtchroma_to_fourcc( int i_qt ) /*****************************************************************************
* qtchroma_to_fourcc
*****************************************************************************/
static int qtchroma_to_fourcc( int i_qt )
{ {
static struct static struct
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment