comparison truemotion1data.h @ 7760:c4a4495715dd libavcodec

Globally rename the header inclusion guard names. Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_".
author stefano
date Sun, 31 Aug 2008 07:39:47 +0000
parents 322023e630a6
children 20f235cc125e
comparison
equal deleted inserted replaced
7759:892ca48b7d76 7760:c4a4495715dd
20 * 20 *
21 * You should have received a copy of the GNU Lesser General Public 21 * You should have received a copy of the GNU Lesser General Public
22 * License along with FFmpeg; if not, write to the Free Software 22 * License along with FFmpeg; if not, write to the Free Software
23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
24 */ 24 */
25 #ifndef FFMPEG_TRUEMOTION1DATA_H 25 #ifndef AVCODEC_TRUEMOTION1DATA_H
26 #define FFMPEG_TRUEMOTION1DATA_H 26 #define AVCODEC_TRUEMOTION1DATA_H
27 27
28 #include <stdint.h> 28 #include <stdint.h>
29 #include <stdlib.h> 29 #include <stdlib.h>
30 30
31 /* Y delta tables, skinny and fat */ 31 /* Y delta tables, skinny and fat */
828 0x2,0x77 828 0x2,0x77
829 }; 829 };
830 830
831 static const uint8_t * const tables[] = { pc_tbl2, pc_tbl3, pc_tbl4 }; 831 static const uint8_t * const tables[] = { pc_tbl2, pc_tbl3, pc_tbl4 };
832 832
833 #endif /* FFMPEG_TRUEMOTION1DATA_H */ 833 #endif /* AVCODEC_TRUEMOTION1DATA_H */