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
3ac85beb
Commit
3ac85beb
authored
Jan 11, 2013
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavf: remove nonexistent symbols
Signed-off-by:
Paul B Mahol
<
onemda@gmail.com
>
parent
23318a57
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
9 deletions
+1
-9
cmdutils.h
cmdutils.h
+1
-1
libavformat.v
libavformat/libavformat.v
+0
-8
No files found.
cmdutils.h
View file @
3ac85beb
...
...
@@ -123,7 +123,7 @@ double parse_number_or_die(const char *context, const char *numstr, int type,
* not zero timestr is interpreted as a duration, otherwise as a
* date
*
* @see
parse_dat
e()
* @see
av_parse_tim
e()
*/
int64_t
parse_time_or_die
(
const
char
*
context
,
const
char
*
timestr
,
int
is_duration
);
...
...
libavformat/libavformat.v
View file @
3ac85beb
...
...
@@ -24,11 +24,7 @@ LIBAVFORMAT_$MAJOR {
url_open
;
url_close
;
url_write
;
url_get_max_packet_size
;
#
those
are
deprecated
,
remove
on
next
bump
find_info_tag
;
parse_date
;
dump_format
;
url_
*;
ff_timefilter_destroy
;
ff_timefilter_new
;
...
...
@@ -36,9 +32,5 @@ LIBAVFORMAT_$MAJOR {
ff_timefilter_reset
;
get_
*;
put_
*;
udp_set_remote_url
;
udp_get_local_port
;
init_checksum
;
init_put_byte
;
local:
*;
};
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