]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/psnr.h
Merge commit '82454c3a826bc8aa42474097784b70befd5be532'
[ffmpeg] / libavfilter / psnr.h
index efe94da23c1cd1b019199f9f3ab289c190611288..bbc4541135d6d405a6e4f7ace08d22fb856033c6 100644 (file)
@@ -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 */