Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Releases
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Stefan Westerfeld
ffmpeg
Commits
bb41115d
Commit
bb41115d
authored
Aug 03, 2014
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
imgutils: Do not declare avpriv_set_systematic_pal2 in the public header
parent
1ef9e837
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
imgutils.h
libavutil/imgutils.h
+0
-2
internal.h
libavutil/internal.h
+3
-0
version.h
libavutil/version.h
+1
-1
No files found.
libavutil/imgutils.h
View file @
bb41115d
...
...
@@ -143,8 +143,6 @@ int av_image_check_size(unsigned int w, unsigned int h, int log_offset, void *lo
*/
int
av_image_check_sar
(
unsigned
int
w
,
unsigned
int
h
,
AVRational
sar
);
int
avpriv_set_systematic_pal2
(
uint32_t
pal
[
256
],
enum
AVPixelFormat
pix_fmt
);
/**
* @}
*/
...
...
libavutil/internal.h
View file @
bb41115d
...
...
@@ -37,6 +37,7 @@
#include "config.h"
#include "attributes.h"
#include "dict.h"
#include "pixfmt.h"
#if ARCH_X86
# include "x86/emms.h"
...
...
@@ -219,4 +220,6 @@ void avpriv_request_sample(void *avc,
*/
int
avpriv_open
(
const
char
*
filename
,
int
flags
,
...);
int
avpriv_set_systematic_pal2
(
uint32_t
pal
[
256
],
enum
AVPixelFormat
pix_fmt
);
#endif
/* AVUTIL_INTERNAL_H */
libavutil/version.h
View file @
bb41115d
...
...
@@ -55,7 +55,7 @@
#define LIBAVUTIL_VERSION_MAJOR 53
#define LIBAVUTIL_VERSION_MINOR 20
#define LIBAVUTIL_VERSION_MICRO
0
#define LIBAVUTIL_VERSION_MICRO
1
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
LIBAVUTIL_VERSION_MINOR, \
...
...
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