| 
    FFmpeg
    
   | 
 
#include <stdio.h>#include <stdlib.h>#include <string.h>#include "avcodec.h"#include "internal.h"#include "msrledec.h"#include "libavutil/imgutils.h"Go to the source code of this file.
Data Structures | |
| struct | MsrleContext | 
Functions | |
| static av_cold int | msrle_decode_init (AVCodecContext *avctx) | 
| static int | msrle_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) | 
| static void | msrle_decode_flush (AVCodecContext *avctx) | 
| static av_cold int | msrle_decode_end (AVCodecContext *avctx) | 
Variables | |
| AVCodec | ff_msrle_decoder | 
MS RLE video decoder by Mike Melanson (melanson@pcisys.net) For more information about the MS RLE format, visit: http://www.pcisys.net/~melanson/codecs/
The MS RLE decoder outputs PAL8 colorspace data.
Definition in file msrle.c.
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
| AVCodec ff_msrle_decoder | 
 1.8.17