Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
3e18dc23
Commit
3e18dc23
authored
Feb 10, 2015
by
wm4
Committed by
Michael Niedermayer
Feb 10, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avutil: move internal function out of public header
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
392d975e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
internal.h
libavutil/internal.h
+2
-0
pixdesc.h
libavutil/pixdesc.h
+0
-2
utils.c
libavutil/utils.c
+1
-1
No files found.
libavutil/internal.h
View file @
3e18dc23
...
...
@@ -273,4 +273,6 @@ static av_always_inline av_const int avpriv_mirror(int x, int w)
uint64_t
ff_get_channel_layout
(
const
char
*
name
,
int
compat
);
#endif
void
ff_check_pixfmt_descriptors
(
void
);
#endif
/* AVUTIL_INTERNAL_H */
libavutil/pixdesc.h
View file @
3e18dc23
...
...
@@ -299,8 +299,6 @@ int av_pix_fmt_get_chroma_sub_sample(enum AVPixelFormat pix_fmt,
*/
int
av_pix_fmt_count_planes
(
enum
AVPixelFormat
pix_fmt
);
void
ff_check_pixfmt_descriptors
(
void
);
/**
* Utility function to swap the endianness of a pixel format.
*
...
...
libavutil/utils.c
View file @
3e18dc23
...
...
@@ -20,7 +20,7 @@
#include "avutil.h"
#include "avassert.h"
#include "samplefmt.h"
#include "
pixdesc
.h"
#include "
internal
.h"
/**
* @file
...
...
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