comparison intrax8huf.h @ 5902:36a80fc5d25c libavcodec

add multiple inclusion guards
author aurel
date Fri, 09 Nov 2007 23:12:31 +0000
parents 83ac4620c6ed
children b838537e0ab3
comparison
equal deleted inserted replaced
5901:35c91d1b84c0 5902:36a80fc5d25c
13 * 13 *
14 * You should have received a copy of the GNU Lesser General Public 14 * You should have received a copy of the GNU Lesser General Public
15 * License along with FFmpeg; if not, write to the Free Software 15 * License along with FFmpeg; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17 */ 17 */
18
19 #ifndef FFMPEG_INTRAX8HUF_H
20 #define FFMPEG_INTRAX8HUF_H
18 21
19 #include <inttypes.h> 22 #include <inttypes.h>
20 23
21 24
22 const uint16_t ff_x8_orient_lowquant_table[4][12][2]={ 25 const uint16_t ff_x8_orient_lowquant_table[4][12][2]={
909 {0x10DD, 14}, {0x007F, 7}, {0x01FB, 9}, {0x10DE, 14}, 912 {0x10DD, 14}, {0x007F, 7}, {0x01FB, 9}, {0x10DE, 14},
910 {0x10DF, 14}, 913 {0x10DF, 14},
911 } 914 }
912 }; 915 };
913 #define MAX_AC_VLC_BITS 16 916 #define MAX_AC_VLC_BITS 16
917
918 #endif /* FFMPEG_INTRAX8HUF_H */