X-Git-Url: https://git.libav.org/?p=libav.git;a=blobdiff_plain;f=libpostproc%2Fpostprocess_internal.h;h=2ab1ed84db2bd1b28c73a151fbb9e8e21cdafeb2;hp=de6f0bea20ce7c48c3cb7305db7aec367bd94ba9;hb=386eaeb43fb6b750a9345e1945eb7ffc5df35c15;hpb=c60208e7a1f69ef62632ad3906503aefccbdc433 diff --git a/libpostproc/postprocess_internal.h b/libpostproc/postprocess_internal.h index de6f0bea20..2ab1ed84db 100644 --- a/libpostproc/postprocess_internal.h +++ b/libpostproc/postprocess_internal.h @@ -19,12 +19,12 @@ */ /** - * @file postprocess_internal.h + * @file libpostproc/postprocess_internal.h * internal api header. */ -#ifndef POSTPROCESS_POSTPROCESS_INTERNAL_H -#define POSTPROCESS_POSTPROCESS_INTERNAL_H +#ifndef POSTPROC_POSTPROCESS_INTERNAL_H +#define POSTPROC_POSTPROCESS_INTERNAL_H #include #include "libavutil/avutil.h" @@ -175,4 +175,4 @@ static inline void linecpy(void *dest, const void *src, int lines, int stride) { } } -#endif /* POSTPROCESS_POSTPROCESS_INTERNAL_H */ +#endif /* POSTPROC_POSTPROCESS_INTERNAL_H */