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
0cf7d849
Commit
0cf7d849
authored
Jul 26, 2012
by
Kostya Shishkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tscc2: fix typo in array index
parent
b9d3c378
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tscc2.c
libavcodec/tscc2.c
+2
-2
No files found.
libavcodec/tscc2.c
View file @
0cf7d849
...
...
@@ -298,8 +298,8 @@ static int tscc2_decode_frame(AVCodecContext *avctx, void *data,
if
(
!
size
)
{
int
skip_row
=
1
,
j
,
off
=
i
*
c
->
mb_width
;
for
(
j
=
0
;
j
<
c
->
mb_width
;
j
++
)
{
if
(
c
->
slice_quants
[
off
+
i
]
==
1
||
c
->
slice_quants
[
off
+
i
]
==
2
)
{
if
(
c
->
slice_quants
[
off
+
j
]
==
1
||
c
->
slice_quants
[
off
+
j
]
==
2
)
{
skip_row
=
0
;
break
;
}
...
...
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