summaryrefslogtreecommitdiff
path: root/libavfilter/psnr.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/psnr.h')
-rw-r--r--libavfilter/psnr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavfilter/psnr.h b/libavfilter/psnr.h
index efe94da23c..bbc4541135 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 */