#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "libavutil/internal.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mem.h"
#include "avcodec.h"
#include "internal.h"
Go to the source code of this file.
RL2 Video Decoder.
Definition in file rl2.c.
video base, clr count, palette
Definition at line 40 of file rl2.c.
Referenced by rl2_decode_init().
Run Length Decode a single 320x200 frame.
copy start of the background frame
decode the variable part of the frame
copy the rest from the background frame
Definition at line 60 of file rl2.c.
Referenced by rl2_decode_frame(), and rl2_decode_init().