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
7b89e963
Commit
7b89e963
authored
Oct 23, 2004
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix CABAC+LOOP missmatch
Originally committed as revision 3628 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
3981c385
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
h264.c
libavcodec/h264.c
+4
-1
No files found.
libavcodec/h264.c
View file @
7b89e963
...
...
@@ -4670,7 +4670,10 @@ decode_intra_mb:
nnz
[
scan8
[
20
]
+
0
]
=
nnz
[
scan8
[
20
]
+
1
]
=
nnz
[
scan8
[
20
]
+
8
]
=
nnz
[
scan8
[
20
]
+
9
]
=
0
;
}
}
else
{
memset
(
&
h
->
non_zero_count_cache
[
8
],
0
,
8
*
5
);
uint8_t
*
const
nnz
=
&
h
->
non_zero_count_cache
[
0
];
fill_rectangle
(
&
nnz
[
scan8
[
0
]],
4
,
4
,
8
,
0
,
1
);
nnz
[
scan8
[
16
]
+
0
]
=
nnz
[
scan8
[
16
]
+
1
]
=
nnz
[
scan8
[
16
]
+
8
]
=
nnz
[
scan8
[
16
]
+
9
]
=
nnz
[
scan8
[
20
]
+
0
]
=
nnz
[
scan8
[
20
]
+
1
]
=
nnz
[
scan8
[
20
]
+
8
]
=
nnz
[
scan8
[
20
]
+
9
]
=
0
;
}
s
->
current_picture
.
qscale_table
[
mb_xy
]
=
s
->
qscale
;
...
...
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