#include <stdint.h>
#include "libavutil/attributes.h"
#include "libavutil/internal.h"
#include "libavutil/mem.h"
#include "avcodec.h"
#include "bytestream.h"
#include "codec_internal.h"
#include "decode.h"
Go to the source code of this file.
CDToons video decoder 
- Author
- Alyssa Milburn amilb.nosp@m.urn@.nosp@m.zall..nosp@m.org 
Definition in file cdtoons.c.
◆ CDTOONS_HEADER_SIZE
      
        
          | #define CDTOONS_HEADER_SIZE   44 | 
      
 
 
◆ CDTOONS_MAX_SPRITES
      
        
          | #define CDTOONS_MAX_SPRITES   1200 | 
      
 
 
◆ cdtoons_render_sprite()
  
  | 
        
          | static int cdtoons_render_sprite | ( | AVCodecContext * | avctx, |  
          |  |  | const uint8_t * | data, |  
          |  |  | uint32_t | data_size, |  
          |  |  | int | dst_x, |  
          |  |  | int | dst_y, |  
          |  |  | int | width, |  
          |  |  | int | height |  
          |  | ) |  |  |  | static | 
 
 
◆ cdtoons_decode_frame()
◆ cdtoons_decode_init()
◆ cdtoons_flush()
◆ cdtoons_decode_end()
◆ ff_cdtoons_decoder
Initial value:= {
    .p.name         = "cdtoons",
}
Definition at line 451 of file cdtoons.c.