summaryrefslogtreecommitdiff
path: root/vpx/vpx_encoder.h
diff options
context:
space:
mode:
authorAdrian Grange <agrange@google.com>2013-10-24 15:11:36 -0700
committerAdrian Grange <agrange@google.com>2013-10-29 09:38:31 -0700
commitf58eca90200c4388cc2c3a2149ce472f9aa4c5ff (patch)
treed61b0cf3536245547d50ffc3d7cb1992fc04f2da /vpx/vpx_encoder.h
parent7795c1911e9029a2d72dad730e122d9f58c51ae9 (diff)
downloadlibvpx-f58eca90200c4388cc2c3a2149ce472f9aa4c5ff.tar
libvpx-f58eca90200c4388cc2c3a2149ce472f9aa4c5ff.tar.gz
libvpx-f58eca90200c4388cc2c3a2149ce472f9aa4c5ff.tar.bz2
libvpx-f58eca90200c4388cc2c3a2149ce472f9aa4c5ff.zip
Resolved Doxygen warnings.
Added comments to make the codebase build cleanly in Doxygen. Change-Id: I01e000ceac57dbafa04342858c8f1be250ba20d1
Diffstat (limited to 'vpx/vpx_encoder.h')
-rw-r--r--vpx/vpx_encoder.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/vpx/vpx_encoder.h b/vpx/vpx_encoder.h
index 56fd2d9cb..56752cfcf 100644
--- a/vpx/vpx_encoder.h
+++ b/vpx/vpx_encoder.h
@@ -7,7 +7,8 @@
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
-
+#ifndef VPX_ENCODER_H
+#define VPX_ENCODER_H
/*!\defgroup encoder Encoder Algorithm Interface
* \ingroup codec
@@ -28,8 +29,6 @@
extern "C" {
#endif
-#ifndef VPX_ENCODER_H
-#define VPX_ENCODER_H
#include "vpx_codec.h"
/*! Temporal Scalability: Maximum length of the sequence defining frame
@@ -930,8 +929,8 @@ extern "C" {
/*!@} - end defgroup encoder*/
-
-#endif
#ifdef __cplusplus
}
#endif
+#endif
+