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
187105ff
Commit
187105ff
authored
Sep 10, 2013
by
Vittorio Giovara
Committed by
Diego Biurrun
Sep 16, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix references to deleted avcodec_encode_video() function
parent
85e8192b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
configure
configure
+1
-1
mpegvideo.h
libavcodec/mpegvideo.h
+1
-1
No files found.
configure
View file @
187105ff
...
...
@@ -3893,7 +3893,7 @@ enabled xmm_clobber_test &&
-Wl
,--wrap,avcodec_decode_video2
\
-Wl
,--wrap,avcodec_decode_subtitle2
\
-Wl
,--wrap,avcodec_encode_audio2
\
-Wl
,--wrap,avcodec_encode_video
\
-Wl
,--wrap,avcodec_encode_video
2
\
-Wl
,--wrap,avcodec_encode_subtitle
\
-Wl
,--wrap,sws_scale
||
disable xmm_clobber_test
...
...
libavcodec/mpegvideo.h
View file @
187105ff
...
...
@@ -295,7 +295,7 @@ typedef struct MpegEncContext {
/* WARNING: changes above this line require updates to hardcoded
* offsets used in asm. */
int64_t
user_specified_pts
;
///< last non zero pts from AVFrame which was passed into avcodec_encode_video
()
int64_t
user_specified_pts
;
///< last non-zero pts from AVFrame which was passed into avcodec_encode_video2
()
/**
* pts difference between the first and second input frame, used for
* calculating dts of the first frame when there's a delay */
...
...
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