mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
sbcparse: Fix up values for allocation enumeration.
https://bugzilla.gnome.org/show_bug.cgi?id=779389
This commit is contained in:
parent
71b63d54fe
commit
f7b1eae3a2
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ typedef enum {
|
|||
|
||||
typedef enum {
|
||||
GST_SBC_ALLOCATION_METHOD_INVALID = -1,
|
||||
GST_SBC_ALLOCATION_METHOD_SNR = 0,
|
||||
GST_SBC_ALLOCATION_METHOD_LOUDNESS = 1
|
||||
GST_SBC_ALLOCATION_METHOD_LOUDNESS = 0,
|
||||
GST_SBC_ALLOCATION_METHOD_SNR = 1
|
||||
} GstSbcAllocationMethod;
|
||||
|
||||
typedef struct _GstSbcParse GstSbcParse;
|
||||
|
|
Loading…
Reference in a new issue