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
49f3806d
Commit
49f3806d
authored
Apr 25, 2004
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rv10 decoding fix
Originally committed as revision 3068 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
7aae3168
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
h263.c
libavcodec/h263.c
+2
-0
ffmpeg.regression.ref
tests/ffmpeg.regression.ref
+2
-2
rotozoom.regression.ref
tests/rotozoom.regression.ref
+2
-2
No files found.
libavcodec/h263.c
View file @
49f3806d
...
...
@@ -4433,6 +4433,8 @@ static int h263_decode_block(MpegEncContext * s, DCTELEM * block,
}
}
else
{
level
=
get_bits
(
&
s
->
gb
,
8
);
if
(
level
==
255
)
level
=
128
;
}
}
else
{
level
=
get_bits
(
&
s
->
gb
,
8
);
...
...
tests/ffmpeg.regression.ref
View file @
49f3806d
...
...
@@ -89,8 +89,8 @@ stddev: 8.87 PSNR:29.15 bytes:7602176
stddev: 0.00 PSNR:99.99 bytes:7602176
4fcfeba819177ad440bd16b0f095ba45 *./data/a-rv10.rm
671633 ./data/a-rv10.rm
9092124e1694baf96c1abc4fed26e07
2 *./data/out.yuv
stddev:
14.17 PSNR:25.09
bytes:7602176
bb31a08b20cfabc5332d11938e2f935
2 *./data/out.yuv
stddev:
8.09 PSNR:29.96
bytes:7602176
89ad858355f9b0a92d024c5ba6e369dd *./data/a-asv1.avi
2292416 ./data/a-asv1.avi
b3e1696d73071c8f7f0ff4e10c1677ca *./data/out.yuv
...
...
tests/rotozoom.regression.ref
View file @
49f3806d
...
...
@@ -89,8 +89,8 @@ dde5895817ad9d219f79a52d0bdfb001 *./data/out.yuv
stddev: 0.00 PSNR:99.99 bytes:7602176
53a73b773cf790c9379c875ffa73bce5 *./data/a-rv10.rm
157035 ./data/a-rv10.rm
fea195d6d9b57893dc68d1b36229a299
*./data/out.yuv
stddev:
13.52 PSNR:25.50
bytes:7602176
dd1d762e16189ebc4e35edba973d409a
*./data/out.yuv
stddev:
5.52 PSNR:33.27
bytes:7602176
9c4f5a4613a5595c90c6b99bf143b6a9 *./data/a-asv1.avi
1433376 ./data/a-asv1.avi
4251d7f496bbf362251b065e840a1b73 *./data/out.yuv
...
...
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