Skip to content

Commit cae143f

Browse files
committed
lavc: Add some capabs documentation
1 parent fde12a8 commit cae143f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/video_compress/libavcodec.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ typedef struct {
175175
function<const char*(bool)> get_prefered_encoder; ///< can be nullptr
176176
double avg_bpp;
177177
void (*set_param)(AVCodecContext *, struct setparam_param *);
178-
int capabilities_priority; ///< sort order in GUI (?)
178+
int capabilities_priority; ///< affects sort order in GUI, lowest number is shown first
179179
} codec_params_t;
180180

181181
static void libavcodec_check_messages(struct state_video_compress_libav *s);

0 commit comments

Comments
 (0)