]> git.sesse.net Git - vlc/blobdiff - modules/access/qtcapture.m
Fix warning and potential memleak.
[vlc] / 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;