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
5e712997
Commit
5e712997
authored
Dec 05, 2016
by
Vittorio Giovara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavf: Drop deprecated bitexact functionality
Deprecated in 05/2014.
parent
96a47364
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
mux.c
libavformat/mux.c
+0
-7
version.h
libavformat/version.h
+0
-3
No files found.
libavformat/mux.c
View file @
5e712997
...
...
@@ -99,13 +99,6 @@ static int init_muxer(AVFormatContext *s, AVDictionary **options)
if
((
ret
=
av_opt_set_dict
(
s
,
&
tmp
))
<
0
)
goto
fail
;
#if FF_API_LAVF_BITEXACT && FF_API_LAVF_AVCTX
FF_DISABLE_DEPRECATION_WARNINGS
if
(
s
->
nb_streams
&&
s
->
streams
[
0
]
->
codec
->
flags
&
AV_CODEC_FLAG_BITEXACT
)
s
->
flags
|=
AVFMT_FLAG_BITEXACT
;
FF_ENABLE_DEPRECATION_WARNINGS
#endif
// some sanity checks
if
(
s
->
nb_streams
==
0
&&
!
(
of
->
flags
&
AVFMT_NOSTREAMS
))
{
av_log
(
s
,
AV_LOG_ERROR
,
"no streams
\n
"
);
...
...
libavformat/version.h
View file @
5e712997
...
...
@@ -48,9 +48,6 @@
* dropped at a future version bump. The defines themselves are not part of
* the public API and may change, break or disappear at any time.
*/
#ifndef FF_API_LAVF_BITEXACT
#define FF_API_LAVF_BITEXACT (LIBAVFORMAT_VERSION_MAJOR < 58)
#endif
#ifndef FF_API_LAVF_FRAC
#define FF_API_LAVF_FRAC (LIBAVFORMAT_VERSION_MAJOR < 58)
#endif
...
...
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