comparison avcodec.h @ 1596:c1d5491f144a libavcodec

10l ...
author michael
date Sun, 02 Nov 2003 22:56:47 +0000
parents 6d37b161cf85
children 4c9165372ab3
comparison
equal deleted inserted replaced
1595:b2fecae88e84 1596:c1d5491f144a
1438 * AVPaletteControl 1438 * AVPaletteControl
1439 * This structure defines a method for communicating palette changes 1439 * This structure defines a method for communicating palette changes
1440 * between and demuxer and a decoder. 1440 * between and demuxer and a decoder.
1441 */ 1441 */
1442 #define AVPALETTE_SIZE 1024 1442 #define AVPALETTE_SIZE 1024
1443 #define AVPALETT_COUNT 256 1443 #define AVPALETTE_COUNT 256
1444 typedef struct AVPaletteControl { 1444 typedef struct AVPaletteControl {
1445 1445
1446 /* demuxer sets this to 1 to indicate the palette has changed; 1446 /* demuxer sets this to 1 to indicate the palette has changed;
1447 * decoder resets to 0 */ 1447 * decoder resets to 0 */
1448 int palette_changed; 1448 int palette_changed;