| 
    FFmpeg
    
   | 
 
#include "avcodec.h"#include "codec_internal.h"#include "decode.h"#include "libavutil/internal.h"#include "libavutil/frame.h"#include "libavutil/buffer.h"#include "libavutil/pixdesc.h"Go to the source code of this file.
Functions | |
| static void | wrapped_avframe_release_buffer (void *unused, uint8_t *data) | 
| static int | wrapped_avframe_encode (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) | 
| static int | wrapped_avframe_decode (AVCodecContext *avctx, AVFrame *out, int *got_frame, AVPacket *pkt) | 
Variables | |
| const FFCodec | ff_wrapped_avframe_encoder | 
| const FFCodec | ff_wrapped_avframe_decoder | 
Simple wrapper to store an AVFrame and forward it as AVPacket.
Definition in file wrapped_avframe.c.
      
  | 
  static | 
Definition at line 36 of file wrapped_avframe.c.
Referenced by wrapped_avframe_encode().
      
  | 
  static | 
Definition at line 43 of file wrapped_avframe.c.
      
  | 
  static | 
Definition at line 79 of file wrapped_avframe.c.
| const FFCodec ff_wrapped_avframe_encoder | 
Definition at line 105 of file wrapped_avframe.c.
| const FFCodec ff_wrapped_avframe_decoder | 
Definition at line 114 of file wrapped_avframe.c.
 1.8.17