File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ NamesArray getAudioCodecsNames()
187
187
return audioCodecsNames;
188
188
}
189
189
190
- OptionArrayMap getOutputFormatOptions ()
190
+ OptionArrayMap getAvailableOptionsPerOutputFormat ()
191
191
{
192
192
OptionArrayMap optionsPerFormat;
193
193
@@ -213,7 +213,7 @@ OptionArrayMap getOutputFormatOptions()
213
213
return optionsPerFormat;
214
214
}
215
215
216
- OptionArrayMap getVideoCodecOptions ()
216
+ OptionArrayMap getAvailableOptionsPerVideoCodec ()
217
217
{
218
218
OptionArrayMap videoCodecOptions;
219
219
@@ -238,7 +238,7 @@ OptionArrayMap getVideoCodecOptions()
238
238
return videoCodecOptions;
239
239
}
240
240
241
- OptionArrayMap getAudioCodecOptions ()
241
+ OptionArrayMap getAvailableOptionsPerAudioCodec ()
242
242
{
243
243
OptionArrayMap audioCodecOptions;
244
244
Original file line number Diff line number Diff line change @@ -81,17 +81,17 @@ NamesArray AvExport getAudioCodecsNames();
81
81
/* *
82
82
* @brief Get the list of options for each output format
83
83
*/
84
- OptionArrayMap AvExport getOutputFormatOptions ();
84
+ OptionArrayMap AvExport getAvailableOptionsPerOutputFormat ();
85
85
86
86
/* *
87
87
* @brief Get the list of options for each video codec
88
88
*/
89
- OptionArrayMap AvExport getVideoCodecOptions ();
89
+ OptionArrayMap AvExport getAvailableOptionsPerVideoCodec ();
90
90
91
91
/* *
92
92
* @brief Get the list of options for each audio codec
93
93
*/
94
- OptionArrayMap AvExport getAudioCodecOptions ();
94
+ OptionArrayMap AvExport getAvailableOptionsPerAudioCodec ();
95
95
#endif
96
96
}
97
97
You can’t perform that action at this time.
0 commit comments