Home
last modified time | relevance | path

Searched refs:video_fm_list (Results 1 – 16 of 16) sorted by relevance

/dports/multimedia/mencoder/mplayer-export-2021-12-29/
H A Dmplayer.h25 extern char **video_fm_list;
H A Dcfg-common.h512 {"vfm", &video_fm_list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL},
H A Dmplayer.c222 char **video_fm_list; // override video codec family variable
2397 init_best_video_codec(sh_video, video_codec_list, video_fm_list); in reinit_video_chain()
2910 if (video_fm_list && strcmp(video_fm_list[0], "help") == 0) { in main()
H A Dmencoder.c126 static char** video_fm_list=NULL; // override video codec family variable
1026 init_best_video_codec(sh_video,video_codec_list,video_fm_list);
/dports/multimedia/mplayer/mplayer-export-2021-12-29/
H A Dmplayer.h25 extern char **video_fm_list;
H A Dcfg-common.h512 {"vfm", &video_fm_list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL},
H A Dmplayer.c222 char **video_fm_list; // override video codec family variable
2397 init_best_video_codec(sh_video, video_codec_list, video_fm_list); in reinit_video_chain()
2910 if (video_fm_list && strcmp(video_fm_list[0], "help") == 0) { in main()
H A Dmencoder.c126 static char** video_fm_list=NULL; // override video codec family variable
1026 init_best_video_codec(sh_video,video_codec_list,video_fm_list);
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpcodecs/
H A Ddec_video.h29 int init_best_video_codec(sh_video_t *sh_video, char** video_codec_list, char** video_fm_list);
H A Ddec_video.c329 char **video_fm_list) in init_best_video_codec() argument
354 if (video_fm_list) { in init_best_video_codec()
355 char **fmlist = video_fm_list; in init_best_video_codec()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpcodecs/
H A Ddec_video.h29 int init_best_video_codec(sh_video_t *sh_video, char** video_codec_list, char** video_fm_list);
H A Ddec_video.c329 char **video_fm_list) in init_best_video_codec() argument
354 if (video_fm_list) { in init_best_video_codec()
355 char **fmlist = video_fm_list; in init_best_video_codec()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/gui/app/
H A Dcfg.c208 …{ "v_vfm", &video_fm_list, CONF_TYPE_STRING_LIST, 0, 0, …
/dports/multimedia/mplayer/mplayer-export-2021-12-29/gui/app/
H A Dcfg.c208 …{ "v_vfm", &video_fm_list, CONF_TYPE_STRING_LIST, 0, 0, …
/dports/multimedia/mplayer/mplayer-export-2021-12-29/gui/dialog/
H A Dpreferences.c366 { listSet( &video_fm_list,mpcodecs_vd_drivers[i]->info->short_name ); break; } in prButton()
1377 …if ( video_fm_list && !gstrcmp( video_fm_list[0],mpcodecs_vd_drivers[i]->info->short_name ) ) name… in ShowPreferences()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/gui/dialog/
H A Dpreferences.c366 { listSet( &video_fm_list,mpcodecs_vd_drivers[i]->info->short_name ); break; } in prButton()
1377 …if ( video_fm_list && !gstrcmp( video_fm_list[0],mpcodecs_vd_drivers[i]->info->short_name ) ) name… in ShowPreferences()