Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
42d26145
Commit
42d26145
authored
Mar 31, 2018
by
Josh de Kock
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavf: move avpriv function definition to internal.h
Signed-off-by:
Josh de Kock
<
josh@itanimul.li
>
parent
09956412
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
2 deletions
+3
-2
alldevices.c
libavdevice/alldevices.c
+1
-0
allformats.c
libavformat/allformats.c
+1
-0
avformat.h
libavformat/avformat.h
+0
-2
internal.h
libavformat/internal.h
+1
-0
No files found.
libavdevice/alldevices.c
View file @
42d26145
...
...
@@ -20,6 +20,7 @@
#include "config.h"
#include "libavutil/thread.h"
#include "libavformat/internal.h"
#include "avdevice.h"
/* devices */
...
...
libavformat/allformats.c
View file @
42d26145
...
...
@@ -20,6 +20,7 @@
*/
#include "libavutil/thread.h"
#include "libavformat/internal.h"
#include "avformat.h"
#include "rtp.h"
#include "rdt.h"
...
...
libavformat/avformat.h
View file @
42d26145
...
...
@@ -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
[]);
/**
* @}
*/
...
...
libavformat/internal.h
View file @
42d26145
...
...
@@ -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
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