shithub: opus

Download patch

ref: bb389c67f9a6f5467c26e107925b22884189ef52
parent: 1cd5d95b3fe6ba959037e427324bea22563f67a3
author: Gregory Maxwell <[email protected]>
date: Fri Jul 13 16:55:23 EDT 2012

OPUS_{GET,SET}_LSB_DEPTH for multichannel.

--- a/src/opus_multistream.c
+++ b/src/opus_multistream.c
@@ -407,6 +407,7 @@
       }
    }
    break;
+   case OPUS_GET_LSB_DEPTH_REQUEST:
    case OPUS_GET_VBR_REQUEST:
    case OPUS_GET_APPLICATION_REQUEST:
    case OPUS_GET_BANDWIDTH_REQUEST:
@@ -446,6 +447,7 @@
       }
    }
    break;
+   case OPUS_SET_LSB_DEPTH_REQUEST:
    case OPUS_SET_COMPLEXITY_REQUEST:
    case OPUS_SET_VBR_REQUEST:
    case OPUS_SET_VBR_CONSTRAINT_REQUEST: