[FFmpeg-soc] [soc]: r1411 - in rv40: rv30data.h rv34.h rv34data.h rv34vlc.h rv40data.h rv40vlc2.h
kostya
subversion at mplayerhq.hu
Thu Oct 18 16:54:19 CEST 2007
Author: kostya
Date: Thu Oct 18 16:54:19 2007
New Revision: 1411
Log:
Update inclusion guards to conform new style
Modified:
rv40/rv30data.h
rv40/rv34.h
rv40/rv34data.h
rv40/rv34vlc.h
rv40/rv40data.h
rv40/rv40vlc2.h
Modified: rv40/rv30data.h
==============================================================================
--- rv40/rv30data.h (original)
+++ rv40/rv30data.h Thu Oct 18 16:54:19 2007
@@ -24,8 +24,8 @@
* Miscellaneous RV30 tables.
*/
-#ifndef RV30DATA_H
-#define RV30DATA_H
+#ifndef FFMPEG_RV30DATA_H
+#define FFMPEG_RV30DATA_H
#include <stdint.h>
@@ -171,4 +171,4 @@ static const uint8_t rv30_itype_from_con
2, 7, 8, 4, 0, 6, 1, 5, 3,
2, 8, 3, 0, 7, 4, 1, 6, 5,
};
-#endif /* RV30DATA_H */
+#endif /* FFMPEG_RV30DATA_H */
Modified: rv40/rv34.h
==============================================================================
--- rv40/rv34.h (original)
+++ rv40/rv34.h Thu Oct 18 16:54:19 2007
@@ -24,8 +24,8 @@
* RV30 and RV40 decoder common data declarations.
*/
-#ifndef RV30_H
-#define RV30_H
+#ifndef FFMPEG_RV34_H
+#define FFMPEG_RV34_H
#include "avcodec.h"
#include "dsputil.h"
@@ -133,4 +133,4 @@ int ff_rv34_decode_init(AVCodecContext *
int ff_rv34_decode_frame(AVCodecContext *avctx, void *data, int *data_size, uint8_t *buf, int buf_size);
int ff_rv34_decode_end(AVCodecContext *avctx);
/** @} */
-#endif /* RV34_H */
+#endif /* FFMPEG_RV34_H */
Modified: rv40/rv34data.h
==============================================================================
--- rv40/rv34data.h (original)
+++ rv40/rv34data.h Thu Oct 18 16:54:19 2007
@@ -24,8 +24,8 @@
* Miscellaneous RV30/40 tables.
*/
-#ifndef RV34DATA_H
-#define RV34DATA_H
+#ifndef FFMPEG_RV34DATA_H
+#define FFMPEG_RV34DATA_H
#include <stdint.h>
@@ -190,4 +190,4 @@ static const uint8_t rv34_filter_clip_tb
}
};
/** @} */ // end loopfilter group
-#endif /* RV34DATA_H */
+#endif /* FFMPEG_RV34DATA_H */
Modified: rv40/rv34vlc.h
==============================================================================
--- rv40/rv34vlc.h (original)
+++ rv40/rv34vlc.h Thu Oct 18 16:54:19 2007
@@ -24,8 +24,8 @@
* RV40 VLC tables.
*/
-#ifndef RV40VLC_H
-#define RV40VLC_H
+#ifndef FFMPEG_RV40VLC_H
+#define FFMPEG_RV40VLC_H
#include <stdint.h>
@@ -4146,4 +4146,4 @@ static const uint8_t omega_part_vlc_syms
};
//@}
-#endif /* RV40VLC_H */
+#endif /* FFMPEG_RV40VLC_H */
Modified: rv40/rv40data.h
==============================================================================
--- rv40/rv40data.h (original)
+++ rv40/rv40data.h Thu Oct 18 16:54:19 2007
@@ -24,8 +24,8 @@
* Miscellaneous RV40 tables.
*/
-#ifndef RV40DATA_H
-#define RV40DATA_H
+#ifndef FFMPEG_RV40DATA_H
+#define FFMPEG_RV40DATA_H
#include <stdint.h>
@@ -65,4 +65,4 @@ static const uint8_t rv40_luma_quant[2][
16, 17, 18, 19, 20, 20, 21, 21, 22, 23, 23, 23, 24, 24, 24, 24 }
};
-#endif /* RV40DATA_H */
+#endif /* FFMPEG_RV40DATA_H */
Modified: rv40/rv40vlc2.h
==============================================================================
--- rv40/rv40vlc2.h (original)
+++ rv40/rv40vlc2.h Thu Oct 18 16:54:19 2007
@@ -24,8 +24,8 @@
* RV40 VLC tables used for macroblock information decoding.
*/
-#ifndef RV40VLC2_H
-#define RV40VLC2_H
+#ifndef FFMPEG_RV40VLC2_H
+#define FFMPEG_RV40VLC2_H
#include <stdint.h>
@@ -703,4 +703,4 @@ static const uint8_t block_num_to_btype_
0, 1, 0, 0, 2, 3, 0, 5, 0, 0, 4, 0
};
//@}
-#endif /* RV40VLC2_H */
+#endif /* FFMPEG_RV40VLC2_H */
More information about the FFmpeg-soc
mailing list