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
950c0373
Commit
950c0373
authored
Sep 30, 2008
by
Benoit Fouet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove useless lines.
Originally committed as revision 15487 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
6f427ccb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
indeo3.c
libavcodec/indeo3.c
+0
-4
No files found.
libavcodec/indeo3.c
View file @
950c0373
...
...
@@ -101,7 +101,6 @@ static void iv_Decode_Chunk(Indeo3DecodeContext *s, uint8_t *cur,
long
fflags2
,
const
uint8_t
*
hdr
,
const
uint8_t
*
buf2
,
int
min_width_160
);
/* ---------------------------------------------------------------------- */
static
av_cold
int
iv_alloc_frames
(
Indeo3DecodeContext
*
s
)
{
int
luma_width
,
luma_height
,
luma_pixels
,
chroma_width
,
chroma_height
,
...
...
@@ -152,7 +151,6 @@ static av_cold int iv_alloc_frames(Indeo3DecodeContext *s)
return
0
;
}
/* ---------------------------------------------------------------------- */
static
av_cold
void
iv_free_func
(
Indeo3DecodeContext
*
s
)
{
av_free
(
s
->
buf
);
...
...
@@ -160,7 +158,6 @@ static av_cold void iv_free_func(Indeo3DecodeContext *s)
av_free
(
s
->
corrector_type
);
}
/* ---------------------------------------------------------------------- */
static
unsigned
long
iv_decode_frame
(
Indeo3DecodeContext
*
s
,
const
uint8_t
*
buf
,
int
buf_size
)
{
...
...
@@ -238,7 +235,6 @@ typedef struct {
long
usl7
;
}
ustr_t
;
/* ---------------------------------------------------------------------- */
#define LV1_CHECK(buf1,rle_v3,lv1,lp2) \
if((lv1 & 0x80) != 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