#include "libdirac_libschro.h"
#include "libschroedinger.h"
Go to the source code of this file.
Functions | |
| SchroVideoFormatEnum | ff_get_schro_video_format_preset (AVCodecContext *avccontext) |
| int | ff_get_schro_frame_format (SchroChromaFormat schro_pix_fmt, SchroFrameFormat *schro_frame_fmt) |
Variables | |
| static const SchroVideoFormatEnum | ff_schro_video_formats [] |
| Schroedinger video preset table. | |
Definition in file libschroedinger.c.
| int ff_get_schro_frame_format | ( | SchroChromaFormat | schro_pix_fmt, | |
| SchroFrameFormat * | schro_frame_fmt | |||
| ) |
Definition at line 64 of file libschroedinger.c.
Referenced by libschroedinger_encode_init(), and libschroedinger_handle_first_access_unit().
| SchroVideoFormatEnum ff_get_schro_video_format_preset | ( | AVCodecContext * | avccontext | ) |
const SchroVideoFormatEnum ff_schro_video_formats[] [static] |
Initial value:
{
SCHRO_VIDEO_FORMAT_CUSTOM ,
SCHRO_VIDEO_FORMAT_QSIF ,
SCHRO_VIDEO_FORMAT_QCIF ,
SCHRO_VIDEO_FORMAT_SIF ,
SCHRO_VIDEO_FORMAT_CIF ,
SCHRO_VIDEO_FORMAT_4SIF ,
SCHRO_VIDEO_FORMAT_4CIF ,
SCHRO_VIDEO_FORMAT_SD480I_60 ,
SCHRO_VIDEO_FORMAT_SD576I_50 ,
SCHRO_VIDEO_FORMAT_HD720P_60 ,
SCHRO_VIDEO_FORMAT_HD720P_50 ,
SCHRO_VIDEO_FORMAT_HD1080I_60 ,
SCHRO_VIDEO_FORMAT_HD1080I_50 ,
SCHRO_VIDEO_FORMAT_HD1080P_60 ,
SCHRO_VIDEO_FORMAT_HD1080P_50 ,
SCHRO_VIDEO_FORMAT_DC2K_24 ,
SCHRO_VIDEO_FORMAT_DC4K_24 ,
}
Ensure that this tables matches up correctly with the ff_dirac_schro_video_format_info table in libdirac_libschro.c.
Definition at line 33 of file libschroedinger.c.
Referenced by ff_get_schro_video_format_preset().
1.5.8