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
d349afb0
Commit
d349afb0
authored
Jun 18, 2014
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dv: cosmetics, reindent
parent
650dee63
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
37 deletions
+37
-37
dv.c
libavcodec/dv.c
+37
-37
No files found.
libavcodec/dv.c
View file @
d349afb0
...
...
@@ -182,11 +182,11 @@ int ff_dv_init_dynamic_tables(DVVideoContext *ctx, const DVprofile *d)
const
int
*
iweight1
,
*
iweight2
;
p
=
i
=
0
;
for
(
c
=
0
;
c
<
d
->
n_difchan
;
c
++
)
{
for
(
s
=
0
;
s
<
d
->
difseg_size
;
s
++
)
{
for
(
c
=
0
;
c
<
d
->
n_difchan
;
c
++
)
{
for
(
s
=
0
;
s
<
d
->
difseg_size
;
s
++
)
{
p
+=
6
;
for
(
j
=
0
;
j
<
27
;
j
++
)
{
p
+=
!
(
j
%
3
);
for
(
j
=
0
;
j
<
27
;
j
++
)
{
p
+=
!
(
j
%
3
);
if
(
!
(
DV_PROFILE_IS_1080i50
(
d
)
&&
c
!=
0
&&
s
==
11
)
&&
!
(
DV_PROFILE_IS_720p50
(
d
)
&&
s
>
9
))
{
dv_calc_mb_coordinates
(
d
,
c
,
s
,
j
,
&
ctx
->
work_chunks
[
i
].
mb_coordinates
[
0
]);
...
...
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