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
9b326fc2
Commit
9b326fc2
authored
Sep 07, 2012
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
flashsv2enc: fix prev-Z-prime encoding
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
3fe303a2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
flashsv2enc.c
libavcodec/flashsv2enc.c
+1
-1
vsynth1-flashsv2
tests/ref/fate/vsynth1-flashsv2
+1
-1
vsynth2-flashsv2
tests/ref/fate/vsynth2-flashsv2
+1
-1
No files found.
libavcodec/flashsv2enc.c
View file @
9b326fc2
...
...
@@ -262,7 +262,7 @@ static int new_key_frame(FlashSV2Context * s)
s
->
key_blocks
[
i
].
sl_end
=
0
;
s
->
key_blocks
[
i
].
data
=
0
;
}
FFSWAP
(
uint8_t
*
,
s
->
keybuffer
,
s
->
encbuffer
);
memcpy
(
s
->
keybuffer
,
s
->
encbuffer
,
s
->
frame_size
);
return
0
;
}
...
...
tests/ref/fate/vsynth1-flashsv2
View file @
9b326fc2
8d105780bb79915bc36f96f7a754f289
*tests/data/fate/vsynth1-flashsv2.flv
e3403ea852029daf589a7a4dfd8f6cae
*tests/data/fate/vsynth1-flashsv2.flv
9371095 tests/data/fate/vsynth1-flashsv2.flv
efa88d09115a2e947eff00ee435ba3f3 *tests/data/fate/vsynth1-flashsv2.out.rawvideo
stddev: 3.47 PSNR: 37.31 MAXDIFF: 49 bytes: 7603200/ 7603200
tests/ref/fate/vsynth2-flashsv2
View file @
9b326fc2
3f4a7454fa664896ac7532e3551c4071
*tests/data/fate/vsynth2-flashsv2.flv
4baf149705dbbd8084879d692e6acc8a
*tests/data/fate/vsynth2-flashsv2.flv
9293862 tests/data/fate/vsynth2-flashsv2.flv
8f63e24049ba1789a7f8353c695a3d99 *tests/data/fate/vsynth2-flashsv2.out.rawvideo
stddev: 2.39 PSNR: 40.55 MAXDIFF: 21 bytes: 7603200/ 7603200
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