comparison vp3data.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents 4394344397d8
children 322023e630a6
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
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 VP3DATA_H 21 #ifndef FFMPEG_VP3DATA_H
22 #define VP3DATA_H 22 #define FFMPEG_VP3DATA_H
23 23
24 #include <stdint.h> 24 #include <stdint.h>
25 #include <stdlib.h> 25 #include <stdlib.h>
26 26
27 /* these coefficients dequantize intraframe Y plane coefficients 27 /* these coefficients dequantize intraframe Y plane coefficients
3176 { 0x35B7, 14 }, 3176 { 0x35B7, 14 },
3177 { 0x35B6, 14 } 3177 { 0x35B6, 14 }
3178 } 3178 }
3179 }; 3179 };
3180 3180
3181 #endif /* VP3DATA_H */ 3181 #endif /* FFMPEG_VP3DATA_H */