Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
2ec38612
Commit
2ec38612
authored
Feb 01, 2008
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
const
Originally committed as revision 11731 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
972c99c1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
indeo3.c
libavcodec/indeo3.c
+7
-7
No files found.
libavcodec/indeo3.c
View file @
2ec38612
...
@@ -93,9 +93,9 @@ static void build_modpred(Indeo3DecodeContext *s)
...
@@ -93,9 +93,9 @@ static void build_modpred(Indeo3DecodeContext *s)
}
}
static
void
iv_Decode_Chunk
(
Indeo3DecodeContext
*
s
,
unsigned
char
*
cur
,
static
void
iv_Decode_Chunk
(
Indeo3DecodeContext
*
s
,
unsigned
char
*
cur
,
unsigned
char
*
ref
,
int
width
,
int
height
,
unsigned
char
*
buf1
,
unsigned
char
*
ref
,
int
width
,
int
height
,
const
unsigned
char
*
buf1
,
long
fflags2
,
unsigned
char
*
hdr
,
long
fflags2
,
const
unsigned
char
*
hdr
,
unsigned
char
*
buf2
,
int
min_width_160
);
const
unsigned
char
*
buf2
,
int
min_width_160
);
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
static
void
iv_alloc_frames
(
Indeo3DecodeContext
*
s
)
static
void
iv_alloc_frames
(
Indeo3DecodeContext
*
s
)
...
@@ -299,13 +299,13 @@ typedef struct {
...
@@ -299,13 +299,13 @@ typedef struct {
static
void
iv_Decode_Chunk
(
Indeo3DecodeContext
*
s
,
static
void
iv_Decode_Chunk
(
Indeo3DecodeContext
*
s
,
unsigned
char
*
cur
,
unsigned
char
*
ref
,
int
width
,
int
height
,
unsigned
char
*
cur
,
unsigned
char
*
ref
,
int
width
,
int
height
,
unsigned
char
*
buf1
,
long
fflags2
,
unsigned
char
*
hdr
,
const
unsigned
char
*
buf1
,
long
fflags2
,
const
unsigned
char
*
hdr
,
unsigned
char
*
buf2
,
int
min_width_160
)
const
unsigned
char
*
buf2
,
int
min_width_160
)
{
{
unsigned
char
bit_buf
;
unsigned
char
bit_buf
;
unsigned
long
bit_pos
,
lv
,
lv1
,
lv2
;
unsigned
long
bit_pos
,
lv
,
lv1
,
lv2
;
long
*
width_tbl
,
width_tbl_arr
[
10
];
long
*
width_tbl
,
width_tbl_arr
[
10
];
signed
char
*
ref_vectors
;
const
signed
char
*
ref_vectors
;
unsigned
char
*
cur_frm_pos
,
*
ref_frm_pos
,
*
cp
,
*
cp2
;
unsigned
char
*
cur_frm_pos
,
*
ref_frm_pos
,
*
cp
,
*
cp2
;
uint32_t
*
cur_lp
,
*
ref_lp
;
uint32_t
*
cur_lp
,
*
ref_lp
;
const
uint32_t
*
correction_lp
[
2
],
*
correctionloworder_lp
[
2
],
*
correctionhighorder_lp
[
2
];
const
uint32_t
*
correction_lp
[
2
],
*
correctionloworder_lp
[
2
],
*
correctionhighorder_lp
[
2
];
...
@@ -370,7 +370,7 @@ static void iv_Decode_Chunk(Indeo3DecodeContext *s,
...
@@ -370,7 +370,7 @@ static void iv_Decode_Chunk(Indeo3DecodeContext *s,
}
else
if
(
cmd
==
3
)
{
}
else
if
(
cmd
==
3
)
{
if
(
strip
->
usl7
==
0
)
{
if
(
strip
->
usl7
==
0
)
{
strip
->
usl7
=
1
;
strip
->
usl7
=
1
;
ref_vectors
=
(
signed
char
*
)
buf2
+
(
*
buf1
*
2
);
ref_vectors
=
(
const
signed
char
*
)
buf2
+
(
*
buf1
*
2
);
buf1
++
;
buf1
++
;
continue
;
continue
;
}
}
...
...
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