comparison qtpalette.h @ 3852:1b6245500d8c libavformat

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 dc492c84a747
children d5ae967cc549
comparison
equal deleted inserted replaced
3851:9b3ad7f292a4 3852:1b6245500d8c
18 * You should have received a copy of the GNU Lesser General Public 18 * You should have received a copy of the GNU Lesser General Public
19 * License along with FFmpeg; if not, write to the Free Software 19 * License along with FFmpeg; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 */ 21 */
22 22
23 #ifndef FFMPEG_QTPALETTE_H 23 #ifndef AVFORMAT_QTPALETTE_H
24 #define FFMPEG_QTPALETTE_H 24 #define AVFORMAT_QTPALETTE_H
25 25
26 #include <inttypes.h> 26 #include <inttypes.h>
27 27
28 static const uint8_t ff_qt_default_palette_4[4 * 4] = { 28 static const uint8_t ff_qt_default_palette_4[4 * 4] = {
29 0x93, 0x65, 0x5E, 0x00, 29 0x93, 0x65, 0x5E, 0x00,
308 /* 253, 0xFD */ 0x22, 0x22, 0x22, 0x00, 308 /* 253, 0xFD */ 0x22, 0x22, 0x22, 0x00,
309 /* 254, 0xFE */ 0x11, 0x11, 0x11, 0x00, 309 /* 254, 0xFE */ 0x11, 0x11, 0x11, 0x00,
310 /* 255, 0xFF */ 0x00, 0x00, 0x00, 0x00 310 /* 255, 0xFF */ 0x00, 0x00, 0x00, 0x00
311 }; 311 };
312 312
313 #endif /* FFMPEG_QTPALETTE_H */ 313 #endif /* AVFORMAT_QTPALETTE_H */