mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-23 04:24:35 +02:00
lavf: move avpriv function definition to internal.h
Signed-off-by: Josh de Kock <josh@itanimul.li>
This commit is contained in:
parent
0995641202
commit
42d26145e9
@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "libavutil/thread.h"
|
#include "libavutil/thread.h"
|
||||||
|
#include "libavformat/internal.h"
|
||||||
#include "avdevice.h"
|
#include "avdevice.h"
|
||||||
|
|
||||||
/* devices */
|
/* devices */
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "libavutil/thread.h"
|
#include "libavutil/thread.h"
|
||||||
|
#include "libavformat/internal.h"
|
||||||
#include "avformat.h"
|
#include "avformat.h"
|
||||||
#include "rtp.h"
|
#include "rtp.h"
|
||||||
#include "rdt.h"
|
#include "rdt.h"
|
||||||
|
@ -3060,8 +3060,6 @@ int avformat_transfer_internal_stream_timing_info(const AVOutputFormat *ofmt,
|
|||||||
*/
|
*/
|
||||||
AVRational av_stream_get_codec_timebase(const AVStream *st);
|
AVRational av_stream_get_codec_timebase(const AVStream *st);
|
||||||
|
|
||||||
|
|
||||||
void avpriv_register_devices(const AVOutputFormat * const o[], const AVInputFormat * const i[]);
|
|
||||||
/**
|
/**
|
||||||
* @}
|
* @}
|
||||||
*/
|
*/
|
||||||
|
@ -731,4 +731,5 @@ int ff_unlock_avformat(void);
|
|||||||
*/
|
*/
|
||||||
void ff_format_set_url(AVFormatContext *s, char *url);
|
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 */
|
#endif /* AVFORMAT_INTERNAL_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user