Processed: Re: Bug#843173: libfaad-dev: Implicit SBR detection via AudioSpecificConfig fails when char is signed

2016-11-06 Thread Debian Bug Tracking System
Processing control commands: > forwarded -1 https://sourceforge.net/p/faac/bugs/207/ Bug #843173 [libfaad-dev] libfaad-dev: Implicit SBR detection via AudioSpecificConfig fails when char is unsigned Set Bug forwarded-to-address to 'https://sourceforge.net/p/faac/bugs/207/'. > tags -1 + patch Bug

Bug#843173: libfaad-dev: Implicit SBR detection via AudioSpecificConfig fails when char is signed

2016-11-06 Thread Fabian Greffrath
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 control: forwarded -1 https://sourceforge.net/p/faac/bugs/207/ control: tags -1 + patch -BEGIN PGP SIGNATURE- iQIcBAEBCAAGBQJYH0/0AAoJEMvqjpcMzVnf2tcQAKUTqkG1Wgv8eOjkMwgf6LI5 v4Iq93y2das6g/3VrXbmaba3x2I1ZnIONP6HBa/+9qpXkqkw4qvPpCNZ9F8XBcUf

Bug#843173: libfaad-dev: Implicit SBR detection via AudioSpecificConfig fails when char is signed

2016-11-05 Thread Stefan Pöschel
Hi Fabian, Am 05.11.2016 um 20:34 schrieb Fabian Greffrath: > Did you mean to write "fails when char is unsigned" in the subject > line? This was indeed a typo - sorry! > Am Freitag, den 04.11.2016, 16:18 +0100 schrieb Stefan Pöschel: >> One way to fix this is to make the struct variable

Bug#843173: libfaad-dev: Implicit SBR detection via AudioSpecificConfig fails when char is signed

2016-11-05 Thread Fabian Greffrath
Hi again, will it help if we explicitely cast the (-1) to char in the two occasions where it is used for sbr_present_flag? - Fabian diff --git a/libfaad/mp4.c b/libfaad/mp4.c index 72b2af6..14e607a 100644 --- a/libfaad/mp4.c +++ b/libfaad/mp4.c @@ -174,7 +174,7 @@ int8_t

Bug#843173: libfaad-dev: Implicit SBR detection via AudioSpecificConfig fails when char is signed

2016-11-05 Thread Fabian Greffrath
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Stefan, thanks for the bug report! Did you mean to write "fails when char is unsigned" in the subject line? Am Freitag, den 04.11.2016, 16:18 +0100 schrieb Stefan Pöschel: > One way to fix this is to make the struct variable sbr_present_flag >

Bug#843173: libfaad-dev: Implicit SBR detection via AudioSpecificConfig fails when char is signed

2016-11-04 Thread Stefan Pöschel
Package: libfaad-dev Version: 2.7-8 Severity: normal I'm not sure if this an issue which affects Debian itself. As it affects FAAD2 users and the development seems (the original homepage is orphaned) to be continued within a Debian Git repo, I post it here. FAAD2 provides the ability to init