diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2017-04-28 23:05:35 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2017-05-16 15:38:00 -0400 |
commit | bd2ce0fb67b853b6bbdea398ed177c7ccbe9a64d (patch) | |
tree | f03282f3cd53a2e7c494e5a90eb6f24b8e7c4e32 /ext | |
parent | b68d936ae0b4cb59ca3b7853e761e162631b2319 (diff) |
pulse: Accept MPEG 1 layer 3 version 2.5
https://bugzilla.gnome.org/show_bug.cgi?id=781929
Diffstat (limited to 'ext')
-rw-r--r-- | ext/pulse/pulseutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pulse/pulseutil.h b/ext/pulse/pulseutil.h index 152c42d12..ef11424ee 100644 --- a/ext/pulse/pulseutil.h +++ b/ext/pulse/pulseutil.h @@ -60,7 +60,7 @@ #define _PULSE_CAPS_DTS "audio/x-dts, framed = (boolean) true, " \ "block-size = (int) { 512, 1024, 2048 }; " #define _PULSE_CAPS_MP3 "audio/mpeg, mpegversion = (int) 1, " \ - "mpegaudioversion = (int) [ 1, 2 ], parsed = (boolean) true;" + "mpegaudioversion = (int) [ 1, 3 ], parsed = (boolean) true;" #define _PULSE_CAPS_AAC "audio/mpeg, mpegversion = (int) { 2, 4 }, " \ "framed = (boolean) true, stream-format = (string) adts;" |