summaryrefslogtreecommitdiff
path: root/libavcodec/aacenc_quantization.h
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-08-22 04:56:36 +0100
committerRostislav Pehlivanov <atomnuker@gmail.com>2015-08-22 04:56:36 +0100
commitd4401a9e0d667ec7565aafcb61d77e0fd3f06bbc (patch)
treeaf85f3b1504079522796b2c8bfa36e7e6e91ba67 /libavcodec/aacenc_quantization.h
parent15ebc7787c6c693ba846db6c730e1cefd62b5119 (diff)
aacenc: Harmonize multiple inclusion guards
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com> Reviewed-by: Ganesh Ajjanagadde <gajjanag@mit.edu>
Diffstat (limited to 'libavcodec/aacenc_quantization.h')
-rw-r--r--libavcodec/aacenc_quantization.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/aacenc_quantization.h b/libavcodec/aacenc_quantization.h
index a96762234a..64093b8d66 100644
--- a/libavcodec/aacenc_quantization.h
+++ b/libavcodec/aacenc_quantization.h
@@ -25,6 +25,9 @@
* @author Rostislav Pehlivanov ( atomnuker gmail com )
*/
+#ifndef AVCODEC_AACENC_QUANTIZATION_H
+#define AVCODEC_AACENC_QUANTIZATION_H
+
#include "aactab.h"
#include "aacenc.h"
#include "aacenctab.h"
@@ -253,3 +256,5 @@ static inline void quantize_and_encode_band(struct AACEncContext *s, PutBitConte
quantize_and_encode_band_cost(s, pb, in, out, NULL, size, scale_idx, cb, lambda,
INFINITY, NULL, rtz);
}
+
+#endif /* AVCODEC_AACENC_QUANTIZATION_H */