We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde12a8 commit cae143fCopy full SHA for cae143f
src/video_compress/libavcodec.cpp
@@ -175,7 +175,7 @@ typedef struct {
175
function<const char*(bool)> get_prefered_encoder; ///< can be nullptr
176
double avg_bpp;
177
void (*set_param)(AVCodecContext *, struct setparam_param *);
178
- int capabilities_priority; ///< sort order in GUI (?)
+ int capabilities_priority; ///< affects sort order in GUI, lowest number is shown first
179
} codec_params_t;
180
181
static void libavcodec_check_messages(struct state_video_compress_libav *s);
0 commit comments