comparison wmv2.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 ad0c77d2b6ee
children 04423b2f6e0b
comparison
equal deleted inserted replaced
7759:892ca48b7d76 7760:c4a4495715dd
16 * You should have received a copy of the GNU Lesser General Public 16 * You should have received a copy of the GNU Lesser General Public
17 * License along with FFmpeg; if not, write to the Free Software 17 * License along with FFmpeg; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */ 19 */
20 20
21 #ifndef FFMPEG_WMV2_H 21 #ifndef AVCODEC_WMV2_H
22 #define FFMPEG_WMV2_H 22 #define AVCODEC_WMV2_H
23 23
24 #include "avcodec.h" 24 #include "avcodec.h"
25 #include "dsputil.h" 25 #include "dsputil.h"
26 #include "mpegvideo.h" 26 #include "mpegvideo.h"
27 #include "intrax8.h" 27 #include "intrax8.h"
53 DECLARE_ALIGNED_16(DCTELEM, abt_block2[6][64]); 53 DECLARE_ALIGNED_16(DCTELEM, abt_block2[6][64]);
54 }Wmv2Context; 54 }Wmv2Context;
55 55
56 void ff_wmv2_common_init(Wmv2Context * w); 56 void ff_wmv2_common_init(Wmv2Context * w);
57 57
58 #endif /* FFMPEG_WMV2_H */ 58 #endif /* AVCODEC_WMV2_H */