| 
    FFmpeg
    
   | 
 
Bethesda Softworks VID Video Decoder. More...
#include "libavutil/common.h"#include "avcodec.h"#include "bethsoftvideo.h"#include "bytestream.h"#include "codec_internal.h"#include "decode.h"Go to the source code of this file.
Data Structures | |
| struct | BethsoftvidContext | 
Functions | |
| static av_cold int | bethsoftvid_decode_init (AVCodecContext *avctx) | 
| static int | set_palette (BethsoftvidContext *ctx, GetByteContext *g) | 
| static int | bethsoftvid_decode_frame (AVCodecContext *avctx, AVFrame *rframe, int *got_frame, AVPacket *avpkt) | 
| static av_cold int | bethsoftvid_decode_end (AVCodecContext *avctx) | 
Variables | |
| const FFCodec | ff_bethsoftvid_decoder | 
Bethesda Softworks VID Video Decoder.
Definition in file bethsoftvideo.c.
      
  | 
  static | 
Definition at line 42 of file bethsoftvideo.c.
      
  | 
  static | 
Definition at line 54 of file bethsoftvideo.c.
Referenced by bethsoftvid_decode_frame().
      
  | 
  static | 
Definition at line 74 of file bethsoftvideo.c.
      
  | 
  static | 
Definition at line 163 of file bethsoftvideo.c.
| const FFCodec ff_bethsoftvid_decoder | 
Definition at line 170 of file bethsoftvideo.c.
 1.8.17