Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
a81ff195
Commit
a81ff195
authored
Apr 19, 2011
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libpostproc: Remove crufty code disabled by the big bump.
parent
5efef54e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
postprocess.c
libpostproc/postprocess.c
+0
-4
postprocess.h
libpostproc/postprocess.h
+0
-6
No files found.
libpostproc/postprocess.c
View file @
a81ff195
...
...
@@ -695,11 +695,7 @@ static inline void postProcess(const uint8_t src[], int srcStride, uint8_t dst[]
/* -pp Command line Help
*/
#if LIBPOSTPROC_VERSION_INT < (52<<16)
const
char
*
const
pp_help
=
#else
const
char
pp_help
[]
=
#endif
"Available postprocessing filters:
\n
"
"Filters Options
\n
"
"short long name short long option Description
\n
"
...
...
libpostproc/postprocess.h
View file @
a81ff195
...
...
@@ -67,13 +67,7 @@ const char *postproc_license(void);
typedef
void
pp_context
;
typedef
void
pp_mode
;
#if LIBPOSTPROC_VERSION_INT < (52<<16)
typedef
pp_context
pp_context_t
;
typedef
pp_mode
pp_mode_t
;
extern
const
char
*
const
pp_help
;
///< a simple help text
#else
extern
const
char
pp_help
[];
///< a simple help text
#endif
void
pp_postprocess
(
const
uint8_t
*
src
[
3
],
const
int
srcStride
[
3
],
uint8_t
*
dst
[
3
],
const
int
dstStride
[
3
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment