[vlc-devel] commit: qtcapture: statification and comment. (Pierre d'Herbemont )

git version control git at videolan.org
Mon May 26 02:32:46 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Mon May 26 02:34:01 2008 +0200| [90d9d6dda3dc1a6260ac5e3eb355c83b377da201]

qtcapture: statification and comment.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=90d9d6dda3dc1a6260ac5e3eb355c83b377da201
---

 modules/access/qtcapture.m |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/modules/access/qtcapture.m b/modules/access/qtcapture.m
index 04459a7..a39b7a2 100644
--- a/modules/access/qtcapture.m
+++ b/modules/access/qtcapture.m
@@ -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
     {




More information about the vlc-devel mailing list