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
ce253edf
Commit
ce253edf
authored
Oct 21, 2011
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix shared lib build
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
dd8ffc19
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
1 deletion
+26
-1
libavcodec.v
libavcodec/libavcodec.v
+21
-0
mpeg12enc.c
libavcodec/mpeg12enc.c
+1
-1
libavformat.v
libavformat/libavformat.v
+4
-0
No files found.
libavcodec/libavcodec.v
View file @
ce253edf
...
...
@@ -4,5 +4,26 @@ LIBAVCODEC_$MAJOR {
audio_resample_close
;
#
deprecated
,
remove
after
next
bump
img_get_alpha_info
;
dsputil_init
;
ff_find_pix_fmt
;
ff_framenum_to_drop_timecode
;
ff_framenum_to_smtpe_timecode
;
ff_raw_pix_fmt_tags
;
ff_init_smtpe_timecode
;
ff_fft
*;
ff_mdct
*;
ff_dct
*;
ff_rdft
*;
ff_prores_idct_put_10_sse2
;
ff_simple_idct
*;
ff_aanscales
;
ff_faan
*;
ff_mmx_idct
;
ff_fdct
*;
fdct_ifast
;
j_rev_dct
;
ff_mmxext_idct
;
ff_idct_xvid
*;
ff_jpeg_fdct
*;
local:
*;
};
libavcodec/mpeg12enc.c
View file @
ce253edf
...
...
@@ -190,7 +190,7 @@ static av_cold int encode_init(AVCodecContext *avctx)
}
if
(
s
->
tc
.
str
)
{
s
->
tc
.
rate
=
ff
_frame_rate_tab
[
s
->
frame_rate_index
];
s
->
tc
.
rate
=
avpriv
_frame_rate_tab
[
s
->
frame_rate_index
];
if
(
ff_init_smtpe_timecode
(
s
,
&
s
->
tc
)
<
0
)
return
-
1
;
s
->
avctx
->
timecode_frame_start
=
s
->
tc
.
start
;
...
...
libavformat/libavformat.v
View file @
ce253edf
...
...
@@ -19,5 +19,9 @@ LIBAVFORMAT_$MAJOR {
parse_date
;
dump_format
;
url_
*;
ff_timefilter_destroy
;
ff_timefilter_new
;
ff_timefilter_update
;
ff_timefilter_reset
;
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