Commit fc124107 authored by Lauros Pajunen's avatar Lauros Pajunen
Browse files

Add flags

parent 2bf48e36
Loading
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -659,7 +659,11 @@ static const PACK_PI_FN packPiDataFuntions[IVAS_PI_MAX_ID] = {
    packUnsupportedData,   /* DIEGETIC_TYPE                    */
#endif
    packUnsupportedData, /* RESERVED13                       */
#ifdef RTP_S4_251135_CR26253_0016_REV1
    packAudioFocusCommon,/* AUDIO_FOCUS_INDICATION           */
#else
    packUnsupportedData, /* AUDIO_FOCUS_INDICATION           */
#endif
    packUnsupportedData, /* RESERVED15                       */
#ifdef RTP_S4_251135_CR26253_0016_REV1
    packOrientation,        /* PLAYBACK_DEVICE_ORIENTATION      */
@@ -714,7 +718,11 @@ static const UNPACK_PI_FN unpackPiDataFuntions[IVAS_PI_MAX_ID] = {
    unpackUnsupportedData, /* DIEGETIC_TYPE                    */
#endif
    unpackUnsupportedData, /* RESERVED13                       */
#ifdef RTP_S4_251135_CR26253_0016_REV1
    unpackAudioFocusCommon,/* AUDIO_FOCUS_INDICATION           */
#else
    unpackUnsupportedData, /* AUDIO_FOCUS_INDICATION           */
#endif
    unpackUnsupportedData, /* RESERVED15                       */
#ifdef RTP_S4_251135_CR26253_0016_REV1
    unpackOrientation,        /* PLAYBACK_DEVICE_ORIENTATION      */