Go to the source code of this file.
Enumerations | |
| enum | MythCodecID { kCodec_NONE = 0, kCodec_NUV_RTjpeg, kCodec_NUV_MPEG4, kCodec_MPEG1, kCodec_MPEG2, kCodec_H263, kCodec_MPEG4, kCodec_H264, kCodec_NORMAL_END, kCodec_MPEG1_XVMC, kCodec_MPEG2_XVMC, kCodec_H263_XVMC, kCodec_MPEG4_XVMC, kCodec_H264_XVMC, kCodec_MPEG1_IDCT, kCodec_MPEG2_IDCT, kCodec_H263_IDCT, kCodec_MPEG4_IDCT, kCodec_H264_IDCT, kCodec_STD_XVMC_END, kCodec_MPEG1_VLD, kCodec_MPEG2_VLD, kCodec_H263_VLD, kCodec_MPEG4_VLD, kCodec_H264_VLD, kCodec_VLD_END, kCodec_MPEG1_DVDV, kCodec_MPEG2_DVDV, kCodec_H263_DVDV, kCodec_MPEG4_DVDV, kCodec_H264_DVDV, kCodec_DVDV_END } |
Functions | |
| QString | toString (MythCodecID codecid) |
| int | myth2av_codecid (MythCodecID codec_id, bool &vld, bool &idct, bool &mc) |
| int | myth2av_codecid (MythCodecID codec_id) |
| enum MythCodecID |
Definition at line 6 of file mythcodecid.h.
| QString toString | ( | MythCodecID | codecid | ) |
Definition at line 9 of file mythcodecid.cpp.
| int myth2av_codecid | ( | MythCodecID | codec_id, | |
| bool & | vld, | |||
| bool & | idct, | |||
| bool & | mc | |||
| ) |
Definition at line 83 of file mythcodecid.cpp.
Referenced by allowed_video_renderers(), VideoOutputXv::InitVideoBuffers(), myth2av_codecid(), and AvFormatDecoder::ScanStreams().
| int myth2av_codecid | ( | MythCodecID | codec_id | ) | [inline] |
Definition at line 57 of file mythcodecid.h.
1.5.5