mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08: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:
@ -25,8 +25,8 @@
|
||||
* @author Michael Niedermayer <michaelni@gmx.at>
|
||||
*/
|
||||
|
||||
#ifndef RATIONAL_H
|
||||
#define RATIONAL_H
|
||||
#ifndef FFMPEG_RATIONAL_H
|
||||
#define FFMPEG_RATIONAL_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
@ -112,4 +112,4 @@ AVRational av_sub_q(AVRational b, AVRational c);
|
||||
*/
|
||||
AVRational av_d2q(double d, int max);
|
||||
|
||||
#endif // RATIONAL_H
|
||||
#endif /* FFMPEG_RATIONAL_H */
|
||||
|
Reference in New Issue
Block a user