mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
Add FFMPEG_ prefix to all multiple inclusion guards.
Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
+3
-3
@@ -24,8 +24,8 @@
|
||||
* Raw Video Codec
|
||||
*/
|
||||
|
||||
#ifndef AVCODEC_RAW_H
|
||||
#define AVCODEC_RAW_H
|
||||
#ifndef FFMPEG_RAW_H
|
||||
#define FFMPEG_RAW_H
|
||||
|
||||
#include "avcodec.h"
|
||||
|
||||
@@ -36,4 +36,4 @@ typedef struct PixelFormatTag {
|
||||
|
||||
extern const PixelFormatTag ff_raw_pixelFormatTags[];
|
||||
|
||||
#endif /* AVCODEC_RAW_H */
|
||||
#endif /* FFMPEG_RAW_H */
|
||||
|
||||
Reference in New Issue
Block a user