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
lavf: move avpriv function definition to internal.h
Signed-off-by: Josh de Kock <josh@itanimul.li>
tags/n4.0
Josh de Kock
7 years ago
parent
0995641202
commit
42d26145e9
4 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavdevice/alldevices.c
+1
-0
libavformat/allformats.c
+0
-2
libavformat/avformat.h
+1
-0
libavformat/internal.h
+ 1
- 0
libavdevice/alldevices.c
View File
@@ -20,6 +20,7 @@
#include "config.h"
#include "libavutil/thread.h"
#include "libavformat/internal.h"
#include "avdevice.h"
/* devices */
+ 1
- 0
libavformat/allformats.c
View File
@@ -20,6 +20,7 @@
*/
#include "libavutil/thread.h"
#include "libavformat/internal.h"
#include "avformat.h"
#include "rtp.h"
#include "rdt.h"
+ 0
- 2
libavformat/avformat.h
View File
@@ -3060,8 +3060,6 @@ int avformat_transfer_internal_stream_timing_info(const AVOutputFormat *ofmt,
*/
AVRational av_stream_get_codec_timebase(const AVStream *st);
void avpriv_register_devices(const AVOutputFormat * const o[], const AVInputFormat * const i[]);
/**
* @}
*/
+ 1
- 0
libavformat/internal.h
View File
@@ -731,4 +731,5 @@ int ff_unlock_avformat(void);
*/
void ff_format_set_url(AVFormatContext *s, char *url);
void avpriv_register_devices(const AVOutputFormat * const o[], const AVInputFormat * const i[]);
#endif /* AVFORMAT_INTERNAL_H */
Write
Preview
Loading…
Cancel
Save