~george-edison55/libwebp/old-trunk

« back to all changes in this revision

Viewing changes to src/webp/decode_vp8.h

  • Committer: James Zern
  • Date: 2011-08-26 19:19:33 UTC
  • Revision ID: git-v1:c7e86abab6a4021b94ab5bbb898329715b14d954
cosmetics: fix comment line lengths

add additional '-' to //----... style comments globally instead of
polluting further commits

Change-Id: I951acc68b7b5384b4d6e235349b0067d1aa6fa8b

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
extern "C" {
19
19
#endif
20
20
 
21
 
//-----------------------------------------------------------------------------
 
21
//------------------------------------------------------------------------------
22
22
// Lower-level API
23
23
//
24
24
// These functions provide fine-grained control of the decoding process.
148
148
// Destroy the decoder object.
149
149
WEBP_EXTERN(void) VP8Delete(VP8Decoder* const dec);
150
150
 
151
 
//-----------------------------------------------------------------------------
 
151
//------------------------------------------------------------------------------
152
152
 
153
153
#if defined(__cplusplus) || defined(c_plusplus)
154
154
}    // extern "C"