mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 10:30:05 +01:00
add multiple inclusion guards to headers
Originally committed as revision 9345 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -23,6 +23,9 @@
|
||||
* internal api header.
|
||||
*/
|
||||
|
||||
#ifndef POSTPROCESS_INTERNAL_H
|
||||
#define POSTPROCESS_INTERNAL_H
|
||||
|
||||
#include "avutil.h"
|
||||
|
||||
#define V_DEBLOCK 0x01
|
||||
@@ -181,3 +184,5 @@ static inline void linecpy(void *dest, void *src, int lines, int stride)
|
||||
memcpy(dest+(lines-1)*stride, src+(lines-1)*stride, -lines*stride);
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user