Skip to content
  • Sebastian Dröge's avatar
    qtdemux: Fix compiler warning · 68b0441a
    Sebastian Dröge authored
    qtdemux.c: In function ‘qtdemux_parse_tree’:
    qtdemux.c:10139:16: error: ‘color_table_id’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
                 if (color_table_id != 0) {
                    ^
    qtdemux.c:10121:19: note: ‘color_table_id’ was declared here
               guint16 color_table_id;
                       ^~~~~~~~~~~~~~
    68b0441a