This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avutil: move internal function out of public header
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.6
wm4
Michael Niedermayer
11 years ago
parent
392d975efe
commit
3e18dc235e
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavutil/internal.h
+0
-2
libavutil/pixdesc.h
+1
-1
libavutil/utils.c
+ 2
- 0
libavutil/internal.h
View File
@@ -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 */
+ 0
- 2
libavutil/pixdesc.h
View File
@@ -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.
*
+ 1
- 1
libavutil/utils.c
View File
@@ -20,7 +20,7 @@
#include "avutil.h"
#include "avassert.h"
#include "samplefmt.h"
#include "
pixdesc
.h"
#include "
internal
.h"
/**
* @file
Write
Preview
Loading…
Cancel
Save