]> git.sesse.net Git - vlc/commitdiff
qtcapture: const a struct.
authorDerk-Jan Hartman <hartman@videolan.org>
Sun, 3 Aug 2008 11:21:01 +0000 (13:21 +0200)
committerDerk-Jan Hartman <hartman@videolan.org>
Sun, 3 Aug 2008 11:21:36 +0000 (13:21 +0200)
modules/access/qtcapture.m

index eac2e6f005426e7a80997989869887cfea21307a..e4f190b0145a46586c549fc8a144b076ed23a295 100644 (file)
@@ -163,7 +163,7 @@ struct demux_sys_t {
 *****************************************************************************/
 static int qtchroma_to_fourcc( int i_qt )
 {
-    static struct
+    static const struct
     {
         unsigned int i_qt;
         int i_fourcc;