summaryrefslogtreecommitdiffstats
path: root/libavfilter
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2016-01-28 18:25:13 -0800
committerTimothy Gu <timothygu99@gmail.com>2016-01-31 15:44:11 -0800
commit180f9a09588d1c68983692bb5245213956fdde11 (patch)
treeacde2f7c3e24f7fab834cfafbeeebfc6b8785b8a /libavfilter
parentdef56677e58de9aaa516a738b6469747662ac372 (diff)
downloadffmpeg-streaming-180f9a09588d1c68983692bb5245213956fdde11.zip
ffmpeg-streaming-180f9a09588d1c68983692bb5245213956fdde11.tar.gz
all: Make header guard names consistent
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/af_volume.h6
-rw-r--r--libavfilter/avf_showcqt.h4
-rw-r--r--libavfilter/framepool.h6
-rw-r--r--libavfilter/opencl_allkernels.h6
-rw-r--r--libavfilter/psnr.h6
-rw-r--r--libavfilter/ssim.h6
-rw-r--r--libavfilter/stereo3d.h6
-rw-r--r--libavfilter/vf_hqdn3d.h6
8 files changed, 23 insertions, 23 deletions
diff --git a/libavfilter/af_volume.h b/libavfilter/af_volume.h
index aff7526..af46e34 100644
--- a/libavfilter/af_volume.h
+++ b/libavfilter/af_volume.h
@@ -21,8 +21,8 @@
* audio volume filter
*/
-#ifndef AVFILTER_AF_VOLUME_H
-#define AVFILTER_AF_VOLUME_H
+#ifndef AVFILTER_VOLUME_H
+#define AVFILTER_VOLUME_H
#include "libavutil/common.h"
#include "libavutil/eval.h"
@@ -90,4 +90,4 @@ typedef struct VolumeContext {
void ff_volume_init_x86(VolumeContext *vol);
-#endif /* AVFILTER_AF_VOLUME_H */
+#endif /* AVFILTER_VOLUME_H */
diff --git a/libavfilter/avf_showcqt.h b/libavfilter/avf_showcqt.h
index a018075..a48b2b0 100644
--- a/libavfilter/avf_showcqt.h
+++ b/libavfilter/avf_showcqt.h
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef AVFILTER_AVF_SHOWCQT_H
-#define AVFILTER_AVF_SHOWCQT_H
+#ifndef AVFILTER_SHOWCQT_H
+#define AVFILTER_SHOWCQT_H
#include "libavcodec/avfft.h"
#include "avfilter.h"
diff --git a/libavfilter/framepool.h b/libavfilter/framepool.h
index bb6bb10..2a6c9e8 100644
--- a/libavfilter/framepool.h
+++ b/libavfilter/framepool.h
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef AVUTIL_FRAME_POOL_H
-#define AVUTIL_FRAME_POOL_H
+#ifndef AVFILTER_FRAMEPOOL_H
+#define AVFILTER_FRAMEPOOL_H
#include "libavutil/buffer.h"
#include "libavutil/frame.h"
@@ -81,4 +81,4 @@ int ff_video_frame_pool_get_config(FFVideoFramePool *pool,
AVFrame *ff_video_frame_pool_get(FFVideoFramePool *pool);
-#endif /* AVUTIL_FRAME_POOL_H */
+#endif /* AVFILTER_FRAMEPOOL_H */
diff --git a/libavfilter/opencl_allkernels.h b/libavfilter/opencl_allkernels.h
index aca02e0..57b650d 100644
--- a/libavfilter/opencl_allkernels.h
+++ b/libavfilter/opencl_allkernels.h
@@ -18,12 +18,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef AVFILTER_OPENCL_ALLKERNEL_H
-#define AVFILTER_OPENCL_ALLKERNEL_H
+#ifndef AVFILTER_OPENCL_ALLKERNELS_H
+#define AVFILTER_OPENCL_ALLKERNELS_H
#include "avfilter.h"
#include "config.h"
void ff_opencl_register_filter_kernel_code_all(void);
-#endif /* AVFILTER_OPENCL_ALLKERNEL_H */
+#endif /* AVFILTER_OPENCL_ALLKERNELS_H */
diff --git a/libavfilter/psnr.h b/libavfilter/psnr.h
index efe94da..bbc4541 100644
--- a/libavfilter/psnr.h
+++ b/libavfilter/psnr.h
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef LIBAVFILTER_PSNR_H
-#define LIBAVFILTER_PSNR_H
+#ifndef AVFILTER_PSNR_H
+#define AVFILTER_PSNR_H
#include <stddef.h>
#include <stdint.h>
@@ -30,4 +30,4 @@ typedef struct PSNRDSPContext {
void ff_psnr_init_x86(PSNRDSPContext *dsp, int bpp);
-#endif /* LIBAVFILTER_PSNR_H */
+#endif /* AVFILTER_PSNR_H */
diff --git a/libavfilter/ssim.h b/libavfilter/ssim.h
index cd3a6ee..ac0395a 100644
--- a/libavfilter/ssim.h
+++ b/libavfilter/ssim.h
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef LIBAVFILTER_SSIM_H
-#define LIBAVFILTER_SSIM_H
+#ifndef AVFILTER_SSIM_H
+#define AVFILTER_SSIM_H
#include <stddef.h>
#include <stdint.h>
@@ -33,4 +33,4 @@ typedef struct SSIMDSPContext {
void ff_ssim_init_x86(SSIMDSPContext *dsp);
-#endif /* LIBAVFILTER_SSIM_H */
+#endif /* AVFILTER_SSIM_H */
diff --git a/libavfilter/stereo3d.h b/libavfilter/stereo3d.h
index e7a8456..54611d1 100644
--- a/libavfilter/stereo3d.h
+++ b/libavfilter/stereo3d.h
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef LIBAVFILTER_STEREO3D_H
-#define LIBAVFILTER_STEREO3D_H
+#ifndef AVFILTER_STEREO3D_H
+#define AVFILTER_STEREO3D_H
#include <stddef.h>
#include <stdint.h>
@@ -33,4 +33,4 @@ typedef struct Stereo3DDSPContext {
void ff_stereo3d_init_x86(Stereo3DDSPContext *dsp);
-#endif /* LIBAVFILTER_STEREO3D_H */
+#endif /* AVFILTER_STEREO3D_H */
diff --git a/libavfilter/vf_hqdn3d.h b/libavfilter/vf_hqdn3d.h
index be55400..03a79a1 100644
--- a/libavfilter/vf_hqdn3d.h
+++ b/libavfilter/vf_hqdn3d.h
@@ -20,8 +20,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef AVFILTER_VF_HQDN3D_H
-#define AVFILTER_VF_HQDN3D_H
+#ifndef AVFILTER_HQDN3D_H
+#define AVFILTER_HQDN3D_H
#include <stddef.h>
#include <stdint.h>
@@ -46,4 +46,4 @@ typedef struct HQDN3DContext {
void ff_hqdn3d_init_x86(HQDN3DContext *hqdn3d);
-#endif /* AVFILTER_VF_HQDN3D_H */
+#endif /* AVFILTER_HQDN3D_H */
OpenPOWER on IntegriCloud