MythTV  master
Functions
mythcodecid.cpp File Reference
#include "mythcodecid.h"
#include "libmythbase/mythlogging.h"
#include "libavcodec/avcodec.h"
Include dependency graph for mythcodecid.cpp:

Go to the source code of this file.

Functions

QString toString (MythCodecID codecid)
 
AVCodecID myth2av_codecid (MythCodecID codec_id)
 
uint mpeg_version (AVCodecID codec_id)
 
QString get_encoding_type (MythCodecID codecid)
 
QString get_decoder_name (MythCodecID codec_id)
 

Function Documentation

◆ toString()

QString toString ( MythCodecID  codecid)

Definition at line 9 of file mythcodecid.cpp.

◆ myth2av_codecid()

AVCodecID myth2av_codecid ( MythCodecID  codec_id)

◆ mpeg_version()

uint mpeg_version ( AVCodecID  codec_id)

◆ get_encoding_type()

QString get_encoding_type ( MythCodecID  codecid)

Definition at line 475 of file mythcodecid.cpp.

Referenced by MythVideoOutputGPU::Create(), and MythPlayer::GetEncodingType().

◆ get_decoder_name()

QString get_decoder_name ( MythCodecID  codec_id)