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
9dc57688
Commit
9dc57688
authored
Mar 22, 2017
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc/mips: temporally disable ac3 downmix
parent
ce10e4cb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
libav-merge.txt
doc/libav-merge.txt
+1
-0
ac3dsp_mips.c
libavcodec/mips/ac3dsp_mips.c
+1
-1
No files found.
doc/libav-merge.txt
View file @
9dc57688
...
@@ -102,6 +102,7 @@ Collateral damage that needs work locally:
...
@@ -102,6 +102,7 @@ Collateral damage that needs work locally:
- Merge proresdec2.c and proresdec_lgpl.c
- Merge proresdec2.c and proresdec_lgpl.c
- Merge proresenc_anatoliy.c and proresenc_kostya.c
- Merge proresenc_anatoliy.c and proresenc_kostya.c
- Remove ADVANCED_PARSER in libavcodec/hevc_parser.c
- Remove ADVANCED_PARSER in libavcodec/hevc_parser.c
- Fix MIPS AC3 downmix
Extra changes needed to be aligned with Libav:
Extra changes needed to be aligned with Libav:
----------------------------------------------
----------------------------------------------
...
...
libavcodec/mips/ac3dsp_mips.c
View file @
9dc57688
...
@@ -409,7 +409,7 @@ void ff_ac3dsp_init_mips(AC3DSPContext *c, int bit_exact) {
...
@@ -409,7 +409,7 @@ void ff_ac3dsp_init_mips(AC3DSPContext *c, int bit_exact) {
#if HAVE_MIPSFPU
#if HAVE_MIPSFPU
#if !HAVE_MIPS32R6 && !HAVE_MIPS64R6
#if !HAVE_MIPS32R6 && !HAVE_MIPS64R6
c
->
float_to_fixed24
=
float_to_fixed24_mips
;
c
->
float_to_fixed24
=
float_to_fixed24_mips
;
c
->
downmix
=
ac3_downmix_mips
;
//
c->downmix = ac3_downmix_mips;
#endif
#endif
#endif
#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