[FFmpeg-devel] [PATCH] cmdutils: include threading caps in codecs listing.
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Wed May 30 21:47:16 CEST 2012
On Wed, May 30, 2012 at 09:40:49PM +0200, Nicolas George wrote:
> - " D..... = Decoding supported\n"
> - " .E.... = Encoding supported\n"
> - " ..V... = Video codec\n"
> - " ..A... = Audio codec\n"
> - " ..S... = Subtitle codec\n"
> - " ...S.. = Supports draw_horiz_band\n"
> - " ....D. = Supports direct rendering method 1\n"
> - " .....T = Supports weird frame truncation\n"
> - " ------\n");
> + " D....... = Decoding supported\n"
> + " .E...... = Encoding supported\n"
> + " ..V..... = Video codec\n"
> + " ..A..... = Audio codec\n"
> + " ..S..... = Subtitle codec\n"
> + " ...S.... = Supports draw_horiz_band\n"
> + " ....D... = Supports direct rendering method 1\n"
> + " .....T.. = Supports weird frame truncation\n"
> + " ......F. = Supports frame-based multi-threading\n"
> + " .......S = Supports slice-based multi-threading\n"
> + " --------\n");
I don't have much of an opinion, but I was wondering if maybe
F Supports frame-based multi-threading
S Supports slice-based multi-threading
B Supports both frame-based and slice-based multi-threading
would be better
More information about the ffmpeg-devel
mailing list