Projects
Multimedia
transcode
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 32
View file
transcode.patch
Changed
@@ -1,14 +1,16 @@ --- - avilib/avidump.c | 20 ++++++++++---------- - avilib/avilib.c | 2 +- - avilib/avilib.h | 4 ++-- - export/aud_aux.c | 2 +- - import/extract_ogm.c | 5 ++++- - import/mpg123.h | 35 +++++++++++++++++++++++++++++++++++ - import/v4l/import_v4l2.c | 15 +++++---------- - import/v4l/import_v4lcam.c | 3 +-- - src/framebuffer.c | 4 ++-- - 9 files changed, 61 insertions(+), 29 deletions(-) + avilib/avidump.c | 20 ++++++++++---------- + avilib/avilib.c | 2 +- + avilib/avilib.h | 4 ++-- + export/aud_aux.c | 2 +- + filter/subtitler/parser.c | 2 +- + filter/yuvdenoise/mjpeg_types.h | 2 +- + import/extract_ogm.c | 5 ++++- + import/mpg123.h | 35 +++++++++++++++++++++++++++++++++++ + import/v4l/import_v4l2.c | 15 +++++---------- + import/v4l/import_v4lcam.c | 3 +-- + src/framebuffer.c | 4 ++-- + 11 files changed, 63 insertions(+), 31 deletions(-) --- a/avilib/avidump.c +++ b/avilib/avidump.c @@ -127,6 +129,28 @@ int in_size, out_size; char *in_buf; +--- a/filter/subtitler/parser.c ++++ b/filter/subtitler/parser.c +@@ -187,7 +187,7 @@ if(pa -> data0 == '*') + po -> ydest = po -> ypos; + } + +- if(! po -> status & OBJECT_STATUS_HAVE_Z_DEST) ++ if(!(po -> status & OBJECT_STATUS_HAVE_Z_DEST)) + { + po -> zdest = dgz; + } +--- a/filter/yuvdenoise/mjpeg_types.h ++++ b/filter/yuvdenoise/mjpeg_types.h +@@ -38,7 +38,7 @@ + #include <stdint.h> + #include <sys/types.h> + +-#if defined(HAVE_STDBOOL_H) && !defined(__cplusplus) ++#if 1 + #include <stdbool.h> + #else + /* ISO/IEC 9899:1999 <stdbool.h> missing -- enabling workaround */ --- a/import/extract_ogm.c +++ b/import/extract_ogm.c @@ -66,7 +66,10 @@ typedef struct stream_t {
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.