Skip to content
  • Tim-Philipp Müller's avatar
    rtp: fix compiler warnings with gcc-6 · aeed2e55
    Tim-Philipp Müller authored
    In file included from gstrtpL16depay.h:27:0,
                     from gstrtp.c:73:
    gstrtpchannels.h:154:33: error: 'channel_orders' defined but not used [-Werror=unused-const-variable]
     static const GstRTPChannelOrder channel_orders[] =
    aeed2e55