| 
    FFmpeg
    
   | 
 
Go to the source code of this file.
Data Structures | |
| struct | ZeroCodecContext | 
Functions | |
| static int | zerocodec_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) | 
| static av_cold int | zerocodec_decode_close (AVCodecContext *avctx) | 
| static av_cold int | zerocodec_decode_init (AVCodecContext *avctx) | 
Variables | |
| AVCodec | ff_zerocodec_decoder | 
      
  | 
  static | 
ZeroCodec has very simple interframe compression. If a value is the same as the previous frame, set it to 0.
Definition at line 30 of file zerocodec.c.
      
  | 
  static | 
Definition at line 113 of file zerocodec.c.
Referenced by zerocodec_decode_init().
      
  | 
  static | 
Definition at line 129 of file zerocodec.c.
| AVCodec ff_zerocodec_decoder | 
Definition at line 158 of file zerocodec.c.
 1.8.2