We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a7dd1e commit 7503a4bCopy full SHA for 7503a4b
1 file changed
src/video_decompress/gpujpeg_to_dxt.cpp
@@ -3,7 +3,7 @@
3
* @author Martin Pulec <pulec@cesnet.cz>
4
*/
5
/*
6
- * Copyright (c) 2012-2025, CESNET
+ * Copyright (c) 2012-2026, CESNET, zájmové sdružení právnických osob
7
* All rights reserved.
8
*
9
* Redistribution and use in source and binary forms, with or without
@@ -361,7 +361,10 @@ static void gpujpeg_to_dxt_decompress_done(void *state)
361
delete s;
362
}
363
364
-static int gpujpeg_to_dxt_decompress_get_priority(codec_t compression, struct pixfmt_desc internal, codec_t ugc) {
+static int
365
+gpujpeg_to_dxt_decompress_get_priority(codec_t compression,
366
+ struct pixfmt_desc /* internal */, codec_t ugc)
367
+{
368
return compression == JPEG && (ugc == DXT1 || ugc == DXT5) ? 900 : -1;
369
370
0 commit comments