| 
    FFmpeg
    
   | 
 
#include <stdio.h>#include <stdlib.h>#include <string.h>#include "avcodec.h"#include "bytestream.h"#include "internal.h"#include <zlib.h>Go to the source code of this file.
Data Structures | |
| struct | MSCCContext | 
Functions | |
| static int | rle_uncompress (AVCodecContext *avctx, GetByteContext *gb, PutByteContext *pb) | 
| static int | decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) | 
| static av_cold int | decode_init (AVCodecContext *avctx) | 
| static av_cold int | decode_close (AVCodecContext *avctx) | 
Variables | |
| const AVCodec | ff_mscc_decoder | 
| const AVCodec | ff_srgc_decoder | 
      
  | 
  static | 
Definition at line 44 of file mscc.c.
Referenced by decode_frame().
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
| const AVCodec ff_mscc_decoder | 
| const AVCodec ff_srgc_decoder | 
 1.8.17