MediaProcessors
Typedefs | Variables
ffmpeg_x264.h File Reference

FFmpeg x264 video encoder and decoder wrappers. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct proc_if_s proc_if_t
 

Variables

const proc_if_t proc_if_ffmpeg_x264_enc
 
const proc_if_t proc_if_ffmpeg_x264_dec
 

Detailed Description

FFmpeg x264 video encoder and decoder wrappers.

Author
Rafael Antoniello

Definition in file ffmpeg_x264.h.

Variable Documentation

const proc_if_t proc_if_ffmpeg_x264_dec

Processor interface implementing the FFmpeg wrapper of the x264 decoder.

Definition at line 170 of file ffmpeg_x264.c.

const proc_if_t proc_if_ffmpeg_x264_enc

Processor interface implementing the FFmpeg wrapper of the x264 encoder.

Definition at line 150 of file ffmpeg_x264.c.