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
4f04f5cc
Commit
4f04f5cc
authored
May 20, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
indeo: Make ivi_calc_band_checksum() static, it is only used in one file.
parent
9ccbdc0a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
ivi_common.c
libavcodec/ivi_common.c
+1
-1
ivi_common.h
libavcodec/ivi_common.h
+0
-5
No files found.
libavcodec/ivi_common.c
View file @
4f04f5cc
...
...
@@ -584,7 +584,7 @@ void ff_ivi_process_empty_tile(AVCodecContext *avctx, IVIBandDesc *band,
#ifdef DEBUG
uint16_t
ivi_calc_band_checksum
(
IVIBandDesc
*
band
)
static
uint16_t
ivi_calc_band_checksum
(
IVIBandDesc
*
band
)
{
int
x
,
y
;
int16_t
*
src
,
checksum
;
...
...
libavcodec/ivi_common.h
View file @
4f04f5cc
...
...
@@ -396,11 +396,6 @@ void ff_ivi_process_empty_tile(AVCodecContext *avctx, IVIBandDesc *band,
*/
void
ff_ivi_output_plane
(
IVIPlaneDesc
*
plane
,
uint8_t
*
dst
,
int
dst_pitch
);
/**
* Calculate band checksum from band data.
*/
uint16_t
ivi_calc_band_checksum
(
IVIBandDesc
*
band
);
int
ff_ivi_decode_frame
(
AVCodecContext
*
avctx
,
void
*
data
,
int
*
data_size
,
AVPacket
*
avpkt
);
av_cold
int
ff_ivi_decode_close
(
AVCodecContext
*
avctx
);
...
...
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