Searched refs:AV_OPTIONS_LONGTEXT (Results 1 – 4 of 4) sorted by relevance
/dports/multimedia/vlc/vlc-3.0.16/modules/access/ |
H A D | avio.h | 41 add_string("avio-options", NULL, AV_OPTIONS_TEXT, AV_OPTIONS_LONGTEXT, true) \ 51 add_string("sout-avio-options", NULL, AV_OPTIONS_TEXT, AV_OPTIONS_LONGTEXT, true)
|
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/avformat/ |
H A D | avformat.c | 48 add_string( "avformat-options", NULL, AV_OPTIONS_TEXT, AV_OPTIONS_LONGTEXT, true ) 59 add_string( "sout-avformat-options", NULL, AV_OPTIONS_TEXT, AV_OPTIONS_LONGTEXT, true )
|
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/avcodec/ |
H A D | avcodec.c | 140 add_string( "avcodec-options", NULL, AV_OPTIONS_TEXT, AV_OPTIONS_LONGTEXT, true ) 237 add_string( ENC_CFG_PREFIX "options", NULL, AV_OPTIONS_TEXT, AV_OPTIONS_LONGTEXT, true ) in add_submodule()
|
H A D | avcommon.h | 47 #define AV_OPTIONS_LONGTEXT N_("Advanced options, in the form {opt=val,opt2=val2}.") macro
|