]> git.sesse.net Git - vlc/commitdiff
qtcapture: statification and comment.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 26 May 2008 00:34:01 +0000 (02:34 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 26 May 2008 00:34:01 +0000 (02:34 +0200)
modules/access/qtcapture.m

index 04459a776c945892ab173e1f39909ddee33a817c..a39b7a2fb0e913fb251b07079e4f7643beed9e35 100644 (file)
@@ -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
     {