Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
0fc9c655
Commit
0fc9c655
authored
Jun 02, 2011
by
Diego Biurrun
Browse files
Remove pointless #ifdefs around function declarations in a header.
parent
23664624
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
libavcodec/ivi_common.h
libavcodec/ivi_common.h
+0
-2
No files found.
libavcodec/ivi_common.h
View file @
0fc9c655
...
...
@@ -340,7 +340,6 @@ void ff_ivi_process_empty_tile(AVCodecContext *avctx, IVIBandDesc *band,
*/
void
ff_ivi_output_plane
(
IVIPlaneDesc
*
plane
,
uint8_t
*
dst
,
int
dst_pitch
);
#if IVI_DEBUG
/**
* Calculate band checksum from band data.
*/
...
...
@@ -350,6 +349,5 @@ uint16_t ivi_calc_band_checksum (IVIBandDesc *band);
* Verify that band data lies in range.
*/
int
ivi_check_band
(
IVIBandDesc
*
band
,
const
uint8_t
*
ref
,
int
pitch
);
#endif
#endif
/* AVCODEC_IVI_COMMON_H */
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