[FFmpeg-soc] [soc]: r3703 - in aacenc: aac.h psymodel.h
kostya
subversion at mplayerhq.hu
Tue Sep 2 12:08:55 CEST 2008
Author: kostya
Date: Tue Sep 2 12:08:55 2008
New Revision: 3703
Log:
Update inclusion guards to be like in FFmpeg SVN
Modified:
aacenc/aac.h
aacenc/psymodel.h
Modified: aacenc/aac.h
==============================================================================
--- aacenc/aac.h (original)
+++ aacenc/aac.h Tue Sep 2 12:08:55 2008
@@ -27,8 +27,8 @@
* @author Maxim Gavrilov ( maxim.gavrilov gmail com )
*/
-#ifndef FFMPEG_AAC_H
-#define FFMPEG_AAC_H
+#ifndef AVCODEC_AAC_H
+#define AVCODEC_AAC_H
#include "avcodec.h"
#include "dsputil.h"
@@ -286,4 +286,4 @@ typedef struct {
} AACContext;
-#endif /* FFMPEG_AAC_H */
+#endif /* AVCODEC_AAC_H */
Modified: aacenc/psymodel.h
==============================================================================
--- aacenc/psymodel.h (original)
+++ aacenc/psymodel.h Tue Sep 2 12:08:55 2008
@@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef FFMPEG_PSYMODEL_H
-#define FFMPEG_PSYMODEL_H
+#ifndef AVCODEC_PSYMODEL_H
+#define AVCODEC_PSYMODEL_H
#include "avcodec.h"
@@ -155,4 +155,4 @@ void ff_psy_preprocess(struct FFPsyPrepr
*/
av_cold void ff_psy_preprocess_end(struct FFPsyPreprocessContext *ctx);
-#endif /* FFMPEG_PSYMODEL_H */
+#endif /* AVCODEC_PSYMODEL_H */
More information about the FFmpeg-soc
mailing list