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();
@end
/*****************************************************************************
* Struct
*****************************************************************************/
struct demux_sys_t {
QTCaptureSession * session;
VLCDecompressedVideoOutput * output;
......@@ -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
{
......
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