Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.2:Test
sox
sox-14.2.0-vorbis.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sox-14.2.0-vorbis.patch of Package sox
--- src/vorbis1.h +++ src/vorbis1.h @@ -21,8 +21,11 @@ #pragma warning(push, 1) #endif - vorbis_encode_init_vbr( - &ve->vi, ft->signal.channels, ft->signal.rate + .5, quality / 10); + if (vorbis_encode_init_vbr(&ve->vi, ft->signal.channels, ft->signal.rate + .5, quality / 10)) + { + lsx_fail_errno(ft, SOX_EFMT, "libVorbis does not support this mode (eg, too low a bitrate, etc.)"); + return (SOX_EOF); + } #if defined __SUNPRO_CC #pragma enable_warn
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor