Set H.263 BP30 with higher priority

This commit is contained in:
bossiel 2011-07-29 11:50:11 +00:00
parent 3e01f88c29
commit 06d37d01d2
1 changed files with 4 additions and 5 deletions

View File

@ -273,13 +273,12 @@ void tdav_set_codecs(tdav_codec_id_t codecs)
#endif
#if HAVE_FFMPEG
{ tdav_codec_id_mp4ves_es, &tdav_codec_mp4ves_plugin_def_t },
# if !defined(HAVE_H264) || HAVE_H264
{ tdav_codec_id_h264_bp10, &tdav_codec_h264_bp10_plugin_def_t },
{ tdav_codec_id_h264_bp20, &tdav_codec_h264_bp20_plugin_def_t },
#if !defined(HAVE_H264) || HAVE_H264
{ tdav_codec_id_h264_bp30, &tdav_codec_h264_bp30_plugin_def_t },
{ tdav_codec_id_h264_bp20, &tdav_codec_h264_bp20_plugin_def_t },
{ tdav_codec_id_h264_bp10, &tdav_codec_h264_bp10_plugin_def_t },
#endif
{ tdav_codec_id_mp4ves_es, &tdav_codec_mp4ves_plugin_def_t },
{ tdav_codec_id_h263p, &tdav_codec_h263p_plugin_def_t },
{ tdav_codec_id_h263pp, &tdav_codec_h263pp_plugin_def_t },
{ tdav_codec_id_theora, &tdav_codec_theora_plugin_def_t },