Commit 8c5646af authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_BASOP_2513_EXTRA_RETURN_REND_OPEN

parent 4410392a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -102,7 +102,6 @@
/* any switch which is non-be wrt. TS 26.251 V3.0 */

#define FIX_1540_EXPOSE_PT_IN_RTP_HEADER_API            /* Expose Payload Type setting in RTP Header */
#define FIX_BASOP_2513_EXTRA_RETURN_REND_OPEN           /* Nokia: BASOP issue 2513: Removes extra return block */
#define FIX_BASOP_2514_EFAP_PORTING_ERROR               /* Nokia: BASOP issue 2514: Fix wrongly ported line */
#define FIX_BASOP_2516_REND_CUSTOM_LAYOUT_PORT_BUG      /* Nokia: BASOP issue 2516: Fix porting bug in setting planar state for custom layout in renderer */
#define USE_RTPDUMP                                     /* FhG: RTPDUMP format (rtptools standard) instead of custom format */
+0 −5
Original line number Diff line number Diff line
@@ -4028,11 +4028,6 @@ ivas_error IVAS_REND_Open(
                return error;
            }
        }
#ifndef FIX_BASOP_2513_EXTRA_RETURN_REND_OPEN
        {
            return error;
        }
#endif
    }

    return IVAS_ERR_OK;