comparison dvdata.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 e8f71784062e
children 3b5964de95cd
comparison
equal deleted inserted replaced
7759:892ca48b7d76 7760:c4a4495715dd
22 /** 22 /**
23 * @file dvdata.h 23 * @file dvdata.h
24 * Constants for DV codec. 24 * Constants for DV codec.
25 */ 25 */
26 26
27 #ifndef FFMPEG_DVDATA_H 27 #ifndef AVCODEC_DVDATA_H
28 #define FFMPEG_DVDATA_H 28 #define AVCODEC_DVDATA_H
29 29
30 #include "libavutil/rational.h" 30 #include "libavutil/rational.h"
31 #include "avcodec.h" 31 #include "avcodec.h"
32 32
33 /* 33 /*
6441 (syb_num & 0x0f); /* SSYB number 0 - 11 */ 6441 (syb_num & 0x0f); /* SSYB number 0 - 11 */
6442 buf[2] = 0xff; /* reserved -- always 1 */ 6442 buf[2] = 0xff; /* reserved -- always 1 */
6443 return 3; 6443 return 3;
6444 } 6444 }
6445 6445
6446 #endif /* FFMPEG_DVDATA_H */ 6446 #endif /* AVCODEC_DVDATA_H */