2022-06-27 11:50 ftp://ftp.de.debian.org/debian/pool/main/f/ffmpeg/ffmpeg_5.0.1.orig.tar.xz cppcheck-options: --library=posix --library=gnu --showtime=top5 --check-library --inconclusive --enable=style,information --template=daca2 -D__GNUC__ --platform=unix64 -rp=temp -j2 platform: Linux-5.4.0-110-generic-x86_64-with-glibc2.29 python: 3.8.10 client-version: 1.3.24 compiler: g++ (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 cppcheck: head 2.8 head-info: 242afc3 (2022-06-25 21:42:55 +0200) count: 5107 5072 elapsed-time: 508.9 512.5 head-timing-info: Overall time: 0s old-timing-info: Overall time: 0s head results: ffmpeg-5.0.1/compat/atomics/pthread/stdatomic.h:101:46: style: Parameter 'object' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/doc/examples/filtering_video.c:192:17: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] ffmpeg-5.0.1/doc/examples/hw_decode.c:135:58: style: Condition '(ret=fwrite(buffer,1,size,output_file))<0' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/doc/examples/hw_decode.c:227:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ffmpeg-5.0.1/doc/examples/hw_decode.c:246:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/doc/examples/scaling_video.c:33:50: style: Parameter 'linesize' can be declared as const array [constParameter] ffmpeg-5.0.1/doc/examples/resampling_audio.c:165:22: portability: Casting between unsigned char * and double * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/doc/examples/transcode_aac.c:851:17: style: Condition 'finished' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/doc/examples/transcode_aac.c:843:17: note: Assuming that condition 'finished' is not redundant ffmpeg-5.0.1/doc/examples/transcode_aac.c:851:17: note: Condition 'finished' is always false ffmpeg-5.0.1/doc/examples/vaapi_transcode.c:295:9: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/doc/examples/vaapi_transcode.c:292:9: note: ret is assigned ffmpeg-5.0.1/doc/examples/vaapi_transcode.c:295:9: note: ret is overwritten ffmpeg-5.0.1/ffbuild/bin2c.c:42:9: error: Resource leak: input [resourceLeak] ffmpeg-5.0.1/fftools/cmdutils.c:990:10: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] ffmpeg-5.0.1/fftools/cmdutils.c:1177:17: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ffmpeg-5.0.1/fftools/cmdutils.c:1181:21: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ffmpeg-5.0.1/fftools/cmdutils.c:1208:33: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/fftools/cmdutils.c:2217:33: style:inconclusive: Function 'allocate_array_elem' argument 1 names different: declaration 'array' definition 'ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/fftools/cmdutils.h:643:33: note: Function 'allocate_array_elem' argument 1 names different: declaration 'array' definition 'ptr'. ffmpeg-5.0.1/fftools/cmdutils.c:2217:33: note: Function 'allocate_array_elem' argument 1 names different: declaration 'array' definition 'ptr'. ffmpeg-5.0.1/fftools/cmdutils.c:1037:13: style: Local variable 'ret' shadows outer variable [shadowVariable] ffmpeg-5.0.1/fftools/cmdutils.c:981:9: note: Shadowed declaration ffmpeg-5.0.1/fftools/cmdutils.c:1037:13: note: Shadow variable ffmpeg-5.0.1/fftools/cmdutils.c:291:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/fftools/ffmpeg.c:1601:37: style: Local variable 'total_size' shadows outer argument [shadowArgument] ffmpeg-5.0.1/fftools/ffmpeg.c:1559:39: note: Shadowed declaration ffmpeg-5.0.1/fftools/ffmpeg.c:1601:37: note: Shadow variable ffmpeg-5.0.1/fftools/ffmpeg.c:1635:37: style: Local variable 'total_size' shadows outer argument [shadowArgument] ffmpeg-5.0.1/fftools/ffmpeg.c:1559:39: note: Shadowed declaration ffmpeg-5.0.1/fftools/ffmpeg.c:1635:37: note: Shadow variable ffmpeg-5.0.1/fftools/ffmpeg.c:2713:13: style: Local variable 'ret' shadows outer variable [shadowVariable] ffmpeg-5.0.1/fftools/ffmpeg.c:2580:9: note: Shadowed declaration ffmpeg-5.0.1/fftools/ffmpeg.c:2713:13: note: Shadow variable ffmpeg-5.0.1/fftools/ffmpeg.c:718:52: style: Parameter 'ost' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/fftools/ffmpeg.c:2117:56: style: Parameter 'got_output' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/fftools/ffmpeg.c:2297:12: error: Uninitialized variable: ret [uninitvar] ffmpeg-5.0.1/fftools/ffmpeg.c:2287:19: note: Assuming condition is false ffmpeg-5.0.1/fftools/ffmpeg.c:2297:12: note: Uninitialized variable: ret ffmpeg-5.0.1/fftools/ffmpeg.c:459:19: style: Unused variable: ch [unusedVariable] ffmpeg-5.0.1/fftools/ffmpeg.c:3897:29: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/fftools/ffmpeg.c:4217:14: style: Unused variable: thread_ret [unusedVariable] ffmpeg-5.0.1/fftools/ffmpeg_filter.c:254:64: warning:inconclusive: Possible null pointer dereference: st [nullPointer] ffmpeg-5.0.1/fftools/ffmpeg_filter.c:227:30: note: Assignment 'st=NULL', assigned value is 0 ffmpeg-5.0.1/fftools/ffmpeg_filter.c:238:23: note: Assuming condition is false ffmpeg-5.0.1/fftools/ffmpeg_filter.c:254:64: note: Null pointer dereference ffmpeg-5.0.1/fftools/ffmpeg_filter.c:871:14: style: Local variable 'args' shadows outer variable [shadowVariable] ffmpeg-5.0.1/fftools/ffmpeg_filter.c:820:14: note: Shadowed declaration ffmpeg-5.0.1/fftools/ffmpeg_filter.c:871:14: note: Shadow variable ffmpeg-5.0.1/fftools/ffmpeg_filter.c:895:14: style: Local variable 'args' shadows outer variable [shadowVariable] ffmpeg-5.0.1/fftools/ffmpeg_filter.c:820:14: note: Shadowed declaration ffmpeg-5.0.1/fftools/ffmpeg_filter.c:895:14: note: Shadow variable ffmpeg-5.0.1/fftools/ffmpeg_hw.c:94:60: style:inconclusive: Function 'hw_device_init_from_string' argument 2 names different: declaration 'dev' definition 'dev_out'. [funcArgNamesDifferent] ffmpeg-5.0.1/fftools/ffmpeg.h:672:60: note: Function 'hw_device_init_from_string' argument 2 names different: declaration 'dev' definition 'dev_out'. ffmpeg-5.0.1/fftools/ffmpeg_hw.c:94:60: note: Function 'hw_device_init_from_string' argument 2 names different: declaration 'dev' definition 'dev_out'. ffmpeg-5.0.1/fftools/ffmpeg_hw.c:105:19: style: Local variable 'options' shadows outer variable [shadowVariable] ffmpeg-5.0.1/fftools/ffmpeg.h:639:24: note: Shadowed declaration ffmpeg-5.0.1/fftools/ffmpeg_hw.c:105:19: note: Shadow variable ffmpeg-5.0.1/fftools/ffplay.c:3373:33: style: Condition 'pos<0' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/fftools/ffplay.c:3372:32: note: Assignment 'pos=-1', assigned value is -1 ffmpeg-5.0.1/fftools/ffplay.c:3373:33: note: Condition 'pos<0' is always true ffmpeg-5.0.1/fftools/ffplay.c:2111:18: style: The comparison 'ret >= 0' is always true. [knownConditionTrueFalse] ffmpeg-5.0.1/fftools/ffplay.c:2045:15: note: 'ret' is assigned value '0' here. ffmpeg-5.0.1/fftools/ffplay.c:2111:18: note: The comparison 'ret >= 0' is always true. ffmpeg-5.0.1/fftools/ffplay.c:1556:16: style: Local variable 'duration' shadows outer variable [shadowVariable] ffmpeg-5.0.1/fftools/ffplay.c:331:16: note: Shadowed declaration ffmpeg-5.0.1/fftools/ffplay.c:1556:16: note: Shadow variable ffmpeg-5.0.1/fftools/ffplay.c:1597:35: style: Local variable 'duration' shadows outer variable [shadowVariable] ffmpeg-5.0.1/fftools/ffplay.c:331:16: note: Shadowed declaration ffmpeg-5.0.1/fftools/ffplay.c:1597:35: note: Shadow variable ffmpeg-5.0.1/fftools/ffplay.c:2136:12: style: Local variable 'duration' shadows outer variable [shadowVariable] ffmpeg-5.0.1/fftools/ffplay.c:331:16: note: Shadowed declaration ffmpeg-5.0.1/fftools/ffplay.c:2136:12: note: Shadow variable ffmpeg-5.0.1/fftools/ffplay.c:3738:13: style: Local variable 'flags' shadows outer variable [shadowVariable] ffmpeg-5.0.1/fftools/ffplay.c:3685:9: note: Shadowed declaration ffmpeg-5.0.1/fftools/ffplay.c:3738:13: note: Shadow variable ffmpeg-5.0.1/fftools/ffplay.c:2043:19: style: Variable 'got_frame' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/fftools/ffmpeg_opt.c:724:23: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] ffmpeg-5.0.1/fftools/ffmpeg_opt.c:3044:24: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] ffmpeg-5.0.1/fftools/ffmpeg_opt.c:2211:13: warning:inconclusive: Possible null pointer dereference: ofilter [nullPointer] ffmpeg-5.0.1/fftools/ffmpeg_opt.c:2454:41: note: Assignment 'ofilter=NULL', assigned value is 0 ffmpeg-5.0.1/fftools/ffmpeg_opt.c:2457:31: note: Assuming condition is false ffmpeg-5.0.1/fftools/ffmpeg_opt.c:2473:36: note: Calling function 'init_output_filter', 1st argument 'ofilter' value is 0 ffmpeg-5.0.1/fftools/ffmpeg_opt.c:2211:13: note: Null pointer dereference ffmpeg-5.0.1/fftools/ffmpeg_opt.c:193:17: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/fftools/ffmpeg_opt.c:185:9: note: Shadowed declaration ffmpeg-5.0.1/fftools/ffmpeg_opt.c:193:17: note: Shadow variable ffmpeg-5.0.1/fftools/ffmpeg_opt.c:1787:23: style: Local variable 'p' shadows outer variable [shadowVariable] ffmpeg-5.0.1/fftools/ffmpeg_opt.c:1751:21: note: Shadowed declaration ffmpeg-5.0.1/fftools/ffmpeg_opt.c:1787:23: note: Shadow variable ffmpeg-5.0.1/fftools/ffmpeg_opt.c:2455:21: style: Local variable 'j' shadows outer variable [shadowVariable] ffmpeg-5.0.1/fftools/ffmpeg_opt.c:2262:12: note: Shadowed declaration ffmpeg-5.0.1/fftools/ffmpeg_opt.c:2455:21: note: Shadow variable ffmpeg-5.0.1/fftools/ffmpeg_opt.c:2610:23: style: Local variable 'ost' shadows outer variable [shadowVariable] ffmpeg-5.0.1/fftools/ffmpeg_opt.c:2264:19: note: Shadowed declaration ffmpeg-5.0.1/fftools/ffmpeg_opt.c:2610:23: note: Shadow variable ffmpeg-5.0.1/fftools/ffmpeg_opt.c:2613:26: style: Local variable 'ist' shadows outer variable [shadowVariable] ffmpeg-5.0.1/fftools/ffmpeg_opt.c:2265:19: note: Shadowed declaration ffmpeg-5.0.1/fftools/ffmpeg_opt.c:2613:26: note: Shadow variable ffmpeg-5.0.1/fftools/ffmpeg_opt.c:2744:26: style: Local variable 'ist' shadows outer variable [shadowVariable] ffmpeg-5.0.1/fftools/ffmpeg_opt.c:2265:19: note: Shadowed declaration ffmpeg-5.0.1/fftools/ffmpeg_opt.c:2744:26: note: Shadow variable ffmpeg-5.0.1/fftools/ffmpeg_opt.c:2825:24: style: Local variable 'j' shadows outer variable [shadowVariable] ffmpeg-5.0.1/fftools/ffmpeg_opt.c:2262:12: note: Shadowed declaration ffmpeg-5.0.1/fftools/ffmpeg_opt.c:2825:24: note: Shadow variable ffmpeg-5.0.1/fftools/ffmpeg_opt.c:1058:14: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/fftools/ffmpeg_opt.c:2249:16: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/fftools/ffprobe.c:964:20: style: Array index 'i' is used before limits check. [arrayIndexThenCheck] ffmpeg-5.0.1/fftools/ffprobe.c:516:49: style: Parameter 'prev' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/internal.h:264:31: warning: Shifting 32-bit value by 277 bits is undefined behaviour. See condition at line 260. [shiftTooManyBits] ffmpeg-5.0.1/libavcodec/internal.h:260:16: note: Assuming that condition 'x>128' is not redundant ffmpeg-5.0.1/libavcodec/internal.h:264:31: note: Shift ffmpeg-5.0.1/fftools/ffprobe.c:460:12: style: struct member 'Writer::print_rational' is never used. [unusedStructMember] ffmpeg-5.0.1/fftools/ffprobe.c:319:18: style: Variable 'avc' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/fftools/ffprobe.c:323:11: style: Unused variable: new_log_buffer [unusedVariable] ffmpeg-5.0.1/libavcodec/4xm.c:872:23: style: Condition 'data_size<0' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/4xm.c:845:18: note: Assuming that condition 'buf_size<20' is not redundant ffmpeg-5.0.1/libavcodec/4xm.c:850:18: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/4xm.c:861:41: note: Assignment 'data_size=buf_size-20', assigned value is greater than -1 ffmpeg-5.0.1/libavcodec/4xm.c:864:24: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/4xm.c:872:23: note: Condition 'data_size<0' is always false ffmpeg-5.0.1/libavcodec/4xm.c:586:17: style: Local variable 'y' shadows outer argument [shadowArgument] ffmpeg-5.0.1/libavcodec/4xm.c:558:57: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/4xm.c:586:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/get_bits.h:337:20: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/get_bits.h:353:36: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/a64multienc.c:259:76: style: Parameter 'colram' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/a64multienc.c:259:58: style: Parameter 'charmap' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/a64multienc.c:56:14: style: struct member 'A64Context::mc_palette' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/a64multienc.c:74:14: style: Variable 'luma' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/put_bits.h:224:19: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 220. [shiftTooManyBits] ffmpeg-5.0.1/libavcodec/put_bits.h:296:31: note: Calling function 'put_bits_no_assert', 2nd argument '32' value is 32 ffmpeg-5.0.1/libavcodec/put_bits.h:220:11: note: Assuming that condition 'nblock_length' is less than zero. [unsignedLessThanZero] ffmpeg-5.0.1/libavcodec/alsdec.c:666:65: style: Checking if unsigned expression 'bd->block_length' is less than zero. [unsignedLessThanZero] ffmpeg-5.0.1/libavcodec/alsdec.c:1709:33: style: Checking if unsigned expression 'bd.block_length' is less than zero. [unsignedLessThanZero] ffmpeg-5.0.1/libavcodec/alsdec.c:817:22: style: Local variable 'k' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/alsdec.c:633:18: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/alsdec.c:817:22: note: Shadow variable ffmpeg-5.0.1/libavcodec/alsdec.c:1690:27: style: Local variable 'ret' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/alsdec.c:1638:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/alsdec.c:1690:27: note: Shadow variable ffmpeg-5.0.1/libavcodec/amrnbdec.c:913:46: style: Parameter 'lpc' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/amrwbdec.c:165:46: style: Parameter 'ind' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/amrwbdec.c:191:46: style: Parameter 'ind' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/amrwbdec.c:817:44: style: Parameter 'in' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/amrwbdec.c:919:38: style: Parameter 'diff_isf' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/apedec.c:956:37: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/apedec.c:977:37: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/arm/hpeldsp_init_arm.c:38:1: error: There is an unknown macro here somewhere. Configuration is required. If CALL_2X_PIXELS is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavcodec/arm/hevcdsp_init_neon.c:157:44: style: Parameter 'sao_offset_val' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/arm/mlpdsp_init_arm.c:89:56: style: Parameter 'ch_assign' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/arm/mlpdsp_init_arm.c:97:28: style: Variable 'routine' can be declared as const array [constVariable] ffmpeg-5.0.1/libavcodec/ass_split.c:168:12: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] ffmpeg-5.0.1/libavcodec/ass_split.c:514:28: warning: %X in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] ffmpeg-5.0.1/libavcodec/ass_split.c:516:28: warning: %X in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] ffmpeg-5.0.1/libavcodec/ass_split.c:524:28: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] ffmpeg-5.0.1/libavcodec/ass_split.c:528:28: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] ffmpeg-5.0.1/libavcodec/ass_split.c:530:28: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] ffmpeg-5.0.1/libavcodec/asvdec.c:157:19: style: Local variable 'ccp' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/asvdec.c:140:19: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/asvdec.c:157:19: note: Shadow variable ffmpeg-5.0.1/libavcodec/atrac.c:128:27: style: Parameter 'inlo' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/atrac.c:128:40: style: Parameter 'inhi' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/atrac3.c:470:60: style: Parameter 'prev_code' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/atrac3.c:471:36: style: Parameter 'curr_code' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/atrac3plus.c:1288:32: style: Condition 'coded_subbands>0' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/atrac3plus.c:1277:46: note: Assignment 'coded_subbands=get_bits(gb,4)+1', assigned value is greater than 0 ffmpeg-5.0.1/libavcodec/atrac3plus.c:1284:83: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/atrac3plus.c:1288:32: note: Condition 'coded_subbands>0' is always true ffmpeg-5.0.1/libavcodec/atrac3plus.c:82:14: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/atrac3plus.c:78:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/atrac3plus.c:82:14: note: Shadow variable ffmpeg-5.0.1/libavcodec/atrac3plus.c:90:14: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/atrac3plus.c:78:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/atrac3plus.c:90:14: note: Shadow variable ffmpeg-5.0.1/libavcodec/atrac3plus.c:1311:51: style: Parameter 'band_has_tones' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/atrac3plus.c:1416:52: style: Parameter 'band_has_tones' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/atrac3plus.c:1476:52: style: Parameter 'band_has_tones' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/atrac3plus.c:1576:48: style: Parameter 'band_has_tones' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/atrac3plus.c:64:15: error: Uninitialized variable: bits [uninitvar] ffmpeg-5.0.1/libavcodec/atrac3plus.c:58:27: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/atrac3plus.c:64:15: note: Uninitialized variable: bits ffmpeg-5.0.1/libavcodec/atrac3plusdsp.c:421:80: style:inconclusive: Function 'ff_atrac3p_power_compensation' argument 6 names different: declaration 'sb_num' definition 'sb'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/atrac3plus.h:211:80: note: Function 'ff_atrac3p_power_compensation' argument 6 names different: declaration 'sb_num' definition 'sb'. ffmpeg-5.0.1/libavcodec/atrac3plusdsp.c:421:80: note: Function 'ff_atrac3p_power_compensation' argument 6 names different: declaration 'sb_num' definition 'sb'. ffmpeg-5.0.1/libavcodec/atrac9dec.c:531:70: style: Parameter 'sf' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/audiodsp.c:40:29: portability: Casting from float * to unsigned int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] ffmpeg-5.0.1/libavcodec/audiodsp.c:41:29: portability: Casting from float * to unsigned int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] ffmpeg-5.0.1/libavcodec/audiodsp.c:43:28: portability: Casting from float * to unsigned int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] ffmpeg-5.0.1/libavcodec/audiodsp.c:44:28: portability: Casting from const float * to const unsigned int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] ffmpeg-5.0.1/libavcodec/audiotoolboxenc.c:101:22: style: Checking if unsigned expression 'at->pkt_size' is less than zero. [unsignedLessThanZero] ffmpeg-5.0.1/libavcodec/audiotoolboxenc.c:189:33: warning: Shifting 32-bit value by 64 bits is undefined behaviour. See condition at line 191. [shiftTooManyBits] ffmpeg-5.0.1/libavcodec/audiotoolboxenc.c:191:15: note: Assuming that condition 'c==64' is not redundant ffmpeg-5.0.1/libavcodec/audiotoolboxenc.c:189:33: note: Shift ffmpeg-5.0.1/libavcodec/audiotoolboxenc.c:409:21: style: Variable 'len' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/av1_metadata_bsf.c:107:70: style: Parameter 'pkt' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/av1dec.c:93:52: warning: Either the condition 's->raw_frame_header->primary_ref_frame==AV1_PRIMARY_REF_NONE' is redundant or the array 's->raw_frame_header->ref_frame_idx[7]' is accessed at index 7, which is out of bounds. [arrayIndexOutOfBoundsCond] ffmpeg-5.0.1/libavcodec/av1dec.c:101:48: note: Assuming that condition 's->raw_frame_header->primary_ref_frame==AV1_PRIMARY_REF_NONE' is not redundant ffmpeg-5.0.1/libavcodec/av1dec.c:92:19: note: primary_frame is assigned 's->raw_frame_header->primary_ref_frame' here. ffmpeg-5.0.1/libavcodec/av1dec.c:93:52: note: Array index out of bounds ffmpeg-5.0.1/libavcodec/av1dec.c:299:46: error: Uninitialized variable: forward_hint [uninitvar] ffmpeg-5.0.1/libavcodec/av1dec.c:263:9: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/av1dec.c:271:18: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/av1dec.c:299:46: note: Uninitialized variable: forward_hint ffmpeg-5.0.1/libavcodec/av1dec.c:390:19: style: Variable 'size' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/av1dec.c:390:35: style: Variable 'size_bytes' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/avcodec.c:352:29: style: Redundant condition: If 'EXPR < 0', the comparison 'EXPR' is always true. [redundantCondition] ffmpeg-5.0.1/libavcodec/avpacket.c:353:9: style: Condition 'size' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/avpacket.c:350:27: note: Assuming that condition '!size' is not redundant ffmpeg-5.0.1/libavcodec/avpacket.c:353:9: note: Condition 'size' is always true ffmpeg-5.0.1/libavcodec/avpacket.c:528:53: style:inconclusive: Function 'av_packet_rescale_ts' argument 2 names different: declaration 'tb_src' definition 'src_tb'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/packet.h:719:53: note: Function 'av_packet_rescale_ts' argument 2 names different: declaration 'tb_src' definition 'src_tb'. ffmpeg-5.0.1/libavcodec/avpacket.c:528:53: note: Function 'av_packet_rescale_ts' argument 2 names different: declaration 'tb_src' definition 'src_tb'. ffmpeg-5.0.1/libavcodec/avpacket.c:528:72: style:inconclusive: Function 'av_packet_rescale_ts' argument 3 names different: declaration 'tb_dst' definition 'dst_tb'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/packet.h:719:72: note: Function 'av_packet_rescale_ts' argument 3 names different: declaration 'tb_dst' definition 'dst_tb'. ffmpeg-5.0.1/libavcodec/avpacket.c:528:72: note: Function 'av_packet_rescale_ts' argument 3 names different: declaration 'tb_dst' definition 'dst_tb'. ffmpeg-5.0.1/libavcodec/avpacket.c:538:40: style:inconclusive: Function 'avpriv_packet_list_put' argument 1 names different: declaration 'list' definition 'packet_buffer'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/packet_internal.h:47:40: note: Function 'avpriv_packet_list_put' argument 1 names different: declaration 'list' definition 'packet_buffer'. ffmpeg-5.0.1/libavcodec/avpacket.c:538:40: note: Function 'avpriv_packet_list_put' argument 1 names different: declaration 'list' definition 'packet_buffer'. ffmpeg-5.0.1/libavcodec/avpacket.c:577:40: style:inconclusive: Function 'avpriv_packet_list_get' argument 1 names different: declaration 'list' definition 'pkt_buffer'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/packet_internal.h:62:40: note: Function 'avpriv_packet_list_get' argument 1 names different: declaration 'list' definition 'pkt_buffer'. ffmpeg-5.0.1/libavcodec/avpacket.c:577:40: note: Function 'avpriv_packet_list_get' argument 1 names different: declaration 'list' definition 'pkt_buffer'. ffmpeg-5.0.1/libavcodec/avpacket.c:591:42: style:inconclusive: Function 'avpriv_packet_list_free' argument 1 names different: declaration 'list' definition 'pkt_buf'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/packet_internal.h:67:42: note: Function 'avpriv_packet_list_free' argument 1 names different: declaration 'list' definition 'pkt_buf'. ffmpeg-5.0.1/libavcodec/avpacket.c:591:42: note: Function 'avpriv_packet_list_free' argument 1 names different: declaration 'list' definition 'pkt_buf'. ffmpeg-5.0.1/libavcodec/binkaudio.c:253:13: style: Local variable 'j' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/binkaudio.c:168:16: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/binkaudio.c:253:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/bink.c:738:55: style: Parameter 'coef_idx' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/bitstream.c:323:29: style:inconclusive: Function 'ff_init_vlc_sparse' argument 1 names different: declaration 'vlc' definition 'vlc_arg'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/vlc.h:47:29: note: Function 'ff_init_vlc_sparse' argument 1 names different: declaration 'vlc' definition 'vlc_arg'. ffmpeg-5.0.1/libavcodec/bitstream.c:323:29: note: Function 'ff_init_vlc_sparse' argument 1 names different: declaration 'vlc' definition 'vlc_arg'. ffmpeg-5.0.1/libavcodec/bitstream.c:381:35: style:inconclusive: Function 'ff_init_vlc_from_lengths' argument 1 names different: declaration 'vlc' definition 'vlc_arg'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/vlc.h:82:35: note: Function 'ff_init_vlc_from_lengths' argument 1 names different: declaration 'vlc' definition 'vlc_arg'. ffmpeg-5.0.1/libavcodec/bitstream.c:381:35: note: Function 'ff_init_vlc_from_lengths' argument 1 names different: declaration 'vlc' definition 'vlc_arg'. ffmpeg-5.0.1/libavcodec/bmp.c:293:21: style: Local variable 'j' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/bmp.c:42:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/bmp.c:293:21: note: Shadow variable ffmpeg-5.0.1/libavcodec/bmp.c:322:21: style: Local variable 'j' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/bmp.c:42:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/bmp.c:322:21: note: Shadow variable ffmpeg-5.0.1/libavcodec/bmp.c:350:17: style: Local variable 'j' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/bmp.c:42:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/bmp.c:350:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/bmp.c:351:22: style: Local variable 'ptr' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/bmp.c:45:14: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/bmp.c:351:22: note: Shadow variable ffmpeg-5.0.1/libavcodec/bsf.c:48:33: style:inconclusive: Function 'av_bsf_free' argument 1 names different: declaration 'ctx' definition 'pctx'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/bsf.h:218:33: note: Function 'av_bsf_free' argument 1 names different: declaration 'ctx' definition 'pctx'. ffmpeg-5.0.1/libavcodec/bsf.c:48:33: note: Function 'av_bsf_free' argument 1 names different: declaration 'ctx' definition 'pctx'. ffmpeg-5.0.1/libavcodec/bsf.c:100:66: style:inconclusive: Function 'av_bsf_alloc' argument 2 names different: declaration 'ctx' definition 'pctx'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/bsf.h:155:66: note: Function 'av_bsf_alloc' argument 2 names different: declaration 'ctx' definition 'pctx'. ffmpeg-5.0.1/libavcodec/bsf.c:100:66: note: Function 'av_bsf_alloc' argument 2 names different: declaration 'ctx' definition 'pctx'. ffmpeg-5.0.1/libavcodec/bsf.c:522:59: style:inconclusive: Function 'av_bsf_list_parse_str' argument 2 names different: declaration 'bsf' definition 'bsf_lst'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/bsf.h:302:59: note: Function 'av_bsf_list_parse_str' argument 2 names different: declaration 'bsf' definition 'bsf_lst'. ffmpeg-5.0.1/libavcodec/bsf.c:522:59: note: Function 'av_bsf_list_parse_str' argument 2 names different: declaration 'bsf' definition 'bsf_lst'. ffmpeg-5.0.1/libavcodec/bsf.c:73:46: style: Parameter 'prev' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/c93.c:178:29: style: Local variable 'offset' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/c93.c:158:26: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/c93.c:178:29: note: Shadow variable ffmpeg-5.0.1/libavcodec/c93.c:107:56: style: Parameter 'grps' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/cabac_functions.h:120:52: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/cabac_functions.h:174:18: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/cavs.h:145:35: error: syntax error [syntaxError] ffmpeg-5.0.1/libavcodec/cbrt_tablegen.h:40:14: error: There is an unknown macro here somewhere. Configuration is required. If AAC_RENAME is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavcodec/cavsdsp.c:526:1: error: Pointer addition with NULL pointer. [nullPointerArithmetic] ffmpeg-5.0.1/libavcodec/cavsdsp.c:542:1: note: Calling function 'put_cavs_filt16_hv_jj', 3rd argument 'NULL' value is 0 ffmpeg-5.0.1/libavcodec/cavsdsp.c:526:1: note: Null pointer addition ffmpeg-5.0.1/libavcodec/cavsdsp.c:535:1: error: Pointer addition with NULL pointer. [nullPointerArithmetic] ffmpeg-5.0.1/libavcodec/cavsdsp.c:544:1: note: Calling function 'avg_cavs_filt16_hv_jj', 3rd argument 'NULL' value is 0 ffmpeg-5.0.1/libavcodec/cavsdsp.c:535:1: note: Null pointer addition ffmpeg-5.0.1/libavcodec/cbs.c:76:41: style:inconclusive: Function 'ff_cbs_init' argument 1 names different: declaration 'ctx' definition 'ctx_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/cbs.h:239:41: note: Function 'ff_cbs_init' argument 1 names different: declaration 'ctx' definition 'ctx_ptr'. ffmpeg-5.0.1/libavcodec/cbs.c:76:41: note: Function 'ff_cbs_init' argument 1 names different: declaration 'ctx' definition 'ctx_ptr'. ffmpeg-5.0.1/libavcodec/cbs.c:127:43: style:inconclusive: Function 'ff_cbs_close' argument 1 names different: declaration 'ctx' definition 'ctx_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/cbs.h:250:43: note: Function 'ff_cbs_close' argument 1 names different: declaration 'ctx' definition 'ctx_ptr'. ffmpeg-5.0.1/libavcodec/cbs.c:127:43: note: Function 'ff_cbs_close' argument 1 names different: declaration 'ctx' definition 'ctx_ptr'. ffmpeg-5.0.1/libavcodec/cbs.c:490:46: style:inconclusive: Function 'ff_cbs_trace_syntax_element' argument 3 names different: declaration 'name' definition 'str'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/cbs_internal.h:145:46: note: Function 'ff_cbs_trace_syntax_element' argument 3 names different: declaration 'name' definition 'str'. ffmpeg-5.0.1/libavcodec/cbs.c:490:46: note: Function 'ff_cbs_trace_syntax_element' argument 3 names different: declaration 'name' definition 'str'. ffmpeg-5.0.1/libavcodec/cbs.c:491:46: style:inconclusive: Function 'ff_cbs_trace_syntax_element' argument 5 names different: declaration 'bitstring' definition 'bits'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/cbs_internal.h:146:46: note: Function 'ff_cbs_trace_syntax_element' argument 5 names different: declaration 'bitstring' definition 'bits'. ffmpeg-5.0.1/libavcodec/cbs.c:491:46: note: Function 'ff_cbs_trace_syntax_element' argument 5 names different: declaration 'bitstring' definition 'bits'. ffmpeg-5.0.1/libavcodec/cbs.c:835:33: warning: Conversion of string literal "Unit to be deleted not in fragment." to bool always evaluates to true. [incorrectStringBooleanError] ffmpeg-5.0.1/libavcodec/cbs.c:1019:25: warning: Conversion of string literal "Invalid content type." to bool always evaluates to true. [incorrectStringBooleanError] ffmpeg-5.0.1/libavcodec/cbs.c:1066:25: warning: Conversion of string literal "Invalid content type." to bool always evaluates to true. [incorrectStringBooleanError] ffmpeg-5.0.1/libavcodec/cbs_av1_syntax_template.c:19:12: error: There is an unknown macro here somewhere. Configuration is required. If FUNC is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavcodec/cbs_av1_syntax_template.c:364:38: style: Same expression on both sides of '-'. [duplicateExpression] ffmpeg-5.0.1/libavcodec/cbs_av1.c:796:25: style: Local variable 'header' shadows outer argument [shadowArgument] ffmpeg-5.0.1/libavcodec/cbs_av1.c:740:39: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/cbs_av1.c:796:25: note: Shadow variable ffmpeg-5.0.1/libavcodec/cbs_av1.c:521:61: style: Parameter 'gbc' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/cbs_av1.c:1188:15: style: Variable 'end_pos' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/cbs_h264_syntax_template.c:19:12: error: There is an unknown macro here somewhere. Configuration is required. If FUNC is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavcodec/cbs_h265_syntax_template.c:19:12: error: There is an unknown macro here somewhere. Configuration is required. If FUNC is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavcodec/cbs_jpeg_syntax_template.c:19:12: error: There is an unknown macro here somewhere. Configuration is required. If FUNC is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavcodec/cbs_mpeg2_syntax_template.c:19:12: error: There is an unknown macro here somewhere. Configuration is required. If FUNC is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavcodec/cbs_sei.c:300:45: style:inconclusive: Function 'ff_cbs_sei_find_message' argument 4 names different: declaration 'message' definition 'iter'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/cbs_sei.h:190:45: note: Function 'ff_cbs_sei_find_message' argument 4 names different: declaration 'message' definition 'iter'. ffmpeg-5.0.1/libavcodec/cbs_sei.c:300:45: note: Function 'ff_cbs_sei_find_message' argument 4 names different: declaration 'message' definition 'iter'. ffmpeg-5.0.1/libavcodec/cbs_sei_syntax_template.c:19:12: error: There is an unknown macro here somewhere. Configuration is required. If FUNC is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavcodec/cbs_vp9_syntax_template.c:19:12: error: There is an unknown macro here somewhere. Configuration is required. If FUNC is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavcodec/cdgraphics.c:90:63: style: Parameter 'data' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/cdgraphics.c:112:62: style: Parameter 'data' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/cdgraphics.c:130:59: style: Parameter 'data' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/cdgraphics.c:202:56: style: Parameter 'data' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/cdtoons.c:197:9: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/cdtoons.c:191:23: note: buf is assigned ffmpeg-5.0.1/libavcodec/cdtoons.c:197:9: note: buf is overwritten ffmpeg-5.0.1/libavcodec/cbs_h264_syntax_template.c:736:13: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/cbs_h264_syntax_template.c:728:17: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/cbs_h264_syntax_template.c:736:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/cfhddsp.c:105:53: style:inconclusive: Function 'ff_cfhddsp_init' argument 2 names different: declaration 'format' definition 'depth'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/cfhddsp.h:40:45: note: Function 'ff_cfhddsp_init' argument 2 names different: declaration 'format' definition 'depth'. ffmpeg-5.0.1/libavcodec/cfhddsp.c:105:53: note: Function 'ff_cfhddsp_init' argument 2 names different: declaration 'format' definition 'depth'. ffmpeg-5.0.1/libavcodec/cfhdenc.c:271:73: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary] ffmpeg-5.0.1/libavcodec/cfhdenc.c:666:17: style: Local variable 'a_width' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/cfhdenc.c:609:13: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/cfhdenc.c:666:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/cfhdenc.c:667:17: style: Local variable 'width' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/cfhdenc.c:608:13: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/cfhdenc.c:667:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/cfhdenc.c:669:17: style: Local variable 'height' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/cfhdenc.c:610:13: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/cfhdenc.c:669:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/cfhdenc.c:705:26: style: Local variable 'data' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/cfhdenc.c:611:18: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/cfhdenc.c:705:26: note: Shadow variable ffmpeg-5.0.1/libavcodec/cfhdenc.c:763:27: style: Variable 'count' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/cfhdencdsp.c:26:46: style: Parameter 'input' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/cga_data.c:51:61: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/cinepakenc.c:394:49: style: Condition 'incremental_codebook_replacement_mode' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/cinepakenc.c:389:49: note: Assignment 'incremental_codebook_replacement_mode=0', assigned value is 0 ffmpeg-5.0.1/libavcodec/cinepakenc.c:394:49: note: Condition 'incremental_codebook_replacement_mode' is always false ffmpeg-5.0.1/libavcodec/cinepakenc.c:395:49: style: Condition 'incremental_codebook_replacement_mode' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/cinepakenc.c:389:49: note: Assignment 'incremental_codebook_replacement_mode=0', assigned value is 0 ffmpeg-5.0.1/libavcodec/cinepakenc.c:395:49: note: Condition 'incremental_codebook_replacement_mode' is always false ffmpeg-5.0.1/libavcodec/cinepakenc.c:397:31: style: Condition 'incremental_codebook_replacement_mode' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/cinepakenc.c:389:49: note: Assignment 'incremental_codebook_replacement_mode=0', assigned value is 0 ffmpeg-5.0.1/libavcodec/cinepakenc.c:397:31: note: Condition 'incremental_codebook_replacement_mode' is always false ffmpeg-5.0.1/libavcodec/cinepakenc.c:404:9: style: Condition 'incremental_codebook_replacement_mode' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/cinepakenc.c:389:49: note: Assignment 'incremental_codebook_replacement_mode=0', assigned value is 0 ffmpeg-5.0.1/libavcodec/cinepakenc.c:404:9: note: Condition 'incremental_codebook_replacement_mode' is always false ffmpeg-5.0.1/libavcodec/cinepakenc.c:384:55: style: Parameter 'codebook' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/cinepakenc.c:433:39: style: Parameter 'in_data' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/cinepakenc.c:433:56: style: Parameter 'in_linesize' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/cinepakenc.c:450:34: style: Parameter 'linesize' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/cinepakenc.c:489:34: style: Parameter 'linesize' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/cinepakenc.c:489:52: style: Parameter 'v4_vector' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/cinepakenc.c:510:30: style: Parameter 'b_data' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/cinepakenc.c:510:45: style: Parameter 'b_linesize' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/cinepakenc.c:674:58: style: Parameter 'a_linesize' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/cinepakenc.c:675:58: style: Parameter 'b_linesize' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/cinepakenc.c:1147:12: error: Uninitialized variable: best_size [uninitvar] ffmpeg-5.0.1/libavcodec/cinepakenc.c:1066:66: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/cinepakenc.c:1147:12: note: Uninitialized variable: best_size ffmpeg-5.0.1/libavcodec/cfhd.c:1244:24: style: Variable 'output' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/cfhd.c:1235:20: note: output is assigned ffmpeg-5.0.1/libavcodec/cfhd.c:1244:24: note: output is overwritten ffmpeg-5.0.1/libavcodec/cfhd.c:398:18: style: Local variable 'data' shadows outer argument [shadowArgument] ffmpeg-5.0.1/libavcodec/cfhd.c:375:53: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/cfhd.c:398:18: note: Shadow variable ffmpeg-5.0.1/libavcodec/cfhd.c:195:73: style: Parameter 'low' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/cfhd.c:195:87: style: Parameter 'high' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/codec_par.c:61:50: style:inconclusive: Function 'avcodec_parameters_free' argument 1 names different: declaration 'par' definition 'ppar'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/codec_par.h:214:50: note: Function 'avcodec_parameters_free' argument 1 names different: declaration 'par' definition 'ppar'. ffmpeg-5.0.1/libavcodec/codec_par.c:61:50: note: Function 'avcodec_parameters_free' argument 1 names different: declaration 'par' definition 'ppar'. ffmpeg-5.0.1/libavcodec/cook.c:432:9: style: Same expression used in consecutive assignments of 'tmp_categorize_array1_idx' and 'tmp_categorize_array2_idx'. [duplicateAssignExpression] ffmpeg-5.0.1/libavcodec/cook.c:433:9: note: Same expression used in consecutive assignments of 'tmp_categorize_array1_idx' and 'tmp_categorize_array2_idx'. ffmpeg-5.0.1/libavcodec/cook.c:432:9: note: Same expression used in consecutive assignments of 'tmp_categorize_array1_idx' and 'tmp_categorize_array2_idx'. ffmpeg-5.0.1/libavcodec/cook.c:522:41: style: Parameter 'category_index' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/cook.c:710:61: style: Parameter 'previous_buffer' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/cook.c:810:35: style: Parameter 'decode_buffer' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/cook.c:626:15: style: Variable 'index' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/cook.c:1080:27: style: Variable 'samples_per_frame' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/cri.c:328:24: style: Local variable 'gb' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/cri.c:176:21: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/cri.c:328:24: note: Shadow variable ffmpeg-5.0.1/libavcodec/crystalhd.c:91:14: style: struct member 'CHDContext::av_class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/cuviddec.c:645:10: style: Variable 'eret' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/cuviddec.c:643:14: note: eret is assigned ffmpeg-5.0.1/libavcodec/cuviddec.c:645:10: note: eret is overwritten ffmpeg-5.0.1/libavcodec/cuviddec.c:549:26: style: Local variable 'offset' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/cuviddec.c:495:13: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/cuviddec.c:549:26: note: Shadow variable ffmpeg-5.0.1/libavcodec/cuviddec.c:353:84: style: Parameter 'dispinfo' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/cuviddec.c:51:14: style: struct member 'CuvidContext::avclass' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/dca_core.c:937:36: style: Parameter 'xbr_nsubbands' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/dca_exss.c:371:14: style: Variable 'offs' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/dca_exss.c:372:14: style: Variable 'size' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/dca_lbr.c:1500:47: warning: Either the condition 'sb<2' is redundant or the array 's->lpc_coeff[2][6][3][2][8]' is accessed at index s->lpc_coeff[*][*][3][0], which is out of bounds. [arrayIndexOutOfBoundsCond] ffmpeg-5.0.1/libavcodec/dca_lbr.c:1495:16: note: Assuming that condition 'sb<2' is not redundant ffmpeg-5.0.1/libavcodec/dca_lbr.c:1500:47: note: Array index out of bounds ffmpeg-5.0.1/libavcodec/dca_lbr.c:1501:47: warning: Either the condition 'sb<2' is redundant or the array 's->lpc_coeff[2][6][3][2][8]' is accessed at index s->lpc_coeff[*][*][3][0], which is out of bounds. [arrayIndexOutOfBoundsCond] ffmpeg-5.0.1/libavcodec/dca_lbr.c:1495:16: note: Assuming that condition 'sb<2' is not redundant ffmpeg-5.0.1/libavcodec/dca_lbr.c:1501:47: note: Array index out of bounds ffmpeg-5.0.1/libavcodec/dca_lbr.c:1634:19: style: Local variable 's' shadows outer argument [shadowArgument] ffmpeg-5.0.1/libavcodec/dca_lbr.c:1617:40: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/dca_lbr.c:1634:19: note: Shadow variable ffmpeg-5.0.1/libavcodec/dcaadpcm.c:125:78: style:inconclusive: Function 'ff_dcaadpcm_subband_analysis' argument 2 names different: declaration 'input' definition 'in'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/dcaadpcm.h:44:78: note: Function 'ff_dcaadpcm_subband_analysis' argument 2 names different: declaration 'input' definition 'in'. ffmpeg-5.0.1/libavcodec/dcaadpcm.c:125:78: note: Function 'ff_dcaadpcm_subband_analysis' argument 2 names different: declaration 'input' definition 'in'. ffmpeg-5.0.1/libavcodec/dcaadpcm.c:45:11: error: Uninitialized variable: corr [uninitvar] ffmpeg-5.0.1/libavcodec/dcaadpcm.c:89:23: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/dcaadpcm.c:93:48: note: Calling function 'apply_filter', 2nd argument 'corr' value is ffmpeg-5.0.1/libavcodec/dcaadpcm.c:45:11: note: Uninitialized variable: corr ffmpeg-5.0.1/libavcodec/dcaadpcm.c:170:19: style: Variable 't' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/dcahuff.c:1334:82: style:inconclusive: Function 'ff_dca_vlc_calc_quant_bits' argument 4 names different: declaration 'abits' definition 'table'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/dcahuff.h:61:82: note: Function 'ff_dca_vlc_calc_quant_bits' argument 4 names different: declaration 'abits' definition 'table'. ffmpeg-5.0.1/libavcodec/dcahuff.c:1334:82: note: Function 'ff_dca_vlc_calc_quant_bits' argument 4 names different: declaration 'abits' definition 'table'. ffmpeg-5.0.1/libavcodec/dcahuff.c:1346:91: style:inconclusive: Function 'ff_dca_vlc_enc_quant' argument 5 names different: declaration 'abits' definition 'table'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/dcahuff.h:62:91: note: Function 'ff_dca_vlc_enc_quant' argument 5 names different: declaration 'abits' definition 'table'. ffmpeg-5.0.1/libavcodec/dcahuff.c:1346:91: note: Function 'ff_dca_vlc_enc_quant' argument 5 names different: declaration 'abits' definition 'table'. ffmpeg-5.0.1/libavcodec/dcahuff.c:1334:42: style: Parameter 'values' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/dcahuff.c:1346:51: style: Parameter 'values' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/dcahuff.c:1356:42: style: Parameter 'values' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/dcahuff.c:1367:51: style: Parameter 'values' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/dct.c:177:73: style:inconclusive: Function 'ff_dct_init' argument 3 names different: declaration 'type' definition 'inverse'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/dct.h:50:66: note: Function 'ff_dct_init' argument 3 names different: declaration 'type' definition 'inverse'. ffmpeg-5.0.1/libavcodec/dct.c:177:73: note: Function 'ff_dct_init' argument 3 names different: declaration 'type' definition 'inverse'. ffmpeg-5.0.1/libavcodec/dcaenc.c:699:40: style: Parameter 'clc_bits' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/dct32_template.c:126:22: style:inconclusive: Function 'ff_dct32_fixed' argument 1 names different: declaration 'dst' definition 'out'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/dct32.h:23:26: note: Function 'ff_dct32_fixed' argument 1 names different: declaration 'dst' definition 'out'. ffmpeg-5.0.1/libavcodec/dct32_template.c:126:22: note: Function 'ff_dct32_fixed' argument 1 names different: declaration 'dst' definition 'out'. ffmpeg-5.0.1/libavcodec/dct32_template.c:126:43: style:inconclusive: Function 'ff_dct32_fixed' argument 2 names different: declaration 'src' definition 'tab_arg'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/dct32.h:23:42: note: Function 'ff_dct32_fixed' argument 2 names different: declaration 'src' definition 'tab_arg'. ffmpeg-5.0.1/libavcodec/dct32_template.c:126:43: note: Function 'ff_dct32_fixed' argument 2 names different: declaration 'src' definition 'tab_arg'. ffmpeg-5.0.1/libavcodec/dct32_template.c:126:22: style:inconclusive: Function 'ff_dct32_float' argument 1 names different: declaration 'dst' definition 'out'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/dct32.h:22:28: note: Function 'ff_dct32_float' argument 1 names different: declaration 'dst' definition 'out'. ffmpeg-5.0.1/libavcodec/dct32_template.c:126:22: note: Function 'ff_dct32_float' argument 1 names different: declaration 'dst' definition 'out'. ffmpeg-5.0.1/libavcodec/dct32_template.c:126:43: style:inconclusive: Function 'ff_dct32_float' argument 2 names different: declaration 'src' definition 'tab_arg'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/dct32.h:22:46: note: Function 'ff_dct32_float' argument 2 names different: declaration 'src' definition 'tab_arg'. ffmpeg-5.0.1/libavcodec/dct32_template.c:126:43: note: Function 'ff_dct32_float' argument 2 names different: declaration 'src' definition 'tab_arg'. ffmpeg-5.0.1/libavcodec/decode.c:793:48: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavcodec/dirac.c:400:55: style:inconclusive: Function 'av_dirac_parse_sequence_header' argument 1 names different: declaration 'dsh' definition 'pdsh'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/dirac.h:127:55: note: Function 'av_dirac_parse_sequence_header' argument 1 names different: declaration 'dsh' definition 'pdsh'. ffmpeg-5.0.1/libavcodec/dirac.c:400:55: note: Function 'av_dirac_parse_sequence_header' argument 1 names different: declaration 'dsh' definition 'pdsh'. ffmpeg-5.0.1/libavcodec/dirac_dwt_template.c:44:13: error: There is an unknown macro here somewhere. Configuration is required. If RENAME is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavcodec/dirac_dwt_template.c:55:66: style: Parameter 'src0' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/dirac_dwt_template.c:55:78: style: Parameter 'src1' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/dirac_dwt_template.c:165:18: warning: Expression '-2' has a negative value. That is converted to an unsigned value and used in an unsigned calculation. [signConversion] ffmpeg-5.0.1/libavcodec/dirac_dwt_template.c:171:21: warning: Expression '-8' has a negative value. That is converted to an unsigned value and used in an unsigned calculation. [signConversion] ffmpeg-5.0.1/libavcodec/dirac_dwt_template.c:269:18: warning: Expression '-2' has a negative value. That is converted to an unsigned value and used in an unsigned calculation. [signConversion] ffmpeg-5.0.1/libavcodec/dirac_dwt_template.c:287:18: warning: Expression '-8' has a negative value. That is converted to an unsigned value and used in an unsigned calculation. [signConversion] ffmpeg-5.0.1/libavcodec/dirac_parser.c:263:19: style: Variable '*poutbuf' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/dirac_parser.c:250:23: note: *poutbuf is assigned ffmpeg-5.0.1/libavcodec/dirac_parser.c:263:19: note: *poutbuf is overwritten ffmpeg-5.0.1/libavcodec/dirac_parser.c:264:19: style: Variable '*poutbuf_size' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/dirac_parser.c:251:23: note: *poutbuf_size is assigned ffmpeg-5.0.1/libavcodec/dirac_parser.c:264:19: note: *poutbuf_size is overwritten ffmpeg-5.0.1/libavcodec/diracdec.c:1925:21: style: Local variable 'ret' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/diracdec.c:1874:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/diracdec.c:1925:21: note: Shadow variable ffmpeg-5.0.1/libavcodec/diracdec.c:1327:41: style: Parameter 'sbsplit' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/diracdec.c:935:34: style: Variable 'bytes' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/dnxhddata.c:1137:56: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/dnxhddec.c:605:13: style: Local variable 'ret' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/dnxhddec.c:594:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/dnxhddec.c:605:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/dnxhddec.c:401:24: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/dnxhddec.c:417:16: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/dolby_e.c:713:31: style: Parameter 'exp' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/dolby_e.c:651:44: error: Uninitialized variable: mstr_exp [uninitvar] ffmpeg-5.0.1/libavcodec/dolby_e.c:643:19: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/dolby_e.c:651:44: note: Uninitialized variable: mstr_exp ffmpeg-5.0.1/libavcodec/dolby_e.c:651:58: error: Uninitialized variable: bias_exp [uninitvar] ffmpeg-5.0.1/libavcodec/dolby_e.c:646:19: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/dolby_e.c:651:58: note: Uninitialized variable: bias_exp ffmpeg-5.0.1/libavcodec/dolby_e.c:745:53: error: Uninitialized variable: psd_val [uninitvar] ffmpeg-5.0.1/libavcodec/dolby_e.c:731:19: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/dolby_e.c:745:53: note: Uninitialized variable: psd_val ffmpeg-5.0.1/libavcodec/dnxhdenc.c:589:44: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavcodec/dnxhdenc.c:669:52: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavcodec/dnxhdenc.c:254:13: style: Local variable 'run' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/dnxhdenc.c:209:22: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/dnxhdenc.c:254:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/dnxhdenc.c:575:56: style: Parameter 'block' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/dnxhdenc.c:649:71: style: Parameter 'block' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/dnxhdenc.c:649:54: style: Parameter 'qblock' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/dnxhdenc.c:659:55: style: Parameter 'block' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/dnxhdenc.c:96:5: error: Overlapping read/write in memcpy() is undefined behavior [overlappingWriteFunction] ffmpeg-5.0.1/libavcodec/dnxhdenc.c:97:5: error: Overlapping read/write in memcpy() is undefined behavior [overlappingWriteFunction] ffmpeg-5.0.1/libavcodec/dnxhdenc.c:98:5: error: Overlapping read/write in memcpy() is undefined behavior [overlappingWriteFunction] ffmpeg-5.0.1/libavcodec/dnxhdenc.c:99:5: error: Overlapping read/write in memcpy() is undefined behavior [overlappingWriteFunction] ffmpeg-5.0.1/libavcodec/dnxhdenc.c:224:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/dnxhdenc.c:1080:14: style: Variable 'bits' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/dpx_parser.c:88:19: style: Variable 'i' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/dsicinvideo.c:96:22: style: Variable 'huff_code' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/dss_sp.c:436:44: style: Parameter 'lpc_filter' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/dss_sp.c:472:54: style: Parameter 'prev_exc' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/dss_sp.c:504:40: style: Parameter 'hist' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/dv.c:172:47: style:inconclusive: Function 'ff_dv_init_dynamic_tables' argument 1 names different: declaration 's' definition 'ctx'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/dv.h:99:47: note: Function 'ff_dv_init_dynamic_tables' argument 1 names different: declaration 's' definition 'ctx'. ffmpeg-5.0.1/libavcodec/dv.c:172:47: note: Function 'ff_dv_init_dynamic_tables' argument 1 names different: declaration 's' definition 'ctx'. ffmpeg-5.0.1/libavcodec/dvbsubdec.c:1665:17: style: Local variable 'ret' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/dvbsubdec.c:1622:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/dvbsubdec.c:1665:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/dvbsubdec.c:380:58: style: Parameter 'map_table' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/dvbsubdec.c:487:58: style: Parameter 'map_table' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/dvbsubdec.c:611:59: style: Parameter 'map_table' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/dvbsubdec.c:71:9: style: struct member 'DVBSubObject::version' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/dvbsubdec.c:1055:18: style: Unused variable: r_add [unusedVariable] ffmpeg-5.0.1/libavcodec/dvbsubdec.c:1055:25: style: Unused variable: g_add [unusedVariable] ffmpeg-5.0.1/libavcodec/dvbsubdec.c:1055:32: style: Unused variable: b_add [unusedVariable] ffmpeg-5.0.1/libavcodec/dvbsubenc.c:502:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] ffmpeg-5.0.1/libavcodec/dvbsubenc.c:354:29: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/libavcodec/dvbsubenc.c:403:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/libavcodec/dvbsubenc.c:412:29: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/libavcodec/dvbsubenc.c:451:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/libavcodec/dvdec.c:172:14: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/dvdec.c:145:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/dvdec.c:172:14: note: Shadow variable ffmpeg-5.0.1/libavcodec/dvdec.c:62:9: style: struct member 'BlockInfo::shift_offset' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/dvdsubenc.c:235:74: style: Parameter 'cmap' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/dvdsubdec.c:52:23: style: Variable 'cm' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/dvdsubdec.c:55:9: style: Unused variable: r_add [unusedVariable] ffmpeg-5.0.1/libavcodec/dvdsubdec.c:55:16: style: Unused variable: g_add [unusedVariable] ffmpeg-5.0.1/libavcodec/dvdsubdec.c:55:23: style: Unused variable: b_add [unusedVariable] ffmpeg-5.0.1/libavcodec/dvdsubdec.c:616:23: style: Unused variable: r_add [unusedVariable] ffmpeg-5.0.1/libavcodec/dvdsubdec.c:616:30: style: Unused variable: g_add [unusedVariable] ffmpeg-5.0.1/libavcodec/dvdsubdec.c:616:37: style: Unused variable: b_add [unusedVariable] ffmpeg-5.0.1/libavcodec/dvdsubdec.c:618:20: style: Variable 'cm' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/dxa.c:181:26: style: Variable 'tmp2' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/dxa.c:195:26: style: Variable 'tmp2' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/dvenc.c:1038:30: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/libavcodec/dvenc.c:1041:30: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/libavcodec/dvenc.c:1044:30: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/libavcodec/dvenc.c:1060:27: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/libavcodec/dvenc.c:1099:28: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/libavcodec/dvenc.c:1106:28: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/libavcodec/dvenc.c:176:68: style: Parameter 'pb_end' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/dvenc.c:369:61: style: Parameter 'blk' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/dvenc.c:453:52: style: Parameter 'blk' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/dvenc.c:403:38: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/dvenc.c:473:32: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/dvenc.c:474:32: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/dvenc.c:745:17: style: Variable 'size[i]' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/dvenc.c:748:21: style: Variable 'size[i]' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/dvenc.c:868:24: style: Variable 'qnos[mb_index]' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/dxtory.c:211:13: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/dxtory.c:284:13: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/dxtory.c:211:17: style: Variable 'src' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/dxtory.c:284:17: style: Variable 'src' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/dxva2.c:138:13: error: Uninitialized variable: ConfigBitstreamRaw [uninitvar] ffmpeg-5.0.1/libavcodec/dxva2.c:825:17: error: Uninitialized variable: dxva_size [uninitvar] ffmpeg-5.0.1/libavcodec/dxva2.c:820:15: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/dxva2.c:825:17: note: Uninitialized variable: dxva_size ffmpeg-5.0.1/libavcodec/dxva2.c:826:16: error: Uninitialized variable: dxva_data [uninitvar] ffmpeg-5.0.1/libavcodec/dxva2.c:820:15: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/dxva2.c:826:16: note: Uninitialized variable: dxva_data ffmpeg-5.0.1/libavcodec/dxva2.c:927:13: error: Uninitialized variable: hr [uninitvar] ffmpeg-5.0.1/libavcodec/dxva2.c:290:13: error: Uninitialized variable: validate [legacyUninitvar] ffmpeg-5.0.1/libavcodec/dxva2.c:952:37: error: Uninitialized variable: type [legacyUninitvar] ffmpeg-5.0.1/libavcodec/dxva2.c:114:26: style: Variable 'sctx' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/dxva2.c:120:14: style: Variable 'ConfigBitstreamRaw' is not assigned a value. [unassignedVariable] ffmpeg-5.0.1/libavcodec/dxva2.c:218:31: style: Variable 'sctx' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/dxva2.c:733:9: style: Unused variable: i [unusedVariable] ffmpeg-5.0.1/libavcodec/dxva2.c:774:19: style: Variable 'surface' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/dxva2.c:775:14: style: Unused variable: i [unusedVariable] ffmpeg-5.0.1/libavcodec/dxva2.c:804:14: style: Variable 'dxva_size' is not assigned a value. [unassignedVariable] ffmpeg-5.0.1/libavcodec/dxva2_av1.c:259:37: style: Variable 'pp->film_grain.cr_offset' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/dxva2_av1.c:258:37: note: pp->film_grain.cr_offset is assigned ffmpeg-5.0.1/libavcodec/dxva2_av1.c:259:37: note: pp->film_grain.cr_offset is overwritten ffmpeg-5.0.1/libavcodec/dxva2_av1.c:436:33: style: Checking if unsigned expression 'ctx_pic->bitstream_size' is less than zero. [unsignedLessThanZero] ffmpeg-5.0.1/libavcodec/dxva2_av1.c:64:19: style: Variable 'remap_lr_type' can be declared as const array [constVariable] ffmpeg-5.0.1/libavcodec/dxva2_av1.c:377:17: error: Uninitialized variable: dxva_data_ptr [uninitvar] ffmpeg-5.0.1/libavcodec/dxva2_av1.c:379:35: error: Uninitialized variable: dxva_size [uninitvar] ffmpeg-5.0.1/libavcodec/dxva2_av1.c:426:51: error: Uninitialized variable: type [uninitvar] ffmpeg-5.0.1/libavcodec/dxva2_av1.c:379:33: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/dxva2_av1.c:426:51: note: Uninitialized variable: type ffmpeg-5.0.1/libavcodec/dxva2_av1.c:353:14: style: Variable 'dxva_size' is not assigned a value. [unassignedVariable] ffmpeg-5.0.1/libavcodec/dxv.c:443:19: style: Checking if unsigned expression 'endoffset' is less than zero. [unsignedLessThanZero] ffmpeg-5.0.1/libavcodec/dxv.c:497:40: style: Parameter 'op_data' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/dxv.c:496:40: style: Parameter 'tex_data' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/dxva2_h264.c:103:86: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/libavcodec/dxva2_h264.c:358:42: error: Overflow in pointer arithmetic, NULL pointer is subtracted. [nullPointerArithmetic] ffmpeg-5.0.1/libavcodec/dxva2_h264.c:307:31: note: Assignment 'dxva_data_ptr=NULL', assigned value is 0 ffmpeg-5.0.1/libavcodec/dxva2_h264.c:337:17: note: Assignment 'dxva_data=dxva_data_ptr', assigned value is 0 ffmpeg-5.0.1/libavcodec/dxva2_h264.c:338:15: note: Assignment 'current=dxva_data', assigned value is 0 ffmpeg-5.0.1/libavcodec/dxva2_h264.c:338:13: note: current is assigned 'dxva_data' here. ffmpeg-5.0.1/libavcodec/dxva2_h264.c:339:21: note: Assignment 'end=dxva_data+dxva_size', assigned value is 0 ffmpeg-5.0.1/libavcodec/dxva2_h264.c:358:42: note: Null pointer subtraction ffmpeg-5.0.1/libavcodec/dxva2_h264.c:381:37: error: Overflow in pointer arithmetic, NULL pointer is subtracted. [nullPointerArithmetic] ffmpeg-5.0.1/libavcodec/dxva2_h264.c:307:31: note: Assignment 'dxva_data_ptr=NULL', assigned value is 0 ffmpeg-5.0.1/libavcodec/dxva2_h264.c:337:17: note: Assignment 'dxva_data=dxva_data_ptr', assigned value is 0 ffmpeg-5.0.1/libavcodec/dxva2_h264.c:338:15: note: Assignment 'current=dxva_data', assigned value is 0 ffmpeg-5.0.1/libavcodec/dxva2_h264.c:341:19: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/dxva2_h264.c:381:37: note: Null pointer subtraction ffmpeg-5.0.1/libavcodec/dxva2_h264.c:505:30: style: Checking if unsigned expression 'ctx_pic->slice_count' is less than zero. [unsignedLessThanZero] ffmpeg-5.0.1/libavcodec/dxva2_h264.c:505:62: style: Checking if unsigned expression 'ctx_pic->bitstream_size' is less than zero. [unsignedLessThanZero] ffmpeg-5.0.1/libavcodec/dxva2_h264.c:436:35: error: Uninitialized variable: type [legacyUninitvar] ffmpeg-5.0.1/libavcodec/dxva2_h264.c:384:17: style: Variable 'current' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/dxva2_mpeg2.c:305:30: style: Checking if unsigned expression 'ctx_pic->slice_count' is less than zero. [unsignedLessThanZero] ffmpeg-5.0.1/libavcodec/dxva2_mpeg2.c:305:62: style: Checking if unsigned expression 'ctx_pic->bitstream_size' is less than zero. [unsignedLessThanZero] ffmpeg-5.0.1/libavcodec/dxva2_mpeg2.c:186:17: error: Uninitialized variable: dxva_data_ptr [uninitvar] ffmpeg-5.0.1/libavcodec/dxva2_mpeg2.c:188:23: error: Uninitialized variable: dxva_size [uninitvar] ffmpeg-5.0.1/libavcodec/dxva2_mpeg2.c:247:35: error: Uninitialized variable: type [legacyUninitvar] ffmpeg-5.0.1/libavcodec/dxva2_mpeg2.c:162:14: style: Variable 'dxva_size' is not assigned a value. [unassignedVariable] ffmpeg-5.0.1/libavcodec/dxva2_hevc.c:74:82: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/libavcodec/dxva2_hevc.c:75:82: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/libavcodec/dxva2_hevc.c:76:82: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/libavcodec/dxva2_hevc.c:116:89: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/libavcodec/dxva2_hevc.c:138:106: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/libavcodec/dxva2_hevc.c:410:30: style: Checking if unsigned expression 'ctx_pic->slice_count' is less than zero. [unsignedLessThanZero] ffmpeg-5.0.1/libavcodec/dxva2_hevc.c:410:62: style: Checking if unsigned expression 'ctx_pic->bitstream_size' is less than zero. [unsignedLessThanZero] ffmpeg-5.0.1/libavcodec/dxva2_hevc.c:276:17: error: Uninitialized variable: dxva_data_ptr [uninitvar] ffmpeg-5.0.1/libavcodec/dxva2_hevc.c:278:23: error: Uninitialized variable: dxva_size [uninitvar] ffmpeg-5.0.1/libavcodec/dxva2_hevc.c:303:29: error: Uninitialized variable: current [uninitvar] ffmpeg-5.0.1/libavcodec/dxva2_hevc.c:276:17: note: Assignment 'dxva_data=dxva_data_ptr', assigned value is ffmpeg-5.0.1/libavcodec/dxva2_hevc.c:277:15: note: Assignment 'current=dxva_data', assigned value is ffmpeg-5.0.1/libavcodec/dxva2_hevc.c:280:19: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/dxva2_hevc.c:303:29: note: Uninitialized variable: current ffmpeg-5.0.1/libavcodec/dxva2_hevc.c:351:35: error: Uninitialized variable: type [legacyUninitvar] ffmpeg-5.0.1/libavcodec/dxva2_hevc.c:248:14: style: Variable 'dxva_size' is not assigned a value. [unassignedVariable] ffmpeg-5.0.1/libavcodec/dxva2_vp9.c:61:69: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/libavcodec/dxva2_vp9.c:68:90: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/libavcodec/dxva2_vp9.c:103:60: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/libavcodec/dxva2_vp9.c:121:82: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/libavcodec/dxva2_vp9.c:297:33: style: Checking if unsigned expression 'ctx_pic->bitstream_size' is less than zero. [unsignedLessThanZero] ffmpeg-5.0.1/libavcodec/dxva2_vp9.c:197:17: error: Uninitialized variable: dxva_data_ptr [uninitvar] ffmpeg-5.0.1/libavcodec/dxva2_vp9.c:199:45: error: Uninitialized variable: dxva_size [uninitvar] ffmpeg-5.0.1/libavcodec/dxva2_vp9.c:247:35: error: Uninitialized variable: type [uninitvar] ffmpeg-5.0.1/libavcodec/dxva2_vp9.c:199:43: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/dxva2_vp9.c:247:35: note: Uninitialized variable: type ffmpeg-5.0.1/libavcodec/dxva2_vp9.c:173:14: style: Variable 'dxva_size' is not assigned a value. [unassignedVariable] ffmpeg-5.0.1/libavcodec/dxva2_vc1.c:93:88: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/libavcodec/dxva2_vc1.c:365:30: style: Checking if unsigned expression 'ctx_pic->slice_count' is less than zero. [unsignedLessThanZero] ffmpeg-5.0.1/libavcodec/dxva2_vc1.c:365:62: style: Checking if unsigned expression 'ctx_pic->bitstream_size' is less than zero. [unsignedLessThanZero] ffmpeg-5.0.1/libavcodec/dxva2_vc1.c:222:17: error: Uninitialized variable: dxva_data_ptr [uninitvar] ffmpeg-5.0.1/libavcodec/dxva2_vc1.c:224:23: error: Uninitialized variable: dxva_size [uninitvar] ffmpeg-5.0.1/libavcodec/dxva2_vc1.c:259:29: error: Uninitialized variable: current [uninitvar] ffmpeg-5.0.1/libavcodec/dxva2_vc1.c:222:17: note: Assignment 'dxva_data=dxva_data_ptr', assigned value is ffmpeg-5.0.1/libavcodec/dxva2_vc1.c:223:15: note: Assignment 'current=dxva_data', assigned value is ffmpeg-5.0.1/libavcodec/dxva2_vc1.c:226:19: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/dxva2_vc1.c:259:29: note: Uninitialized variable: current ffmpeg-5.0.1/libavcodec/dxva2_vc1.c:303:35: error: Uninitialized variable: type [legacyUninitvar] ffmpeg-5.0.1/libavcodec/dxva2_vc1.c:262:17: style: Variable 'current' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/dxva2_vc1.c:197:14: style: Variable 'dxva_size' is not assigned a value. [unassignedVariable] ffmpeg-5.0.1/libavcodec/eamad.c:86:40: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/eamad.c:164:34: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/eamad.c:213:18: style: Variable 'av_uninit' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/elbg.c:446:34: style:inconclusive: Function 'avpriv_elbg_do' argument 1 names different: declaration 'ctx' definition 'elbgp'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/elbg.h:48:41: note: Function 'avpriv_elbg_do' argument 1 names different: declaration 'ctx' definition 'elbgp'. ffmpeg-5.0.1/libavcodec/elbg.c:446:34: note: Function 'avpriv_elbg_do' argument 1 names different: declaration 'ctx' definition 'elbgp'. ffmpeg-5.0.1/libavcodec/elbg.c:447:51: style:inconclusive: Function 'avpriv_elbg_do' argument 7 names different: declaration 'num_steps' definition 'max_steps'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/elbg.h:49:66: note: Function 'avpriv_elbg_do' argument 7 names different: declaration 'num_steps' definition 'max_steps'. ffmpeg-5.0.1/libavcodec/elbg.c:447:51: note: Function 'avpriv_elbg_do' argument 7 names different: declaration 'num_steps' definition 'max_steps'. ffmpeg-5.0.1/libavcodec/elbg.c:499:45: style:inconclusive: Function 'avpriv_elbg_free' argument 1 names different: declaration 'ctx' definition 'elbgp'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/elbg.h:55:44: note: Function 'avpriv_elbg_free' argument 1 names different: declaration 'ctx' definition 'elbgp'. ffmpeg-5.0.1/libavcodec/elbg.c:499:45: note: Function 'avpriv_elbg_free' argument 1 names different: declaration 'ctx' definition 'elbgp'. ffmpeg-5.0.1/libavcodec/elbg.c:180:13: style: Local variable 'idx' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/elbg.c:153:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/elbg.c:180:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/elbg.c:406:18: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/elbg.c:353:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/elbg.c:406:18: note: Shadow variable ffmpeg-5.0.1/libavcodec/elbg.c:74:41: style: Parameter 'a' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/elbg.c:74:49: style: Parameter 'b' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/elbg.c:178:13: style: Variable 'dist' can be declared as const array [constVariable] ffmpeg-5.0.1/libavcodec/elbg.c:65:14: style: struct member 'ELBGContext::utility_allocated' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/elbg.c:66:14: style: struct member 'ELBGContext::utility_inc_allocated' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/elbg.c:67:14: style: struct member 'ELBGContext::size_part_allocated' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/elbg.c:68:14: style: struct member 'ELBGContext::cells_allocated' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/elbg.c:69:14: style: struct member 'ELBGContext::scratchbuf_allocated' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/elbg.c:70:14: style: struct member 'ELBGContext::cell_buffer_allocated' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/elbg.c:71:14: style: struct member 'ELBGContext::temp_points_allocated' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/eatqi.c:117:26: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment] ffmpeg-5.0.1/libavcodec/encode.c:56:55: style:inconclusive: Function 'avcodec_default_get_encode_buffer' argument 1 names different: declaration 's' definition 'avctx'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/avcodec.h:2461:55: note: Function 'avcodec_default_get_encode_buffer' argument 1 names different: declaration 's' definition 'avctx'. ffmpeg-5.0.1/libavcodec/encode.c:56:55: note: Function 'avcodec_default_get_encode_buffer' argument 1 names different: declaration 's' definition 'avctx'. ffmpeg-5.0.1/libavcodec/encode.c:56:72: style:inconclusive: Function 'avcodec_default_get_encode_buffer' argument 2 names different: declaration 'pkt' definition 'avpkt'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/avcodec.h:2461:68: note: Function 'avcodec_default_get_encode_buffer' argument 2 names different: declaration 'pkt' definition 'avpkt'. ffmpeg-5.0.1/libavcodec/encode.c:56:72: note: Function 'avcodec_default_get_encode_buffer' argument 2 names different: declaration 'pkt' definition 'avpkt'. ffmpeg-5.0.1/libavcodec/error_resilience.c:429:23: style: Local variable 'mb_y' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/error_resilience.c:397:15: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/error_resilience.c:429:23: note: Shadow variable ffmpeg-5.0.1/libavcodec/error_resilience.c:430:23: style: Local variable 'mb_x' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/error_resilience.c:397:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/error_resilience.c:430:23: note: Shadow variable ffmpeg-5.0.1/libavcodec/error_resilience.c:481:27: style: Local variable 'mb_x' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/error_resilience.c:397:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/error_resilience.c:481:27: note: Shadow variable ffmpeg-5.0.1/libavcodec/error_resilience.c:482:27: style: Local variable 'mb_y' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/error_resilience.c:397:15: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/error_resilience.c:482:27: note: Shadow variable ffmpeg-5.0.1/libavcodec/error_resilience.c:696:23: style: Local variable 'mb_x' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/error_resilience.c:397:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/error_resilience.c:696:23: note: Shadow variable ffmpeg-5.0.1/libavcodec/error_resilience.c:697:23: style: Local variable 'mb_y' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/error_resilience.c:397:15: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/error_resilience.c:697:23: note: Shadow variable ffmpeg-5.0.1/libavcodec/error_resilience.c:989:17: style: Local variable 'error' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/error_resilience.c:899:24: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/error_resilience.c:989:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/error_resilience.c:1011:17: style: Local variable 'error' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/error_resilience.c:899:24: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/error_resilience.c:1011:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/error_resilience.c:1060:23: style: Local variable 'error' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/error_resilience.c:899:24: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/error_resilience.c:1060:23: note: Shadow variable ffmpeg-5.0.1/libavcodec/error_resilience.c:1099:17: style: Local variable 'error' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/error_resilience.c:899:24: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/error_resilience.c:1099:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/error_resilience.c:1110:13: style: Local variable 'error' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/error_resilience.c:899:24: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/error_resilience.c:1110:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/error_resilience.c:1128:13: style: Local variable 'error' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/error_resilience.c:899:24: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/error_resilience.c:1128:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/error_resilience.c:1156:17: style: Local variable 'error' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/error_resilience.c:899:24: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/error_resilience.c:1156:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/error_resilience.c:1193:21: style: Local variable 'error' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/error_resilience.c:899:24: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/error_resilience.c:1193:21: note: Shadow variable ffmpeg-5.0.1/libavcodec/error_resilience.c:1300:17: style: Local variable 'error' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/error_resilience.c:899:24: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/error_resilience.c:1300:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/error_resilience.c:1343:19: style: Local variable 'error' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/error_resilience.c:899:24: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/error_resilience.c:1343:19: note: Shadow variable ffmpeg-5.0.1/libavcodec/error_resilience.c:901:9: style: Variable 'threshold_part' can be declared as const array [constVariable] ffmpeg-5.0.1/libavcodec/evrcdec.c:572:47: style: Parameter 'in' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/float2half.h:30:24: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/libavcodec/float2half.h:32:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/libavcodec/float2half.h:35:24: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/libavcodec/float2half.h:37:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/libavcodec/float2half.h:40:24: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/libavcodec/float2half.h:42:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/libavcodec/float2half.h:45:24: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/libavcodec/float2half.h:47:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/libavcodec/float2half.h:50:24: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/libavcodec/float2half.h:52:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/libavcodec/float2half.h:58:50: style: Parameter 'basetable' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/float2half.h:58:70: style: Parameter 'shifttable' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/exr.c:1237:28: warning: Invalid test for overflow 's->xmin+colxmin'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'col<0'. [invalidTestForOverflow] ffmpeg-5.0.1/libavcodec/exr.c:1133:30: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavcodec/exr.c:1135:30: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavcodec/exr.c:1137:30: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavcodec/exr.c:2058:13: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] ffmpeg-5.0.1/libavcodec/exr.c:2060:15: note: Found duplicate branches for 'if' and 'else'. ffmpeg-5.0.1/libavcodec/exr.c:2058:13: note: Found duplicate branches for 'if' and 'else'. ffmpeg-5.0.1/libavcodec/exr.c:1220:23: style: Checking if unsigned expression 'data_size' is less than zero. [unsignedLessThanZero] ffmpeg-5.0.1/libavcodec/exr.c:1261:23: style: Checking if unsigned expression 'data_size' is less than zero. [unsignedLessThanZero] ffmpeg-5.0.1/libavcodec/exr.c:1037:24: style: Local variable 'agb' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/exr.c:996:24: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/exr.c:1037:24: note: Shadow variable ffmpeg-5.0.1/libavcodec/exr.c:1068:24: style: Local variable 'agb' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/exr.c:996:24: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/exr.c:1068:24: note: Shadow variable ffmpeg-5.0.1/libavcodec/exr.c:1385:32: style: Local variable 'src' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/exr.c:1193:20: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/exr.c:1385:32: note: Shadow variable ffmpeg-5.0.1/libavcodec/exr.c:2050:18: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/exr.c:2034:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/exr.c:2050:18: note: Shadow variable ffmpeg-5.0.1/libavcodec/exr.c:1194:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/half2float.h:64:50: style: Parameter 'mantissatable' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/half2float.h:65:38: style: Parameter 'offsettable' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/half2float.h:64:75: style: Parameter 'exponenttable' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/exr.c:1122:26: style: Variable 'dc_val.i' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/faandct.c:65:64: style: Parameter 'data' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/fastaudio.c:88:53: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/fastaudio.c:102:65: style: Parameter 'pads' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/faxcompr.c:233:27: style: Condition '(int)t==-1' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/faxcompr.c:218:15: note: Assuming that condition 't<64' is not redundant ffmpeg-5.0.1/libavcodec/faxcompr.c:233:27: note: Condition '(int)t==-1' is always false ffmpeg-5.0.1/libavcodec/faxcompr.c:193:15: style: Variable 'saved_run' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/faxcompr.c:258:32: style: Variable 'run' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/ffv1_template.c:23:19: error: There is an unknown macro here somewhere. Configuration is required. If RENAME is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavcodec/ffv1_template.c:23:52: style: Parameter 'last' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/ffv1_template.c:23:41: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/ffv1_template.c:33:45: style: Parameter 'last' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/ffv1_template.c:32:62: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/ffv1_template.c:33:57: style: Parameter 'last2' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/ffv1.c:110:18: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/ffv1dec_template.c:23:29: error: There is an unknown macro here somewhere. Configuration is required. If RENAME is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavcodec/ffv1dec_template.c:154:19: error: Array 'sample[4][2]' accessed at index sample[*][*][-1], which is out of bounds. [negativeIndex] ffmpeg-5.0.1/libavcodec/ffv1dec.c:137:15: error: Array 'sample[2]' accessed at index sample[*][-1], which is out of bounds. [negativeIndex] ffmpeg-5.0.1/libavcodec/ffv1dec.c:264:13: style: Condition '!p->key_frame' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/ffv1dec.c:258:19: note: Assuming that condition '!p->key_frame' is not redundant ffmpeg-5.0.1/libavcodec/ffv1dec.c:264:13: note: Condition '!p->key_frame' is always true ffmpeg-5.0.1/libavcodec/ffv1dec_template.c:128:62: style: Parameter 'src' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/ffv1dec_template.c:128:88: style: Parameter 'stride' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/ffv1dec.c:86:45: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/ffv1enc_template.c:190:19: error: Array 'sample[4][3]' accessed at index sample[*][*][-1], which is out of bounds. [negativeIndex] ffmpeg-5.0.1/libavcodec/ffv1enc.c:288:15: error: Array 'sample[3]' accessed at index sample[*][-1], which is out of bounds. [negativeIndex] ffmpeg-5.0.1/libavcodec/ffv1enc_template.c:23:29: error: There is an unknown macro here somewhere. Configuration is required. If RENAME is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavcodec/ffv1enc_template.c:157:33: style: Local variable 'p' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/ffv1enc_template.c:128:15: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/ffv1enc_template.c:157:33: note: Shadow variable ffmpeg-5.0.1/libavcodec/ffv1enc.c:827:28: style: Local variable 'p' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/ffv1enc.c:769:15: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/ffv1enc.c:827:28: note: Shadow variable ffmpeg-5.0.1/libavcodec/ffv1enc.c:1112:19: style: Local variable 'p' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/ffv1enc.c:1102:20: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/ffv1enc.c:1112:19: note: Shadow variable ffmpeg-5.0.1/libavcodec/ffv1enc.c:1184:13: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/ffv1enc.c:1105:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/ffv1enc.c:1184:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/ffv1enc.c:312:55: style: Parameter 'quant_table' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/ffv1enc.c:255:51: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/ffv1enc_template.c:149:35: style: Variable 'av_uninit' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/fic.c:192:21: style: Local variable 'ret' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/fic.c:180:18: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/fic.c:192:21: note: Shadow variable ffmpeg-5.0.1/libavcodec/fic.c:206:69: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/fic.c:207:65: style: Parameter 'alpha' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/flac.c:46:45: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavcodec/flac_parser.c:388:33: error: Array 'header->link_penalty[4]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds] ffmpeg-5.0.1/libavcodec/flac_parser.c:385:9: note: After for loop, i has value 4 ffmpeg-5.0.1/libavcodec/flac_parser.c:388:33: note: Array index out of bounds ffmpeg-5.0.1/libavcodec/flac_parser.c:389:33: error: Array 'header->link_penalty[4]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds] ffmpeg-5.0.1/libavcodec/flac_parser.c:385:9: note: After for loop, i has value 4 ffmpeg-5.0.1/libavcodec/flac_parser.c:389:33: note: Array index out of bounds ffmpeg-5.0.1/libavcodec/flac_parser.c:419:18: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavcodec/flac_parser.c:292:22: style: Variable 'search_start' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/flacdsp_template.c:51:13: error: There is an unknown macro here somewhere. Configuration is required. If AV_JOIN is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavcodec/flacdsp_lpc_template.c:48:30: error: There is an unknown macro here somewhere. Configuration is required. If AV_JOIN is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavcodec/flacdec.c:464:13: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/flacdec.c:410:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/flacdec.c:464:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/flacenc.c:1005:45: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavcodec/flashsv2enc.c:820:64: style: Condition 'update_palette' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/flashsv2enc.c:807:26: note: Assignment 'update_palette=0', assigned value is 0 ffmpeg-5.0.1/libavcodec/flashsv2enc.c:820:64: note: Condition 'update_palette' is always false ffmpeg-5.0.1/libavcodec/flashsv.c:450:26: style: Variable 'size' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/flashsvenc.c:253:9: style: The if condition is the same as the previous if condition [duplicateCondition] ffmpeg-5.0.1/libavcodec/flashsvenc.c:248:9: note: First condition ffmpeg-5.0.1/libavcodec/flashsvenc.c:253:9: note: Second condition ffmpeg-5.0.1/libavcodec/flashsvenc.c:163:21: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/h263.h:104:20: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/fmvc.c:335:36: style: Local variable 'gbc' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/fmvc.c:296:24: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/fmvc.c:335:36: note: Shadow variable ffmpeg-5.0.1/libavcodec/g2meet.c:1072:13: style: Local variable 'j' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/g2meet.c:1053:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/g2meet.c:1072:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/g2meet.c:1074:13: style: Variable 'src' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/g2meet.c:1593:14: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/g723_1.c:1132:57: style: Parameter 'prev_excitation' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/g722enc.c:150:27: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/g722enc.c:157:30: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/g723_1dec.c:757:49: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/g723_1dec.c:1044:30: style: Local variable 'buf' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/g723_1dec.c:932:20: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/g723_1dec.c:1044:30: note: Shadow variable ffmpeg-5.0.1/libavcodec/g723_1dec.c:918:9: error: Overlapping read/write in memcpy() is undefined behavior [overlappingWriteFunction] ffmpeg-5.0.1/libavcodec/g723_1dec.c:756:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour. See condition at line 753. [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/g723_1dec.c:753:21: note: Assuming that condition 'shift<-31' is not redundant ffmpeg-5.0.1/libavcodec/g723_1dec.c:756:25: note: Shift ffmpeg-5.0.1/libavcodec/g723_1dec.c:884:23: error: Uninitialized variable: pos [uninitvar] ffmpeg-5.0.1/libavcodec/g723_1dec.c:836:23: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/g723_1dec.c:884:23: note: Uninitialized variable: pos ffmpeg-5.0.1/libavcodec/g723_1enc.c:188:52: style: Parameter 'autocorr' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/g723_1enc.c:248:30: style: Parameter 'lpc' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/g723_1enc.c:368:69: style: Parameter 'prev_lsp' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/g723_1enc.c:416:33: style: Parameter 'fir_coef' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/g723_1enc.c:417:33: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/g723_1enc.c:416:52: style: Parameter 'iir_coef' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/g723_1enc.c:440:40: style: Parameter 'unq_lpc' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/g723_1enc.c:646:43: style: Parameter 'qnt_lpc' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/g723_1enc.c:646:61: style: Parameter 'perf_lpc' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/g723_1enc.c:689:33: style: Parameter 'impulse_resp' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/g723_1enc.c:982:37: style: Parameter 'buf' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/g723_1enc.c:909:36: error: Uninitialized variable: ccr2 [uninitvar] ffmpeg-5.0.1/libavcodec/g723_1enc.c:902:27: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/g723_1enc.c:909:36: note: Uninitialized variable: ccr2 ffmpeg-5.0.1/libavcodec/g726.c:79:14: style: struct member 'G726Context::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/g726.c:99:9: style: struct member 'G726Context::little_endian' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/g729postfilter.c:482:55: style: Parameter 'res_pst' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/g729dec.c:240:48: style: Parameter 'lsfq' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/gdv.c:141:17: style: Local variable 'y' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/gdv.c:133:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/gdv.c:141:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/gdv.c:149:17: style: Local variable 'y' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/gdv.c:133:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/gdv.c:149:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/gemdec.c:192:21: style: Local variable 'v' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/gemdec.c:96:28: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/gemdec.c:192:21: note: Shadow variable ffmpeg-5.0.1/libavcodec/gemdec.c:195:21: style: Local variable 'b' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/gemdec.c:99:21: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/gemdec.c:195:21: note: Shadow variable ffmpeg-5.0.1/libavcodec/gemdec.c:212:21: style: Local variable 'b' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/gemdec.c:99:21: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/gemdec.c:212:21: note: Shadow variable ffmpeg-5.0.1/libavcodec/gemdec.c:237:21: style: Local variable 'v' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/gemdec.c:96:28: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/gemdec.c:237:21: note: Shadow variable ffmpeg-5.0.1/libavcodec/gemdec.c:240:21: style: Local variable 'b' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/gemdec.c:99:21: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/gemdec.c:240:21: note: Shadow variable ffmpeg-5.0.1/libavcodec/gemdec.c:61:119: style: Parameter 'row' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/gemdec.c:58:16: style: struct member 'State::x' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/gif.c:93:59: style: Parameter 'map' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/gif.c:294:65: style: Parameter 'end' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/gsmdec_template.c:147:5: error: Overlapping read/write in memcpy() is undefined behavior [overlappingWriteFunction] ffmpeg-5.0.1/libavcodec/h263dsp.c:58:23: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/h263dsp.c:60:23: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/h263dsp.c:101:23: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/h263dsp.c:103:23: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/h263dec.c:257:17: style: Local variable 'ret' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/h263dec.c:202:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/h263dec.c:257:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/h264_cavlc.c:1156:42: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress] ffmpeg-5.0.1/libavcodec/h264_cavlc.c:484:46: style:inconclusive: Boolean expression 'total_coeff>10' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavcodec/h264_cavlc.c:484:46: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavcodec/h264_cavlc.c:532:17: style: Local variable 'bitsi' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/h264_cavlc.c:485:13: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/h264_cavlc.c:532:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/h264_cavlc.c:523:39: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/h264_cabac.c:1878:18: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress] ffmpeg-5.0.1/libavcodec/h264_cabac.c:1895:26: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress] ffmpeg-5.0.1/libavcodec/h264_cabac.c:2445:26: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress] ffmpeg-5.0.1/libavcodec/h264_cabac.c:2469:26: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress] ffmpeg-5.0.1/libavcodec/h264_cabac.c:1290:39: style:inconclusive: Boolean expression '!!sl->mb_x' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavcodec/h264_cabac.c:1291:46: style:inconclusive: Boolean expression 'h->slice_table[mbb_xy]==sl->slice_num' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavcodec/h264_cabac.c:1290:39: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavcodec/h264_cabac.c:1276:18: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/h264_levels.c:54:9: style: struct member 'Anonymous0::cpb_br_vcl_factor' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/h264_direct.c:103:22: style: Condition 'interl' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/h264_direct.c:100:17: note: Assuming that condition '!interl' is not redundant ffmpeg-5.0.1/libavcodec/h264_direct.c:91:24: note: Assignment 'interl=mbafi||h->picture_structure!=3', assigned value is less than 2 ffmpeg-5.0.1/libavcodec/h264_direct.c:103:22: note: Condition 'interl' is always true ffmpeg-5.0.1/libavcodec/h264_direct.c:72:23: style: Local variable 'poc' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/h264_direct.c:65:15: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/h264_direct.c:72:23: note: Shadow variable ffmpeg-5.0.1/libavcodec/h264_direct.c:73:23: style: Local variable 'poc1' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/h264_direct.c:67:15: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/h264_direct.c:73:23: note: Shadow variable ffmpeg-5.0.1/libavcodec/h264_mc_template.c:37:13: error: There is an unknown macro here somewhere. Configuration is required. If AV_JOIN is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavcodec/h264_loopfilter.c:373:41: style:inconclusive: Boolean expression '!(sl->cbp&15)' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavcodec/h264_loopfilter.c:452:69: style:inconclusive: Boolean expression 'sl->ref_cache[1][b_idx]!=sl->ref_cache[1][bn_idx]' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavcodec/h264_loopfilter.c:457:69: style:inconclusive: Boolean expression 'sl->ref_cache[0][b_idx]!=sl->ref_cache[1][bn_idx]' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavcodec/h264_loopfilter.c:373:41: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavcodec/h264_loopfilter.c:447:78: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavcodec/h264_loopfilter.c:452:69: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavcodec/h264_loopfilter.c:453:82: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavcodec/h264_loopfilter.c:457:69: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavcodec/h264_loopfilter.c:461:82: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavcodec/h264_loopfilter.c:462:92: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavcodec/h264_loopfilter.c:463:82: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavcodec/h264_loopfilter.c:796:15: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/h264_loopfilter.c:746:13: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/h264_loopfilter.c:796:15: note: Shadow variable ffmpeg-5.0.1/libavcodec/h264_mb_template.c:101:17: style: Local variable 'j' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/h264_mb_template.c:49:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/h264_mb_template.c:101:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/h264_mc_template.c:37:13: error: There is an unknown macro here somewhere. Configuration is required. If MCFUNC is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavcodec/h264_parse.c:278:54: style:inconclusive: Function 'ff_h264_init_poc' argument 4 names different: declaration 'poc' definition 'pc'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264_parse.h:81:54: note: Function 'ff_h264_init_poc' argument 4 names different: declaration 'poc' definition 'pc'. ffmpeg-5.0.1/libavcodec/h264_parse.c:278:54: note: Function 'ff_h264_init_poc' argument 4 names different: declaration 'poc' definition 'pc'. ffmpeg-5.0.1/libavcodec/h264_parse.c:80:25: style: Local variable 'j' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/h264_parse.c:32:18: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/h264_parse.c:80:25: note: Shadow variable ffmpeg-5.0.1/libavcodec/h264_parse.c:97:25: style: Local variable 'j' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/h264_parse.c:32:18: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/h264_parse.c:97:25: note: Shadow variable ffmpeg-5.0.1/libavcodec/h264_ps.c:576:13: style: Local variable 'ret' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/h264_ps.c:341:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/h264_ps.c:576:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/h264_sei.c:170:17: style: Variable 'size' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/h264_refs.c:633:13: style: Local variable 'av_uninit' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/h264_refs.c:614:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/h264_refs.c:633:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/h264_slice.c:716:47: warning: Either the condition 'field<0' is redundant or the array 'h->cur_pic_ptr->field_poc[2]' is accessed at index 2, which is out of bounds. [arrayIndexOutOfBoundsCond] ffmpeg-5.0.1/libavcodec/h264_slice.c:700:15: note: Assuming that condition 'field<0' is not redundant ffmpeg-5.0.1/libavcodec/h264_slice.c:716:47: note: Array index out of bounds ffmpeg-5.0.1/libavcodec/h264_slice.c:746:40: warning: Either the condition 'field<0' is redundant or the array 'sl->pwt.implicit_weight[48][48][2]' is accessed at index sl->pwt.implicit_weight[*][*][2], which is out of bounds. [arrayIndexOutOfBoundsCond] ffmpeg-5.0.1/libavcodec/h264_slice.c:742:23: note: Assuming that condition 'field<0' is not redundant ffmpeg-5.0.1/libavcodec/h264_slice.c:746:40: note: Array index out of bounds ffmpeg-5.0.1/libavcodec/h264_slice.c:1459:65: error: Array 'h->last_pocs[16]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds] ffmpeg-5.0.1/libavcodec/h264_slice.c:1772:12: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavcodec/h264_slice.c:1493:13: style: Redundant initialization for 'out'. The initialized value is overwritten before it is read. [redundantInitialization] ffmpeg-5.0.1/libavcodec/h264_slice.c:1446:22: note: out is initialized ffmpeg-5.0.1/libavcodec/h264_slice.c:1493:13: note: out is overwritten ffmpeg-5.0.1/libavcodec/h264_slice.c:2739:17: style: Local variable 'ret' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/h264_slice.c:2696:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/h264_slice.c:2739:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/h264_slice.c:2809:17: style: Local variable 'ret' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/h264_slice.c:2696:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/h264_slice.c:2809:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/h264_slice.c:2341:59: style: Parameter 'left_type' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/h264_slice.c:2339:59: style: Parameter 'left_xy' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/h264dsp_template.c:241:16: style: Condition 'tc<=0' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/h264dsp_template.c:240:59: note: Assignment 'tc=((tc0[i]-1U)<<(8-8))+1', assigned value is greater than 0 ffmpeg-5.0.1/libavcodec/h264dsp_template.c:241:16: note: Condition 'tc<=0' is always false ffmpeg-5.0.1/libavcodec/h264dsp_template.c:104:170: style: Parameter 'tc0' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/h264dsp_template.c:231:172: style: Parameter 'tc0' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/h264dec.c:413:20: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/h264idct_template.c:33:39: style:inconclusive: Function 'ff_h264_idct_add_8_c' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:38:1: note: Function 'ff_h264_idct_add_8_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:33:39: note: Function 'ff_h264_idct_add_8_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:33:54: style:inconclusive: Function 'ff_h264_idct_add_8_c' argument 2 names different: declaration 'block' definition '_block'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:38:1: note: Function 'ff_h264_idct_add_8_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:33:54: note: Function 'ff_h264_idct_add_8_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:69:40: style:inconclusive: Function 'ff_h264_idct8_add_8_c' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:38:1: note: Function 'ff_h264_idct8_add_8_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:69:40: note: Function 'ff_h264_idct8_add_8_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:69:55: style:inconclusive: Function 'ff_h264_idct8_add_8_c' argument 2 names different: declaration 'block' definition '_block'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:38:1: note: Function 'ff_h264_idct8_add_8_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:69:55: note: Function 'ff_h264_idct8_add_8_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:144:42: style:inconclusive: Function 'ff_h264_idct_dc_add_8_c' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:38:1: note: Function 'ff_h264_idct_dc_add_8_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:144:42: note: Function 'ff_h264_idct_dc_add_8_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:144:57: style:inconclusive: Function 'ff_h264_idct_dc_add_8_c' argument 2 names different: declaration 'block' definition '_block'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:38:1: note: Function 'ff_h264_idct_dc_add_8_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:144:57: note: Function 'ff_h264_idct_dc_add_8_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:159:43: style:inconclusive: Function 'ff_h264_idct8_dc_add_8_c' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:38:1: note: Function 'ff_h264_idct8_dc_add_8_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:159:43: note: Function 'ff_h264_idct8_dc_add_8_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:159:58: style:inconclusive: Function 'ff_h264_idct8_dc_add_8_c' argument 2 names different: declaration 'block' definition '_block'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:38:1: note: Function 'ff_h264_idct8_dc_add_8_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:159:58: note: Function 'ff_h264_idct8_dc_add_8_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:174:57: style:inconclusive: Function 'ff_h264_idct_add16_8_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:38:1: note: Function 'ff_h264_idct_add16_8_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:174:57: note: Function 'ff_h264_idct_add16_8_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:188:62: style:inconclusive: Function 'ff_h264_idct_add16intra_8_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:38:1: note: Function 'ff_h264_idct_add16intra_8_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:188:62: note: Function 'ff_h264_idct_add16intra_8_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:199:57: style:inconclusive: Function 'ff_h264_idct8_add4_8_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:38:1: note: Function 'ff_h264_idct8_add4_8_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:199:57: note: Function 'ff_h264_idct8_add4_8_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:213:58: style:inconclusive: Function 'ff_h264_idct_add8_8_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:38:1: note: Function 'ff_h264_idct_add8_8_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:213:58: note: Function 'ff_h264_idct_add8_8_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:225:62: style:inconclusive: Function 'ff_h264_idct_add8_422_8_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:38:1: note: Function 'ff_h264_idct_add8_422_8_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:225:62: note: Function 'ff_h264_idct_add8_422_8_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:251:51: style:inconclusive: Function 'ff_h264_luma_dc_dequant_idct_8_c' argument 1 names different: declaration 'output' definition '_output'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:38:1: note: Function 'ff_h264_luma_dc_dequant_idct_8_c' argument 1 names different: declaration 'output' definition '_output'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:251:51: note: Function 'ff_h264_luma_dc_dequant_idct_8_c' argument 1 names different: declaration 'output' definition '_output'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:251:69: style:inconclusive: Function 'ff_h264_luma_dc_dequant_idct_8_c' argument 2 names different: declaration 'input' definition '_input'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:38:1: note: Function 'ff_h264_luma_dc_dequant_idct_8_c' argument 2 names different: declaration 'input' definition '_input'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:251:69: note: Function 'ff_h264_luma_dc_dequant_idct_8_c' argument 2 names different: declaration 'input' definition '_input'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:286:56: style:inconclusive: Function 'ff_h264_chroma422_dc_dequant_idct_8_c' argument 1 names different: declaration 'block' definition '_block'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:38:1: note: Function 'ff_h264_chroma422_dc_dequant_idct_8_c' argument 1 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:286:56: note: Function 'ff_h264_chroma422_dc_dequant_idct_8_c' argument 1 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:313:53: style:inconclusive: Function 'ff_h264_chroma_dc_dequant_idct_8_c' argument 1 names different: declaration 'block' definition '_block'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:38:1: note: Function 'ff_h264_chroma_dc_dequant_idct_8_c' argument 1 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:313:53: note: Function 'ff_h264_chroma_dc_dequant_idct_8_c' argument 1 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:33:39: style:inconclusive: Function 'ff_h264_idct_add_9_c' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:39:1: note: Function 'ff_h264_idct_add_9_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:33:39: note: Function 'ff_h264_idct_add_9_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:33:54: style:inconclusive: Function 'ff_h264_idct_add_9_c' argument 2 names different: declaration 'block' definition '_block'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:39:1: note: Function 'ff_h264_idct_add_9_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:33:54: note: Function 'ff_h264_idct_add_9_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:69:40: style:inconclusive: Function 'ff_h264_idct8_add_9_c' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:39:1: note: Function 'ff_h264_idct8_add_9_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:69:40: note: Function 'ff_h264_idct8_add_9_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:69:55: style:inconclusive: Function 'ff_h264_idct8_add_9_c' argument 2 names different: declaration 'block' definition '_block'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:39:1: note: Function 'ff_h264_idct8_add_9_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:69:55: note: Function 'ff_h264_idct8_add_9_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:144:42: style:inconclusive: Function 'ff_h264_idct_dc_add_9_c' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:39:1: note: Function 'ff_h264_idct_dc_add_9_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:144:42: note: Function 'ff_h264_idct_dc_add_9_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:144:57: style:inconclusive: Function 'ff_h264_idct_dc_add_9_c' argument 2 names different: declaration 'block' definition '_block'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:39:1: note: Function 'ff_h264_idct_dc_add_9_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:144:57: note: Function 'ff_h264_idct_dc_add_9_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:159:43: style:inconclusive: Function 'ff_h264_idct8_dc_add_9_c' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:39:1: note: Function 'ff_h264_idct8_dc_add_9_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:159:43: note: Function 'ff_h264_idct8_dc_add_9_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:159:58: style:inconclusive: Function 'ff_h264_idct8_dc_add_9_c' argument 2 names different: declaration 'block' definition '_block'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:39:1: note: Function 'ff_h264_idct8_dc_add_9_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:159:58: note: Function 'ff_h264_idct8_dc_add_9_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:174:57: style:inconclusive: Function 'ff_h264_idct_add16_9_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:39:1: note: Function 'ff_h264_idct_add16_9_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:174:57: note: Function 'ff_h264_idct_add16_9_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:188:62: style:inconclusive: Function 'ff_h264_idct_add16intra_9_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:39:1: note: Function 'ff_h264_idct_add16intra_9_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:188:62: note: Function 'ff_h264_idct_add16intra_9_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:199:57: style:inconclusive: Function 'ff_h264_idct8_add4_9_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:39:1: note: Function 'ff_h264_idct8_add4_9_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:199:57: note: Function 'ff_h264_idct8_add4_9_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:213:58: style:inconclusive: Function 'ff_h264_idct_add8_9_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:39:1: note: Function 'ff_h264_idct_add8_9_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:213:58: note: Function 'ff_h264_idct_add8_9_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:225:62: style:inconclusive: Function 'ff_h264_idct_add8_422_9_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:39:1: note: Function 'ff_h264_idct_add8_422_9_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:225:62: note: Function 'ff_h264_idct_add8_422_9_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:251:51: style:inconclusive: Function 'ff_h264_luma_dc_dequant_idct_9_c' argument 1 names different: declaration 'output' definition '_output'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:39:1: note: Function 'ff_h264_luma_dc_dequant_idct_9_c' argument 1 names different: declaration 'output' definition '_output'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:251:51: note: Function 'ff_h264_luma_dc_dequant_idct_9_c' argument 1 names different: declaration 'output' definition '_output'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:251:69: style:inconclusive: Function 'ff_h264_luma_dc_dequant_idct_9_c' argument 2 names different: declaration 'input' definition '_input'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:39:1: note: Function 'ff_h264_luma_dc_dequant_idct_9_c' argument 2 names different: declaration 'input' definition '_input'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:251:69: note: Function 'ff_h264_luma_dc_dequant_idct_9_c' argument 2 names different: declaration 'input' definition '_input'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:286:56: style:inconclusive: Function 'ff_h264_chroma422_dc_dequant_idct_9_c' argument 1 names different: declaration 'block' definition '_block'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:39:1: note: Function 'ff_h264_chroma422_dc_dequant_idct_9_c' argument 1 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:286:56: note: Function 'ff_h264_chroma422_dc_dequant_idct_9_c' argument 1 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:313:53: style:inconclusive: Function 'ff_h264_chroma_dc_dequant_idct_9_c' argument 1 names different: declaration 'block' definition '_block'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:39:1: note: Function 'ff_h264_chroma_dc_dequant_idct_9_c' argument 1 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:313:53: note: Function 'ff_h264_chroma_dc_dequant_idct_9_c' argument 1 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:33:39: style:inconclusive: Function 'ff_h264_idct_add_10_c' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:40:1: note: Function 'ff_h264_idct_add_10_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:33:39: note: Function 'ff_h264_idct_add_10_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:33:54: style:inconclusive: Function 'ff_h264_idct_add_10_c' argument 2 names different: declaration 'block' definition '_block'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:40:1: note: Function 'ff_h264_idct_add_10_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:33:54: note: Function 'ff_h264_idct_add_10_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:69:40: style:inconclusive: Function 'ff_h264_idct8_add_10_c' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:40:1: note: Function 'ff_h264_idct8_add_10_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:69:40: note: Function 'ff_h264_idct8_add_10_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:69:55: style:inconclusive: Function 'ff_h264_idct8_add_10_c' argument 2 names different: declaration 'block' definition '_block'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:40:1: note: Function 'ff_h264_idct8_add_10_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:69:55: note: Function 'ff_h264_idct8_add_10_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:144:42: style:inconclusive: Function 'ff_h264_idct_dc_add_10_c' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:40:1: note: Function 'ff_h264_idct_dc_add_10_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:144:42: note: Function 'ff_h264_idct_dc_add_10_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:144:57: style:inconclusive: Function 'ff_h264_idct_dc_add_10_c' argument 2 names different: declaration 'block' definition '_block'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:40:1: note: Function 'ff_h264_idct_dc_add_10_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:144:57: note: Function 'ff_h264_idct_dc_add_10_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:159:43: style:inconclusive: Function 'ff_h264_idct8_dc_add_10_c' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:40:1: note: Function 'ff_h264_idct8_dc_add_10_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:159:43: note: Function 'ff_h264_idct8_dc_add_10_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:159:58: style:inconclusive: Function 'ff_h264_idct8_dc_add_10_c' argument 2 names different: declaration 'block' definition '_block'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:40:1: note: Function 'ff_h264_idct8_dc_add_10_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:159:58: note: Function 'ff_h264_idct8_dc_add_10_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:174:57: style:inconclusive: Function 'ff_h264_idct_add16_10_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:40:1: note: Function 'ff_h264_idct_add16_10_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:174:57: note: Function 'ff_h264_idct_add16_10_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:188:62: style:inconclusive: Function 'ff_h264_idct_add16intra_10_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:40:1: note: Function 'ff_h264_idct_add16intra_10_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:188:62: note: Function 'ff_h264_idct_add16intra_10_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:199:57: style:inconclusive: Function 'ff_h264_idct8_add4_10_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:40:1: note: Function 'ff_h264_idct8_add4_10_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:199:57: note: Function 'ff_h264_idct8_add4_10_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:213:58: style:inconclusive: Function 'ff_h264_idct_add8_10_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:40:1: note: Function 'ff_h264_idct_add8_10_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:213:58: note: Function 'ff_h264_idct_add8_10_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:225:62: style:inconclusive: Function 'ff_h264_idct_add8_422_10_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:40:1: note: Function 'ff_h264_idct_add8_422_10_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:225:62: note: Function 'ff_h264_idct_add8_422_10_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:251:51: style:inconclusive: Function 'ff_h264_luma_dc_dequant_idct_10_c' argument 1 names different: declaration 'output' definition '_output'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:40:1: note: Function 'ff_h264_luma_dc_dequant_idct_10_c' argument 1 names different: declaration 'output' definition '_output'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:251:51: note: Function 'ff_h264_luma_dc_dequant_idct_10_c' argument 1 names different: declaration 'output' definition '_output'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:251:69: style:inconclusive: Function 'ff_h264_luma_dc_dequant_idct_10_c' argument 2 names different: declaration 'input' definition '_input'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:40:1: note: Function 'ff_h264_luma_dc_dequant_idct_10_c' argument 2 names different: declaration 'input' definition '_input'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:251:69: note: Function 'ff_h264_luma_dc_dequant_idct_10_c' argument 2 names different: declaration 'input' definition '_input'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:286:56: style:inconclusive: Function 'ff_h264_chroma422_dc_dequant_idct_10_c' argument 1 names different: declaration 'block' definition '_block'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:40:1: note: Function 'ff_h264_chroma422_dc_dequant_idct_10_c' argument 1 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:286:56: note: Function 'ff_h264_chroma422_dc_dequant_idct_10_c' argument 1 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:313:53: style:inconclusive: Function 'ff_h264_chroma_dc_dequant_idct_10_c' argument 1 names different: declaration 'block' definition '_block'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:40:1: note: Function 'ff_h264_chroma_dc_dequant_idct_10_c' argument 1 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:313:53: note: Function 'ff_h264_chroma_dc_dequant_idct_10_c' argument 1 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:33:39: style:inconclusive: Function 'ff_h264_idct_add_12_c' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:41:1: note: Function 'ff_h264_idct_add_12_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:33:39: note: Function 'ff_h264_idct_add_12_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:33:54: style:inconclusive: Function 'ff_h264_idct_add_12_c' argument 2 names different: declaration 'block' definition '_block'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:41:1: note: Function 'ff_h264_idct_add_12_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:33:54: note: Function 'ff_h264_idct_add_12_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:69:40: style:inconclusive: Function 'ff_h264_idct8_add_12_c' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:41:1: note: Function 'ff_h264_idct8_add_12_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:69:40: note: Function 'ff_h264_idct8_add_12_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:69:55: style:inconclusive: Function 'ff_h264_idct8_add_12_c' argument 2 names different: declaration 'block' definition '_block'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:41:1: note: Function 'ff_h264_idct8_add_12_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:69:55: note: Function 'ff_h264_idct8_add_12_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:144:42: style:inconclusive: Function 'ff_h264_idct_dc_add_12_c' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:41:1: note: Function 'ff_h264_idct_dc_add_12_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:144:42: note: Function 'ff_h264_idct_dc_add_12_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:144:57: style:inconclusive: Function 'ff_h264_idct_dc_add_12_c' argument 2 names different: declaration 'block' definition '_block'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:41:1: note: Function 'ff_h264_idct_dc_add_12_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:144:57: note: Function 'ff_h264_idct_dc_add_12_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:159:43: style:inconclusive: Function 'ff_h264_idct8_dc_add_12_c' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:41:1: note: Function 'ff_h264_idct8_dc_add_12_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:159:43: note: Function 'ff_h264_idct8_dc_add_12_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:159:58: style:inconclusive: Function 'ff_h264_idct8_dc_add_12_c' argument 2 names different: declaration 'block' definition '_block'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:41:1: note: Function 'ff_h264_idct8_dc_add_12_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:159:58: note: Function 'ff_h264_idct8_dc_add_12_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:174:57: style:inconclusive: Function 'ff_h264_idct_add16_12_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:41:1: note: Function 'ff_h264_idct_add16_12_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:174:57: note: Function 'ff_h264_idct_add16_12_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:188:62: style:inconclusive: Function 'ff_h264_idct_add16intra_12_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:41:1: note: Function 'ff_h264_idct_add16intra_12_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:188:62: note: Function 'ff_h264_idct_add16intra_12_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:199:57: style:inconclusive: Function 'ff_h264_idct8_add4_12_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:41:1: note: Function 'ff_h264_idct8_add4_12_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:199:57: note: Function 'ff_h264_idct8_add4_12_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:213:58: style:inconclusive: Function 'ff_h264_idct_add8_12_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:41:1: note: Function 'ff_h264_idct_add8_12_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:213:58: note: Function 'ff_h264_idct_add8_12_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:225:62: style:inconclusive: Function 'ff_h264_idct_add8_422_12_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:41:1: note: Function 'ff_h264_idct_add8_422_12_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:225:62: note: Function 'ff_h264_idct_add8_422_12_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:251:51: style:inconclusive: Function 'ff_h264_luma_dc_dequant_idct_12_c' argument 1 names different: declaration 'output' definition '_output'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:41:1: note: Function 'ff_h264_luma_dc_dequant_idct_12_c' argument 1 names different: declaration 'output' definition '_output'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:251:51: note: Function 'ff_h264_luma_dc_dequant_idct_12_c' argument 1 names different: declaration 'output' definition '_output'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:251:69: style:inconclusive: Function 'ff_h264_luma_dc_dequant_idct_12_c' argument 2 names different: declaration 'input' definition '_input'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:41:1: note: Function 'ff_h264_luma_dc_dequant_idct_12_c' argument 2 names different: declaration 'input' definition '_input'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:251:69: note: Function 'ff_h264_luma_dc_dequant_idct_12_c' argument 2 names different: declaration 'input' definition '_input'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:286:56: style:inconclusive: Function 'ff_h264_chroma422_dc_dequant_idct_12_c' argument 1 names different: declaration 'block' definition '_block'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:41:1: note: Function 'ff_h264_chroma422_dc_dequant_idct_12_c' argument 1 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:286:56: note: Function 'ff_h264_chroma422_dc_dequant_idct_12_c' argument 1 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:313:53: style:inconclusive: Function 'ff_h264_chroma_dc_dequant_idct_12_c' argument 1 names different: declaration 'block' definition '_block'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:41:1: note: Function 'ff_h264_chroma_dc_dequant_idct_12_c' argument 1 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:313:53: note: Function 'ff_h264_chroma_dc_dequant_idct_12_c' argument 1 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:33:39: style:inconclusive: Function 'ff_h264_idct_add_14_c' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:42:1: note: Function 'ff_h264_idct_add_14_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:33:39: note: Function 'ff_h264_idct_add_14_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:33:54: style:inconclusive: Function 'ff_h264_idct_add_14_c' argument 2 names different: declaration 'block' definition '_block'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:42:1: note: Function 'ff_h264_idct_add_14_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:33:54: note: Function 'ff_h264_idct_add_14_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:69:40: style:inconclusive: Function 'ff_h264_idct8_add_14_c' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:42:1: note: Function 'ff_h264_idct8_add_14_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:69:40: note: Function 'ff_h264_idct8_add_14_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:69:55: style:inconclusive: Function 'ff_h264_idct8_add_14_c' argument 2 names different: declaration 'block' definition '_block'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:42:1: note: Function 'ff_h264_idct8_add_14_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:69:55: note: Function 'ff_h264_idct8_add_14_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:144:42: style:inconclusive: Function 'ff_h264_idct_dc_add_14_c' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:42:1: note: Function 'ff_h264_idct_dc_add_14_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:144:42: note: Function 'ff_h264_idct_dc_add_14_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:144:57: style:inconclusive: Function 'ff_h264_idct_dc_add_14_c' argument 2 names different: declaration 'block' definition '_block'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:42:1: note: Function 'ff_h264_idct_dc_add_14_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:144:57: note: Function 'ff_h264_idct_dc_add_14_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:159:43: style:inconclusive: Function 'ff_h264_idct8_dc_add_14_c' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:42:1: note: Function 'ff_h264_idct8_dc_add_14_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:159:43: note: Function 'ff_h264_idct8_dc_add_14_c' argument 1 names different: declaration 'dst' definition '_dst'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:159:58: style:inconclusive: Function 'ff_h264_idct8_dc_add_14_c' argument 2 names different: declaration 'block' definition '_block'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:42:1: note: Function 'ff_h264_idct8_dc_add_14_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:159:58: note: Function 'ff_h264_idct8_dc_add_14_c' argument 2 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:174:57: style:inconclusive: Function 'ff_h264_idct_add16_14_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:42:1: note: Function 'ff_h264_idct_add16_14_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:174:57: note: Function 'ff_h264_idct_add16_14_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:188:62: style:inconclusive: Function 'ff_h264_idct_add16intra_14_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:42:1: note: Function 'ff_h264_idct_add16intra_14_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:188:62: note: Function 'ff_h264_idct_add16intra_14_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:199:57: style:inconclusive: Function 'ff_h264_idct8_add4_14_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:42:1: note: Function 'ff_h264_idct8_add4_14_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:199:57: note: Function 'ff_h264_idct8_add4_14_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:213:58: style:inconclusive: Function 'ff_h264_idct_add8_14_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:42:1: note: Function 'ff_h264_idct_add8_14_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:213:58: note: Function 'ff_h264_idct_add8_14_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:225:62: style:inconclusive: Function 'ff_h264_idct_add8_422_14_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:42:1: note: Function 'ff_h264_idct_add8_422_14_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:225:62: note: Function 'ff_h264_idct_add8_422_14_c' argument 2 names different: declaration 'blockoffset' definition 'block_offset'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:251:51: style:inconclusive: Function 'ff_h264_luma_dc_dequant_idct_14_c' argument 1 names different: declaration 'output' definition '_output'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:42:1: note: Function 'ff_h264_luma_dc_dequant_idct_14_c' argument 1 names different: declaration 'output' definition '_output'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:251:51: note: Function 'ff_h264_luma_dc_dequant_idct_14_c' argument 1 names different: declaration 'output' definition '_output'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:251:69: style:inconclusive: Function 'ff_h264_luma_dc_dequant_idct_14_c' argument 2 names different: declaration 'input' definition '_input'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:42:1: note: Function 'ff_h264_luma_dc_dequant_idct_14_c' argument 2 names different: declaration 'input' definition '_input'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:251:69: note: Function 'ff_h264_luma_dc_dequant_idct_14_c' argument 2 names different: declaration 'input' definition '_input'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:286:56: style:inconclusive: Function 'ff_h264_chroma422_dc_dequant_idct_14_c' argument 1 names different: declaration 'block' definition '_block'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:42:1: note: Function 'ff_h264_chroma422_dc_dequant_idct_14_c' argument 1 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:286:56: note: Function 'ff_h264_chroma422_dc_dequant_idct_14_c' argument 1 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:313:53: style:inconclusive: Function 'ff_h264_chroma_dc_dequant_idct_14_c' argument 1 names different: declaration 'block' definition '_block'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h264idct.h:42:1: note: Function 'ff_h264_chroma_dc_dequant_idct_14_c' argument 1 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264idct_template.c:313:53: note: Function 'ff_h264_chroma_dc_dequant_idct_14_c' argument 1 names different: declaration 'block' definition '_block'. ffmpeg-5.0.1/libavcodec/h264pred_template.c:1078:5: style: Variable 't13' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/h264pred_template.c:1078:5: style: Variable 't14' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/h264pred_template.c:1078:5: style: Variable 't15' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/h265_metadata_bsf.c:265:18: style: Variable 'need_vui' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/h265_metadata_bsf.c:239:9: note: need_vui is assigned ffmpeg-5.0.1/libavcodec/h265_metadata_bsf.c:265:18: note: need_vui is overwritten ffmpeg-5.0.1/libavcodec/h265_metadata_bsf.c:265:18: style: Variable 'need_vui' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/h265_metadata_bsf.c:242:9: note: need_vui is assigned ffmpeg-5.0.1/libavcodec/h265_metadata_bsf.c:265:18: note: need_vui is overwritten ffmpeg-5.0.1/libavcodec/h265_metadata_bsf.c:265:18: style: Variable 'need_vui' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/h265_metadata_bsf.c:250:13: note: need_vui is assigned ffmpeg-5.0.1/libavcodec/h265_metadata_bsf.c:265:18: note: need_vui is overwritten ffmpeg-5.0.1/libavcodec/h265_metadata_bsf.c:265:18: style: Variable 'need_vui' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/h265_metadata_bsf.c:254:13: note: need_vui is assigned ffmpeg-5.0.1/libavcodec/h265_metadata_bsf.c:265:18: note: need_vui is overwritten ffmpeg-5.0.1/libavcodec/h265_metadata_bsf.c:265:18: style: Variable 'need_vui' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/h265_metadata_bsf.c:258:13: note: need_vui is assigned ffmpeg-5.0.1/libavcodec/h265_metadata_bsf.c:265:18: note: need_vui is overwritten ffmpeg-5.0.1/libavcodec/h265_metadata_bsf.c:331:71: style: Parameter 'pkt' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/h274.c:217:39: style:inconclusive: Function 'ff_h274_apply_film_grain' argument 1 names different: declaration 'out' definition 'out_frame'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h274.h:48:39: note: Function 'ff_h274_apply_film_grain' argument 1 names different: declaration 'out' definition 'out_frame'. ffmpeg-5.0.1/libavcodec/h274.c:217:39: note: Function 'ff_h274_apply_film_grain' argument 1 names different: declaration 'out' definition 'out_frame'. ffmpeg-5.0.1/libavcodec/h274.c:217:65: style:inconclusive: Function 'ff_h274_apply_film_grain' argument 2 names different: declaration 'in' definition 'in_frame'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h274.h:48:59: note: Function 'ff_h274_apply_film_grain' argument 2 names different: declaration 'in' definition 'in_frame'. ffmpeg-5.0.1/libavcodec/h274.c:217:65: note: Function 'ff_h274_apply_film_grain' argument 2 names different: declaration 'in' definition 'in_frame'. ffmpeg-5.0.1/libavcodec/h274.c:218:53: style:inconclusive: Function 'ff_h274_apply_film_grain' argument 3 names different: declaration 'db' definition 'database'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/h274.h:49:53: note: Function 'ff_h274_apply_film_grain' argument 3 names different: declaration 'db' definition 'database'. ffmpeg-5.0.1/libavcodec/h274.c:218:53: note: Function 'ff_h274_apply_film_grain' argument 3 names different: declaration 'db' definition 'database'. ffmpeg-5.0.1/libavcodec/hap.c:32:13: style: Local variable 'ret' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/hap.c:30:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/hap.c:32:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/hcadec.c:183:16: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] ffmpeg-5.0.1/libavcodec/hcadec.c:185:11: note: Found duplicate branches for 'if' and 'else'. ffmpeg-5.0.1/libavcodec/hcadec.c:183:16: note: Found duplicate branches for 'if' and 'else'. ffmpeg-5.0.1/libavcodec/hevc_mp4toannexb_bsf.c:44:13: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/hevc_cabac.c:501:20: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/hevc_ps.c:154:27: style: Condition 'abs_delta_rps<1' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/hevc_ps.c:153:49: note: Assignment 'abs_delta_rps=get_ue_golomb_long(gb)+1', assigned value is greater than 0 ffmpeg-5.0.1/libavcodec/hevc_ps.c:154:27: note: Condition 'abs_delta_rps<1' is always false ffmpeg-5.0.1/libavcodec/hevc_ps.c:236:31: style: Condition 'delta_poc<1' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/hevc_ps.c:235:52: note: Assignment 'delta_poc=get_ue_golomb_long(gb)+1', assigned value is greater than 0 ffmpeg-5.0.1/libavcodec/hevc_ps.c:236:31: note: Condition 'delta_poc<1' is always false ffmpeg-5.0.1/libavcodec/hevc_ps.c:249:31: style: Condition 'delta_poc<1' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/hevc_ps.c:248:52: note: Assignment 'delta_poc=get_ue_golomb_long(gb)+1', assigned value is greater than 0 ffmpeg-5.0.1/libavcodec/hevc_ps.c:249:31: note: Condition 'delta_poc<1' is always false ffmpeg-5.0.1/libavcodec/hevc_ps.c:444:24: style: Condition 'nb_cpb<1' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/hevc_ps.c:443:45: note: Assignment 'nb_cpb=get_ue_golomb_long(gb)+1', assigned value is greater than 0 ffmpeg-5.0.1/libavcodec/hevc_ps.c:444:24: note: Condition 'nb_cpb<1' is always false ffmpeg-5.0.1/libavcodec/hevc_ps.c:532:33: style: Condition 'vps->vps_num_layer_sets<1' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/hevc_ps.c:531:54: note: Assignment 'vps->vps_num_layer_sets=get_ue_golomb_long(gb)+1', assigned value is greater than 0 ffmpeg-5.0.1/libavcodec/hevc_ps.c:532:33: note: Condition 'vps->vps_num_layer_sets<1' is always false ffmpeg-5.0.1/libavcodec/hevc_ps.c:1490:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/hevc_refs.c:59:61: style:inconclusive: Function 'ff_hevc_get_ref_list' argument 2 names different: declaration 'frame' definition 'ref'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/hevcdec.h:591:61: note: Function 'ff_hevc_get_ref_list' argument 2 names different: declaration 'frame' definition 'ref'. ffmpeg-5.0.1/libavcodec/hevc_refs.c:59:61: note: Function 'ff_hevc_get_ref_list' argument 2 names different: declaration 'frame' definition 'ref'. ffmpeg-5.0.1/libavcodec/hevc_refs.c:176:51: style:inconclusive: Function 'ff_hevc_output_frame' argument 2 names different: declaration 'frame' definition 'out'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/hevcdec.h:665:51: note: Function 'ff_hevc_output_frame' argument 2 names different: declaration 'frame' definition 'out'. ffmpeg-5.0.1/libavcodec/hevc_refs.c:176:51: note: Function 'ff_hevc_output_frame' argument 2 names different: declaration 'frame' definition 'out'. ffmpeg-5.0.1/libavcodec/hevc_refs.c:144:20: style: Local variable 'frame' shadows outer argument [shadowArgument] ffmpeg-5.0.1/libavcodec/hevc_refs.c:137:51: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/hevc_refs.c:144:20: note: Shadow variable ffmpeg-5.0.1/libavcodec/hevc_refs.c:277:12: style: Variable 'dpb' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/hevcdec.c:308:21: style: Condition 'poc!=(int32_t)poc' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/hevcdec.c:307:17: note: poc is assigned 'rps->poc[i]+s->poc-delta*max_poc_lsb-s->sh.pic_order_cnt_lsb' here. ffmpeg-5.0.1/libavcodec/hevcdec.c:308:21: note: Condition 'poc!=(int32_t)poc' is always false ffmpeg-5.0.1/libavcodec/hevcdec.c:825:70: style: Condition 'sh->max_num_merge_cand>5' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/hevcdec.c:824:40: note: Assignment 'sh->max_num_merge_cand=5-get_ue_golomb_long(gb)', assigned value is less than 6 ffmpeg-5.0.1/libavcodec/hevcdec.c:825:70: note: Condition 'sh->max_num_merge_cand>5' is always false ffmpeg-5.0.1/libavcodec/hevcdec.c:911:28: style: Condition 'offset_len<1' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/hevcdec.c:909:53: note: Assignment 'offset_len=get_ue_golomb_long(gb)+1', assigned value is greater than 0 ffmpeg-5.0.1/libavcodec/hevcdec.c:911:28: note: Condition 'offset_len<1' is always false ffmpeg-5.0.1/libavcodec/hevcdec.c:819:21: style: Local variable 'ret' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/hevcdec.c:556:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/hevcdec.c:819:21: note: Shadow variable ffmpeg-5.0.1/libavcodec/hevcdec.c:148:11: style: Variable 'j' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/hevcdsp_template.c:300:44: style: Parameter 'sao_offset_val' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/hevcdsp_template.c:324:96: style: Parameter 'sao_offset_val' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/hevcdsp_template.c:409:67: style: Parameter 'diag_edge' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/hevcdsp_template.c:408:57: style: Parameter 'vert_edge' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/hevcdsp_template.c:409:46: style: Parameter 'horiz_edge' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/hevcdsp_template.c:1518:56: style: Parameter '_tc' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/hevcdsp_template.c:1519:50: style: Parameter '_no_p' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/hevcdsp_template.c:1519:66: style: Parameter '_no_q' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/hevcdsp_template.c:1613:68: style: Parameter '_tc' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/hevcdsp_template.c:1614:52: style: Parameter '_no_p' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/hevcdsp_template.c:1614:68: style: Parameter '_no_q' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/hevcdsp_template.c:400:19: style: Variable 'height' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/hevcdsp.c:126:39: style:inconclusive: Function 'ff_hevc_dsp_init' argument 1 names different: declaration 'hpc' definition 'hevcdsp'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/hevcdsp.h:127:39: note: Function 'ff_hevc_dsp_init' argument 1 names different: declaration 'hpc' definition 'hevcdsp'. ffmpeg-5.0.1/libavcodec/hevcdsp.c:126:39: note: Function 'ff_hevc_dsp_init' argument 1 names different: declaration 'hpc' definition 'hevcdsp'. ffmpeg-5.0.1/libavcodec/hevcpred_template.c:225:22: style: Variable 'left[-1]' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/hevcpred_template.c:210:30: note: left[-1] is assigned ffmpeg-5.0.1/libavcodec/hevcpred_template.c:225:22: note: left[-1] is overwritten ffmpeg-5.0.1/libavcodec/hevcpred_template.c:225:22: style: Variable 'left[-1]' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/hevcpred_template.c:223:26: note: left[-1] is assigned ffmpeg-5.0.1/libavcodec/hevcpred_template.c:225:22: note: left[-1] is overwritten ffmpeg-5.0.1/libavcodec/hevcpred_template.c:220:25: style: Same expression on both sides of '-'. [duplicateExpression] ffmpeg-5.0.1/libavcodec/hevcpred_template.c:293:17: style: Variable 'intra_hor_ver_dist_thresh' can be declared as const array [constVariable] ffmpeg-5.0.1/libavcodec/hnm4video.c:434:17: style: Local variable 'ret' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/hnm4video.c:395:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/hnm4video.c:434:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/hnm4video.c:71:49: style: Variable 'count' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/hqx.c:125:5: error: Uninitialized variable: *last_dc [uninitvar] ffmpeg-5.0.1/libavcodec/hqx.c:256:30: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/hqx.c:259:55: note: Calling function 'decode_block', 6th argument '&last_dc' value is ffmpeg-5.0.1/libavcodec/hqx.c:125:5: note: Uninitialized variable: *last_dc ffmpeg-5.0.1/libavcodec/htmlsubtitles.c:260:37: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] ffmpeg-5.0.1/libavcodec/huffman.c:57:68: style:inconclusive: Function 'ff_huff_gen_len_table' argument 3 names different: declaration 'n' definition 'stats_size'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/huffman.h:47:68: note: Function 'ff_huff_gen_len_table' argument 3 names different: declaration 'n' definition 'stats_size'. ffmpeg-5.0.1/libavcodec/huffman.c:57:68: note: Function 'ff_huff_gen_len_table' argument 3 names different: declaration 'n' definition 'stats_size'. ffmpeg-5.0.1/libavcodec/huffyuv.c:71:53: style:inconclusive: Function 'ff_huffyuv_common_init' argument 1 names different: declaration 's' definition 'avctx'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/huffyuv.h:97:45: note: Function 'ff_huffyuv_common_init' argument 1 names different: declaration 's' definition 'avctx'. ffmpeg-5.0.1/libavcodec/huffyuv.c:71:53: note: Function 'ff_huffyuv_common_init' argument 1 names different: declaration 's' definition 'avctx'. ffmpeg-5.0.1/libavcodec/huffyuvdec.c:1250:26: style: Variable 'slice_offset' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/huffyuvenc.c:973:13: style: Local variable 'j' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/huffyuvenc.c:730:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/huffyuvenc.c:973:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/huffyuvenc.c:974:15: style: Local variable 'p' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/huffyuvenc.c:729:27: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/huffyuvenc.c:974:15: note: Shadow variable ffmpeg-5.0.1/libavcodec/huffyuvenc.c:300:64: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/idctdsp.c:29:41: style: Parameter 'permutation' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/idctdsp.c:229:76: style: Parameter 'block' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/idctdsp.c:233:76: style: Parameter 'block' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/iirfilter.c:276:52: style:inconclusive: Function 'ff_iir_filter' argument 1 names different: declaration 'coeffs' definition 'c'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/iirfilter.h:128:52: note: Function 'ff_iir_filter' argument 1 names different: declaration 'coeffs' definition 'c'. ffmpeg-5.0.1/libavcodec/iirfilter.c:276:52: note: Function 'ff_iir_filter' argument 1 names different: declaration 'coeffs' definition 'c'. ffmpeg-5.0.1/libavcodec/iirfilter.c:277:45: style:inconclusive: Function 'ff_iir_filter' argument 2 names different: declaration 'state' definition 's'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/iirfilter.h:128:85: note: Function 'ff_iir_filter' argument 2 names different: declaration 'state' definition 's'. ffmpeg-5.0.1/libavcodec/iirfilter.c:277:45: note: Function 'ff_iir_filter' argument 2 names different: declaration 'state' definition 's'. ffmpeg-5.0.1/libavcodec/iirfilter.c:320:68: style:inconclusive: Function 'ff_iir_filter_free_coeffsp' argument 1 names different: declaration 'coeffs' definition 'coeffsp'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/iirfilter.h:108:60: note: Function 'ff_iir_filter_free_coeffsp' argument 1 names different: declaration 'coeffs' definition 'coeffsp'. ffmpeg-5.0.1/libavcodec/iirfilter.c:320:68: note: Function 'ff_iir_filter_free_coeffsp' argument 1 names different: declaration 'coeffs' definition 'coeffsp'. ffmpeg-5.0.1/libavcodec/ilbcdec.c:1096:55: style: Condition 's->consPLICount*s->block_samples>640' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/ilbcdec.c:1094:48: note: Assuming that condition 's->consPLICount*s->block_samples>320' is not redundant ffmpeg-5.0.1/libavcodec/ilbcdec.c:1096:55: note: Condition 's->consPLICount*s->block_samples>640' is always false ffmpeg-5.0.1/libavcodec/ilbcdec.c:1098:55: style: Condition 's->consPLICount*s->block_samples>960' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/ilbcdec.c:1094:48: note: Assuming that condition 's->consPLICount*s->block_samples>320' is not redundant ffmpeg-5.0.1/libavcodec/ilbcdec.c:1098:55: note: Condition 's->consPLICount*s->block_samples>960' is always false ffmpeg-5.0.1/libavcodec/ilbcdec.c:1100:55: style: Condition 's->consPLICount*s->block_samples>1280' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/ilbcdec.c:1094:48: note: Assuming that condition 's->consPLICount*s->block_samples>320' is not redundant ffmpeg-5.0.1/libavcodec/ilbcdec.c:1100:55: note: Condition 's->consPLICount*s->block_samples>1280' is always false ffmpeg-5.0.1/libavcodec/ilbcdec.c:1353:20: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/ilbcdec.c:282:58: style: Parameter 'index' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/ilbcdec.c:333:52: style: Parameter 'in1' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/ilbcdec.c:334:38: style: Parameter 'in2' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/ilbcdec.c:343:30: style: Parameter 'lsf' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/ilbcdec.c:366:35: style: Parameter 'lsp' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/ilbcdec.c:868:25: style: Variable 'absolute' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/ilbcdec.c:1178:20: style: Variable 'energy' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/iff.c:331:17: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/iff.c:210:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/iff.c:331:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/iff.c:1672:29: style: Variable 'buf' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/iff.c:1685:29: style: Variable 'buf' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/iff.c:1696:29: style: Variable 'buf' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/iff.c:1710:29: style: Variable 'buf' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/iff.c:1719:25: style: Variable 'buf' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/iff.c:1724:25: style: Variable 'buf' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/imc.c:281:56: style: Parameter 'flcoeffs1' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/imc.c:282:41: style: Parameter 'flcoeffs2' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/imc.c:375:63: style: Parameter 'levlCoeffBuf' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/imc.c:409:64: style: Parameter 'levlCoeffBuf' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/imc.c:410:51: style: Parameter 'old_floor' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/imc.c:467:18: style: Variable 'lowest' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/imc.c:468:18: style: Variable 'low_indx' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/imc.c:471:20: style: Variable 'found_indx' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/imm4.c:223:35: style: Local variable 'cbplo' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/imm4.c:67:22: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/imm4.c:223:35: note: Shadow variable ffmpeg-5.0.1/libavcodec/imm4.c:276:29: style: Local variable 'cbplo' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/imm4.c:67:22: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/imm4.c:276:29: note: Shadow variable ffmpeg-5.0.1/libavcodec/indeo2.c:119:13: style: Variable 'out' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/intrax8.c:741:35: style:inconclusive: Function 'ff_intrax8_decode_picture' argument 6 names different: declaration 'quant' definition 'dquant'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/intrax8.h:114:35: note: Function 'ff_intrax8_decode_picture' argument 6 names different: declaration 'quant' definition 'dquant'. ffmpeg-5.0.1/libavcodec/intrax8.c:741:35: note: Function 'ff_intrax8_decode_picture' argument 6 names different: declaration 'quant' definition 'dquant'. ffmpeg-5.0.1/libavcodec/intrax8.c:741:47: style:inconclusive: Function 'ff_intrax8_decode_picture' argument 7 names different: declaration 'halfpq' definition 'quant_offset'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/intrax8.h:114:46: note: Function 'ff_intrax8_decode_picture' argument 7 names different: declaration 'halfpq' definition 'quant_offset'. ffmpeg-5.0.1/libavcodec/intrax8.c:741:47: note: Function 'ff_intrax8_decode_picture' argument 7 names different: declaration 'halfpq' definition 'quant_offset'. ffmpeg-5.0.1/libavcodec/intrax8.c:70:14: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/intrax8.c:66:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/intrax8.c:70:14: note: Shadow variable ffmpeg-5.0.1/libavcodec/intrax8.c:77:14: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/intrax8.c:66:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/intrax8.c:77:14: note: Shadow variable ffmpeg-5.0.1/libavcodec/intrax8.c:695:71: style: Parameter 'idsp' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/interplayvideo.c:811:17: warning:inconclusive: Array 'P' is filled incompletely. Did you forget to multiply the size given to 'memcpy()' with 'sizeof(*P)'? [incompleteArrayFill] ffmpeg-5.0.1/libavcodec/interplayvideo.c:437:18: style: Local variable 'flags' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/interplayvideo.c:405:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/interplayvideo.c:437:18: note: Shadow variable ffmpeg-5.0.1/libavcodec/interplayvideo.c:790:18: style: Local variable 'flags' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/interplayvideo.c:759:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/interplayvideo.c:790:18: note: Shadow variable ffmpeg-5.0.1/libavcodec/interplayvideo.c:811:17: error: Overlapping read/write in memcpy() is undefined behavior [overlappingWriteFunction] ffmpeg-5.0.1/libavcodec/interplayvideo.c:870:28: error: Uninitialized variable: P [uninitvar] ffmpeg-5.0.1/libavcodec/interplayvideo.c:865:13: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/interplayvideo.c:870:28: note: Uninitialized variable: P ffmpeg-5.0.1/libavcodec/intrax8dsp.c:134:17: style: Local variable 'c' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/intrax8dsp.c:73:13: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/intrax8dsp.c:134:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/intrax8dsp.c:65:52: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/intrax8dsp.c:163:45: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/intrax8dsp.c:215:45: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/intrax8dsp.c:226:45: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/intrax8dsp.c:237:45: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/intrax8dsp.c:248:45: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/intrax8dsp.c:259:45: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/intrax8dsp.c:274:45: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/intrax8dsp.c:285:45: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/intrax8dsp.c:300:45: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/intrax8dsp.c:311:45: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/intrax8dsp.c:322:46: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/intrax8dsp.c:333:46: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/intrax8dsp.c:419:30: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/ituh263enc.c:208:16: style: Condition 'ufep' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/ituh263enc.c:158:18: note: Assignment 'ufep=1', assigned value is 1 ffmpeg-5.0.1/libavcodec/ituh263enc.c:208:16: note: Condition 'ufep' is always true ffmpeg-5.0.1/libavcodec/ituh263enc.c:660:19: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/ituh263enc.c:413:16: style: Variable 'sval' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/ituh263enc.c:414:13: style: Variable 'i' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/ituh263enc.c:749:21: style: Variable 'bits' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/ituh263dec.c:1244:24: warning: Invalid test for overflow 's->pp_time<=s->pp_time-s->pb_time'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always false. [invalidTestForOverflow] ffmpeg-5.0.1/libavcodec/ituh263dec.c:1245:24: style: Checking if unsigned expression 's->pp_time' is less than zero. [unsignedLessThanZero] ffmpeg-5.0.1/libavcodec/ituh263dec.c:864:26: style: Local variable 'mot_val' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/ituh263dec.c:700:14: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/ituh263dec.c:864:26: note: Shadow variable ffmpeg-5.0.1/libavcodec/ituh263dec.c:891:26: style: Local variable 'mot_val' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/ituh263dec.c:700:14: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/ituh263dec.c:891:26: note: Shadow variable ffmpeg-5.0.1/libavcodec/ituh263dec.c:1282:13: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/ituh263dec.c:1000:32: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/ituh263dec.c:1282:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/j2kenc.c:996:28: style: Condition 'reslevelnonreslevels' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/j2kenc.c:990:37: note: Assuming that condition 'reslevelnonreslevels' is not redundant ffmpeg-5.0.1/libavcodec/j2kenc.c:996:28: note: Condition 'reslevelnonreslevels' is always true ffmpeg-5.0.1/libavcodec/j2kenc.c:347:5: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] ffmpeg-5.0.1/libavcodec/j2kenc.c:349:6: note: Found duplicate branches for 'if' and 'else'. ffmpeg-5.0.1/libavcodec/j2kenc.c:347:5: note: Found duplicate branches for 'if' and 'else'. ffmpeg-5.0.1/libavcodec/j2kenc.c:626:29: style: Local variable 'ctxno' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/j2kenc.c:621:25: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/j2kenc.c:626:29: note: Shadow variable ffmpeg-5.0.1/libavcodec/j2kenc.c:678:33: style: Local variable 'ctxno' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/j2kenc.c:673:29: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/j2kenc.c:678:33: note: Shadow variable ffmpeg-5.0.1/libavcodec/j2kenc.c:693:33: style: Local variable 'ctxno' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/j2kenc.c:689:29: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/j2kenc.c:693:33: note: Shadow variable ffmpeg-5.0.1/libavcodec/j2kenc.c:622:69: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/j2kenc.c:645:110: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/j2kenc.c:675:118: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/j2kenc.c:690:114: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/j2kenc.c:784:47: style: Parameter 'expn' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/j2kenc.c:1012:25: style: Variable 'log_subsampling' can be declared as const array [constVariable] ffmpeg-5.0.1/libavcodec/j2kenc.c:1073:25: style: Variable 'log_subsampling' can be declared as const array [constVariable] ffmpeg-5.0.1/libavcodec/j2kenc.c:1119:17: style: Variable 'log_subsampling' can be declared as const array [constVariable] ffmpeg-5.0.1/libavcodec/jpeg2000_parser.c:131:26: style: Condition 'pc->frame_start_found' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/jpeg2000_parser.c:128:17: note: Assuming condition '!pc->frame_start_found' is false ffmpeg-5.0.1/libavcodec/jpeg2000_parser.c:131:26: note: Condition 'pc->frame_start_found' is always true ffmpeg-5.0.1/libavcodec/jpeg2000.c:605:13: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition] ffmpeg-5.0.1/libavcodec/jpeg2000.c:601:14: note: outer condition: comp->reslevel ffmpeg-5.0.1/libavcodec/jpeg2000.c:605:13: note: opposite inner condition: !comp->reslevel ffmpeg-5.0.1/libavcodec/jpeg2000.c:470:48: style:inconclusive: Function 'ff_jpeg2000_init_component' argument 7 names different: declaration 'ctx' definition 'avctx'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/jpeg2000.h:281:48: note: Function 'ff_jpeg2000_init_component' argument 7 names different: declaration 'ctx' definition 'avctx'. ffmpeg-5.0.1/libavcodec/jpeg2000.c:470:48: note: Function 'ff_jpeg2000_init_component' argument 7 names different: declaration 'ctx' definition 'avctx'. ffmpeg-5.0.1/libavcodec/jpeg2000.c:57:12: style: Variable 'pw' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/jpeg2000.c:57:20: style: Variable 'ph' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/jpeg2000dwt.c:270:17: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/jpeg2000dwt.c:252:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/jpeg2000dwt.c:270:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/jpeg2000dwt.c:287:17: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/jpeg2000dwt.c:252:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/jpeg2000dwt.c:287:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/jpeg2000dwt.c:502:17: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/jpeg2000dwt.c:483:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/jpeg2000dwt.c:502:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/jpeg2000dwt.c:518:17: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/jpeg2000dwt.c:483:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/jpeg2000dwt.c:518:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/jpeg2000dec.c:1711:21: style: Local variable 'flags_mask' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/jpeg2000dec.c:1689:17: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/jpeg2000dec.c:1711:21: note: Shadow variable ffmpeg-5.0.1/libavcodec/jpeg2000dec.c:558:29: style: Parameter 'properties' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/jpeg2000dec.c:708:29: style: Parameter 'properties' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/jpeg2000dec.c:1104:55: style: Parameter 'expn' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/jpeg2000dec.c:2312:13: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/jpeglsdec.c:263:21: style: Local variable 'r' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/jpeglsdec.c:258:17: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/jpeglsdec.c:263:21: note: Shadow variable ffmpeg-5.0.1/libavcodec/jpeglsdec.c:422:17: style: Local variable 'ret' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/jpeglsdec.c:361:44: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/jpeglsdec.c:422:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/jpeglsdec.c:448:17: style: Local variable 'ret' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/jpeglsdec.c:361:44: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/jpeglsdec.c:448:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/jpeglsdec.c:461:17: error: Uninitialized variable: ret [uninitvar] ffmpeg-5.0.1/libavcodec/jpeglsdec.c:449:27: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/jpeglsdec.c:461:17: note: Uninitialized variable: ret ffmpeg-5.0.1/libavcodec/lagarith.c:189:31: style: Checking if unsigned expression 'scaled_cumul_prob' is less than zero. [unsignedLessThanZero] ffmpeg-5.0.1/libavcodec/lagarith.c:243:48: style: Parameter 'diff' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/lagarith.c:273:11: style: Variable 'L' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/codec2utils.h:59:59: style: Parameter 'ptr' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/libdavs2.c:67:28: warning: Either the condition '!pic' is redundant or there is possible null pointer dereference: pic. [nullPointerRedundantCheck] ffmpeg-5.0.1/libavcodec/libdavs2.c:76:9: note: Assuming that condition '!pic' is not redundant ffmpeg-5.0.1/libavcodec/libdavs2.c:67:28: note: Null pointer dereference ffmpeg-5.0.1/libavcodec/libfdk-aacdec.c:406:14: style: Variable 'err' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/libgsmdec.c:105:18: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/libfdk-aacenc.c:226:13: style: Local variable 'mode' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/libfdk-aacenc.c:126:18: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/libfdk-aacenc.c:226:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/libfdk-aacenc.c:265:79: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/libfdk-aacenc.c:285:67: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/librav1e.c:553:13: style: Local variable 'ret' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/librav1e.c:437:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/librav1e.c:553:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/libopusenc.c:492:56: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavcodec/libspeexdec.c:55:31: style: Redundant condition: avctx->extradata. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ffmpeg-5.0.1/libavcodec/libsvtav1.c:215:73: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/libsvtav1.c:130:20: style: Variable 'in_data' is not assigned a value. [unassignedVariable] ffmpeg-5.0.1/libavcodec/libuavs3d.c:51:12: error: Signed integer overflow for expression '0xB6<<24'. [integerOverflow] ffmpeg-5.0.1/libavcodec/libuavs3d.c:51:12: error: Signed integer overflow for expression '(0xB6<<24)+0x010000'. [integerOverflow] ffmpeg-5.0.1/libavcodec/libuavs3d.c:52:12: error: Signed integer overflow for expression '0xB3<<24'. [integerOverflow] ffmpeg-5.0.1/libavcodec/libuavs3d.c:52:12: error: Signed integer overflow for expression '(0xB3<<24)+0x010000'. [integerOverflow] ffmpeg-5.0.1/libavcodec/libuavs3d.c:53:12: error: Signed integer overflow for expression '0xB0<<24'. [integerOverflow] ffmpeg-5.0.1/libavcodec/libuavs3d.c:53:12: error: Signed integer overflow for expression '(0xB0<<24)+0x010000'. [integerOverflow] ffmpeg-5.0.1/libavcodec/libuavs3d.c:55:12: error: Signed integer overflow for expression '0xB1<<24'. [integerOverflow] ffmpeg-5.0.1/libavcodec/libuavs3d.c:55:12: error: Signed integer overflow for expression '(0xB1<<24)+0x010000'. [integerOverflow] ffmpeg-5.0.1/libavcodec/libx264.c:153:0: error: failed to evaluate #if condition, division/modulo by zero [preprocessorErrorDirective] ffmpeg-5.0.1/libavcodec/libvpxenc.c:1302:32: style: Condition 'cx_frame->frame_number!=-1' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/libvpxenc.c:1133:79: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary] ffmpeg-5.0.1/libavcodec/libvpxenc.c:74:14: style: struct member 'VPxEncoderContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/libvpxenc.c:118:9: style: struct member 'VPxEncoderContext::tile_columns' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/libvpxenc.c:119:9: style: struct member 'VPxEncoderContext::tile_rows' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/libvpxenc.c:120:9: style: struct member 'VPxEncoderContext::frame_parallel' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/libvpxenc.c:121:9: style: struct member 'VPxEncoderContext::aq_mode' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/libvpxenc.c:124:9: style: struct member 'VPxEncoderContext::vpx_cs' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/libvpxenc.c:125:11: style: struct member 'VPxEncoderContext::level' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/libvpxenc.c:126:9: style: struct member 'VPxEncoderContext::row_mt' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/libvpxenc.c:127:9: style: struct member 'VPxEncoderContext::tune_content' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/libvpxenc.c:128:9: style: struct member 'VPxEncoderContext::corpus_complexity' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/libvpxenc.c:129:9: style: struct member 'VPxEncoderContext::tpl_model' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/libxavs.c:112:13: style: Local variable 'size' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/libxavs.c:89:13: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/libxavs.c:112:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/libzvbi-teletextdec.c:288:60: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavcodec/loco.c:119:41: style: Parameter 'data' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/loongarch/h264_deblock_lasx.c:136:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/loongarch/h264_deblock_lasx.c:138:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/loongarch/h264_deblock_lasx.c:136:5: error: Uninitialized variable: out [legacyUninitvar] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:1106:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/loongarch/h264chroma_lasx.c:813:38: style:inconclusive: Function 'ff_put_h264_chroma_mc4_lasx' argument 4 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264chroma_lasx.h:30:13: note: Function 'ff_put_h264_chroma_mc4_lasx' argument 4 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/loongarch/h264chroma_lasx.c:813:38: note: Function 'ff_put_h264_chroma_mc4_lasx' argument 4 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/loongarch/h264chroma_lasx.c:829:38: style:inconclusive: Function 'ff_put_h264_chroma_mc8_lasx' argument 4 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264chroma_lasx.h:32:13: note: Function 'ff_put_h264_chroma_mc8_lasx' argument 4 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/loongarch/h264chroma_lasx.c:829:38: note: Function 'ff_put_h264_chroma_mc8_lasx' argument 4 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/loongarch/h264chroma_lasx.c:1266:38: style:inconclusive: Function 'ff_avg_h264_chroma_mc8_lasx' argument 4 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264chroma_lasx.h:34:13: note: Function 'ff_avg_h264_chroma_mc8_lasx' argument 4 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/loongarch/h264chroma_lasx.c:1266:38: note: Function 'ff_avg_h264_chroma_mc8_lasx' argument 4 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1019:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1240:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1295:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1352:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:2093:10: style: Variable 'dst1' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:2092:10: note: dst1 is assigned ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:2093:10: note: dst1 is overwritten ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:67:41: style:inconclusive: Function 'ff_h264_h_lpf_luma_8_lasx' argument 1 names different: declaration 'src' definition 'data'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:28:41: note: Function 'ff_h264_h_lpf_luma_8_lasx' argument 1 names different: declaration 'src' definition 'data'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:67:41: note: Function 'ff_h264_h_lpf_luma_8_lasx' argument 1 names different: declaration 'src' definition 'data'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:67:57: style:inconclusive: Function 'ff_h264_h_lpf_luma_8_lasx' argument 2 names different: declaration 'stride' definition 'img_width'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:28:56: note: Function 'ff_h264_h_lpf_luma_8_lasx' argument 2 names different: declaration 'stride' definition 'img_width'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:67:57: note: Function 'ff_h264_h_lpf_luma_8_lasx' argument 2 names different: declaration 'stride' definition 'img_width'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:68:36: style:inconclusive: Function 'ff_h264_h_lpf_luma_8_lasx' argument 3 names different: declaration 'alpha' definition 'alpha_in'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:29:36: note: Function 'ff_h264_h_lpf_luma_8_lasx' argument 3 names different: declaration 'alpha' definition 'alpha_in'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:68:36: note: Function 'ff_h264_h_lpf_luma_8_lasx' argument 3 names different: declaration 'alpha' definition 'alpha_in'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:68:50: style:inconclusive: Function 'ff_h264_h_lpf_luma_8_lasx' argument 4 names different: declaration 'beta' definition 'beta_in'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:29:47: note: Function 'ff_h264_h_lpf_luma_8_lasx' argument 4 names different: declaration 'beta' definition 'beta_in'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:68:50: note: Function 'ff_h264_h_lpf_luma_8_lasx' argument 4 names different: declaration 'beta' definition 'beta_in'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:68:67: style:inconclusive: Function 'ff_h264_h_lpf_luma_8_lasx' argument 5 names different: declaration 'tc0' definition 'tc'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:29:61: note: Function 'ff_h264_h_lpf_luma_8_lasx' argument 5 names different: declaration 'tc0' definition 'tc'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:68:67: note: Function 'ff_h264_h_lpf_luma_8_lasx' argument 5 names different: declaration 'tc0' definition 'tc'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:244:41: style:inconclusive: Function 'ff_h264_v_lpf_luma_8_lasx' argument 1 names different: declaration 'src' definition 'data'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:30:41: note: Function 'ff_h264_v_lpf_luma_8_lasx' argument 1 names different: declaration 'src' definition 'data'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:244:41: note: Function 'ff_h264_v_lpf_luma_8_lasx' argument 1 names different: declaration 'src' definition 'data'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:244:57: style:inconclusive: Function 'ff_h264_v_lpf_luma_8_lasx' argument 2 names different: declaration 'stride' definition 'img_width'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:30:56: note: Function 'ff_h264_v_lpf_luma_8_lasx' argument 2 names different: declaration 'stride' definition 'img_width'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:244:57: note: Function 'ff_h264_v_lpf_luma_8_lasx' argument 2 names different: declaration 'stride' definition 'img_width'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:245:40: style:inconclusive: Function 'ff_h264_v_lpf_luma_8_lasx' argument 3 names different: declaration 'alpha' definition 'alpha_in'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:31:36: note: Function 'ff_h264_v_lpf_luma_8_lasx' argument 3 names different: declaration 'alpha' definition 'alpha_in'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:245:40: note: Function 'ff_h264_v_lpf_luma_8_lasx' argument 3 names different: declaration 'alpha' definition 'alpha_in'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:245:54: style:inconclusive: Function 'ff_h264_v_lpf_luma_8_lasx' argument 4 names different: declaration 'beta' definition 'beta_in'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:31:47: note: Function 'ff_h264_v_lpf_luma_8_lasx' argument 4 names different: declaration 'beta' definition 'beta_in'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:245:54: note: Function 'ff_h264_v_lpf_luma_8_lasx' argument 4 names different: declaration 'beta' definition 'beta_in'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:245:71: style:inconclusive: Function 'ff_h264_v_lpf_luma_8_lasx' argument 5 names different: declaration 'tc0' definition 'tc'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:31:61: note: Function 'ff_h264_v_lpf_luma_8_lasx' argument 5 names different: declaration 'tc0' definition 'tc'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:245:71: note: Function 'ff_h264_v_lpf_luma_8_lasx' argument 5 names different: declaration 'tc0' definition 'tc'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:366:43: style:inconclusive: Function 'ff_h264_h_lpf_chroma_8_lasx' argument 1 names different: declaration 'src' definition 'data'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:36:43: note: Function 'ff_h264_h_lpf_chroma_8_lasx' argument 1 names different: declaration 'src' definition 'data'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:366:43: note: Function 'ff_h264_h_lpf_chroma_8_lasx' argument 1 names different: declaration 'src' definition 'data'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:366:59: style:inconclusive: Function 'ff_h264_h_lpf_chroma_8_lasx' argument 2 names different: declaration 'stride' definition 'img_width'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:36:58: note: Function 'ff_h264_h_lpf_chroma_8_lasx' argument 2 names different: declaration 'stride' definition 'img_width'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:366:59: note: Function 'ff_h264_h_lpf_chroma_8_lasx' argument 2 names different: declaration 'stride' definition 'img_width'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:367:38: style:inconclusive: Function 'ff_h264_h_lpf_chroma_8_lasx' argument 3 names different: declaration 'alpha' definition 'alpha_in'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:37:38: note: Function 'ff_h264_h_lpf_chroma_8_lasx' argument 3 names different: declaration 'alpha' definition 'alpha_in'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:367:38: note: Function 'ff_h264_h_lpf_chroma_8_lasx' argument 3 names different: declaration 'alpha' definition 'alpha_in'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:367:52: style:inconclusive: Function 'ff_h264_h_lpf_chroma_8_lasx' argument 4 names different: declaration 'beta' definition 'beta_in'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:37:49: note: Function 'ff_h264_h_lpf_chroma_8_lasx' argument 4 names different: declaration 'beta' definition 'beta_in'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:367:52: note: Function 'ff_h264_h_lpf_chroma_8_lasx' argument 4 names different: declaration 'beta' definition 'beta_in'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:367:69: style:inconclusive: Function 'ff_h264_h_lpf_chroma_8_lasx' argument 5 names different: declaration 'tc0' definition 'tc'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:37:63: note: Function 'ff_h264_h_lpf_chroma_8_lasx' argument 5 names different: declaration 'tc0' definition 'tc'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:367:69: note: Function 'ff_h264_h_lpf_chroma_8_lasx' argument 5 names different: declaration 'tc0' definition 'tc'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:474:43: style:inconclusive: Function 'ff_h264_v_lpf_chroma_8_lasx' argument 1 names different: declaration 'src' definition 'data'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:38:43: note: Function 'ff_h264_v_lpf_chroma_8_lasx' argument 1 names different: declaration 'src' definition 'data'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:474:43: note: Function 'ff_h264_v_lpf_chroma_8_lasx' argument 1 names different: declaration 'src' definition 'data'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:474:59: style:inconclusive: Function 'ff_h264_v_lpf_chroma_8_lasx' argument 2 names different: declaration 'stride' definition 'img_width'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:38:58: note: Function 'ff_h264_v_lpf_chroma_8_lasx' argument 2 names different: declaration 'stride' definition 'img_width'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:474:59: note: Function 'ff_h264_v_lpf_chroma_8_lasx' argument 2 names different: declaration 'stride' definition 'img_width'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:475:38: style:inconclusive: Function 'ff_h264_v_lpf_chroma_8_lasx' argument 3 names different: declaration 'alpha' definition 'alpha_in'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:39:38: note: Function 'ff_h264_v_lpf_chroma_8_lasx' argument 3 names different: declaration 'alpha' definition 'alpha_in'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:475:38: note: Function 'ff_h264_v_lpf_chroma_8_lasx' argument 3 names different: declaration 'alpha' definition 'alpha_in'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:475:52: style:inconclusive: Function 'ff_h264_v_lpf_chroma_8_lasx' argument 4 names different: declaration 'beta' definition 'beta_in'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:39:49: note: Function 'ff_h264_v_lpf_chroma_8_lasx' argument 4 names different: declaration 'beta' definition 'beta_in'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:475:52: note: Function 'ff_h264_v_lpf_chroma_8_lasx' argument 4 names different: declaration 'beta' definition 'beta_in'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:475:69: style:inconclusive: Function 'ff_h264_v_lpf_chroma_8_lasx' argument 5 names different: declaration 'tc0' definition 'tc'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:39:63: note: Function 'ff_h264_v_lpf_chroma_8_lasx' argument 5 names different: declaration 'tc0' definition 'tc'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:475:69: note: Function 'ff_h264_v_lpf_chroma_8_lasx' argument 5 names different: declaration 'tc0' definition 'tc'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:584:47: style:inconclusive: Function 'ff_h264_h_lpf_luma_intra_8_lasx' argument 1 names different: declaration 'src' definition 'data'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:32:47: note: Function 'ff_h264_h_lpf_luma_intra_8_lasx' argument 1 names different: declaration 'src' definition 'data'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:584:47: note: Function 'ff_h264_h_lpf_luma_intra_8_lasx' argument 1 names different: declaration 'src' definition 'data'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:584:63: style:inconclusive: Function 'ff_h264_h_lpf_luma_intra_8_lasx' argument 2 names different: declaration 'stride' definition 'img_width'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:32:62: note: Function 'ff_h264_h_lpf_luma_intra_8_lasx' argument 2 names different: declaration 'stride' definition 'img_width'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:584:63: note: Function 'ff_h264_h_lpf_luma_intra_8_lasx' argument 2 names different: declaration 'stride' definition 'img_width'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:585:42: style:inconclusive: Function 'ff_h264_h_lpf_luma_intra_8_lasx' argument 3 names different: declaration 'alpha' definition 'alpha_in'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:33:42: note: Function 'ff_h264_h_lpf_luma_intra_8_lasx' argument 3 names different: declaration 'alpha' definition 'alpha_in'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:585:42: note: Function 'ff_h264_h_lpf_luma_intra_8_lasx' argument 3 names different: declaration 'alpha' definition 'alpha_in'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:585:56: style:inconclusive: Function 'ff_h264_h_lpf_luma_intra_8_lasx' argument 4 names different: declaration 'beta' definition 'beta_in'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:33:53: note: Function 'ff_h264_h_lpf_luma_intra_8_lasx' argument 4 names different: declaration 'beta' definition 'beta_in'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:585:56: note: Function 'ff_h264_h_lpf_luma_intra_8_lasx' argument 4 names different: declaration 'beta' definition 'beta_in'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:760:47: style:inconclusive: Function 'ff_h264_v_lpf_luma_intra_8_lasx' argument 1 names different: declaration 'src' definition 'data'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:34:47: note: Function 'ff_h264_v_lpf_luma_intra_8_lasx' argument 1 names different: declaration 'src' definition 'data'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:760:47: note: Function 'ff_h264_v_lpf_luma_intra_8_lasx' argument 1 names different: declaration 'src' definition 'data'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:760:63: style:inconclusive: Function 'ff_h264_v_lpf_luma_intra_8_lasx' argument 2 names different: declaration 'stride' definition 'img_width'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:34:62: note: Function 'ff_h264_v_lpf_luma_intra_8_lasx' argument 2 names different: declaration 'stride' definition 'img_width'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:760:63: note: Function 'ff_h264_v_lpf_luma_intra_8_lasx' argument 2 names different: declaration 'stride' definition 'img_width'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:761:42: style:inconclusive: Function 'ff_h264_v_lpf_luma_intra_8_lasx' argument 3 names different: declaration 'alpha' definition 'alpha_in'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:35:42: note: Function 'ff_h264_v_lpf_luma_intra_8_lasx' argument 3 names different: declaration 'alpha' definition 'alpha_in'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:761:42: note: Function 'ff_h264_v_lpf_luma_intra_8_lasx' argument 3 names different: declaration 'alpha' definition 'alpha_in'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:761:56: style:inconclusive: Function 'ff_h264_v_lpf_luma_intra_8_lasx' argument 4 names different: declaration 'beta' definition 'beta_in'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:35:53: note: Function 'ff_h264_v_lpf_luma_intra_8_lasx' argument 4 names different: declaration 'beta' definition 'beta_in'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:761:56: note: Function 'ff_h264_v_lpf_luma_intra_8_lasx' argument 4 names different: declaration 'beta' definition 'beta_in'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:880:49: style:inconclusive: Function 'ff_h264_h_lpf_chroma_intra_8_lasx' argument 1 names different: declaration 'src' definition 'data'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:40:49: note: Function 'ff_h264_h_lpf_chroma_intra_8_lasx' argument 1 names different: declaration 'src' definition 'data'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:880:49: note: Function 'ff_h264_h_lpf_chroma_intra_8_lasx' argument 1 names different: declaration 'src' definition 'data'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:880:65: style:inconclusive: Function 'ff_h264_h_lpf_chroma_intra_8_lasx' argument 2 names different: declaration 'stride' definition 'img_width'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:40:64: note: Function 'ff_h264_h_lpf_chroma_intra_8_lasx' argument 2 names different: declaration 'stride' definition 'img_width'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:880:65: note: Function 'ff_h264_h_lpf_chroma_intra_8_lasx' argument 2 names different: declaration 'stride' definition 'img_width'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:881:44: style:inconclusive: Function 'ff_h264_h_lpf_chroma_intra_8_lasx' argument 3 names different: declaration 'alpha' definition 'alpha_in'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:41:44: note: Function 'ff_h264_h_lpf_chroma_intra_8_lasx' argument 3 names different: declaration 'alpha' definition 'alpha_in'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:881:44: note: Function 'ff_h264_h_lpf_chroma_intra_8_lasx' argument 3 names different: declaration 'alpha' definition 'alpha_in'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:881:58: style:inconclusive: Function 'ff_h264_h_lpf_chroma_intra_8_lasx' argument 4 names different: declaration 'beta' definition 'beta_in'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:41:55: note: Function 'ff_h264_h_lpf_chroma_intra_8_lasx' argument 4 names different: declaration 'beta' definition 'beta_in'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:881:58: note: Function 'ff_h264_h_lpf_chroma_intra_8_lasx' argument 4 names different: declaration 'beta' definition 'beta_in'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:960:49: style:inconclusive: Function 'ff_h264_v_lpf_chroma_intra_8_lasx' argument 1 names different: declaration 'src' definition 'data'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:42:49: note: Function 'ff_h264_v_lpf_chroma_intra_8_lasx' argument 1 names different: declaration 'src' definition 'data'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:960:49: note: Function 'ff_h264_v_lpf_chroma_intra_8_lasx' argument 1 names different: declaration 'src' definition 'data'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:960:65: style:inconclusive: Function 'ff_h264_v_lpf_chroma_intra_8_lasx' argument 2 names different: declaration 'stride' definition 'img_width'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:42:64: note: Function 'ff_h264_v_lpf_chroma_intra_8_lasx' argument 2 names different: declaration 'stride' definition 'img_width'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:960:65: note: Function 'ff_h264_v_lpf_chroma_intra_8_lasx' argument 2 names different: declaration 'stride' definition 'img_width'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:961:44: style:inconclusive: Function 'ff_h264_v_lpf_chroma_intra_8_lasx' argument 3 names different: declaration 'alpha' definition 'alpha_in'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:43:44: note: Function 'ff_h264_v_lpf_chroma_intra_8_lasx' argument 3 names different: declaration 'alpha' definition 'alpha_in'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:961:44: note: Function 'ff_h264_v_lpf_chroma_intra_8_lasx' argument 3 names different: declaration 'alpha' definition 'alpha_in'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:961:58: style:inconclusive: Function 'ff_h264_v_lpf_chroma_intra_8_lasx' argument 4 names different: declaration 'beta' definition 'beta_in'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.h:43:55: note: Function 'ff_h264_v_lpf_chroma_intra_8_lasx' argument 4 names different: declaration 'beta' definition 'beta_in'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:961:58: note: Function 'ff_h264_v_lpf_chroma_intra_8_lasx' argument 4 names different: declaration 'beta' definition 'beta_in'. ffmpeg-5.0.1/libavcodec/loongarch/h264dsp_lasx.c:1106:13: style: Variable 'src' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1625:44: style:inconclusive: Function 'ff_avg_h264_qpel8_mc00_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:131:44: note: Function 'ff_avg_h264_qpel8_mc00_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1625:44: note: Function 'ff_avg_h264_qpel8_mc00_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1633:44: style:inconclusive: Function 'ff_avg_h264_qpel8_mc10_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:133:44: note: Function 'ff_avg_h264_qpel8_mc10_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1633:44: note: Function 'ff_avg_h264_qpel8_mc10_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1642:44: style:inconclusive: Function 'ff_avg_h264_qpel8_mc20_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:135:44: note: Function 'ff_avg_h264_qpel8_mc20_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1642:44: note: Function 'ff_avg_h264_qpel8_mc20_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1648:44: style:inconclusive: Function 'ff_avg_h264_qpel8_mc30_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:137:44: note: Function 'ff_avg_h264_qpel8_mc30_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1648:44: note: Function 'ff_avg_h264_qpel8_mc30_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1657:44: style:inconclusive: Function 'ff_avg_h264_qpel8_mc11_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:139:44: note: Function 'ff_avg_h264_qpel8_mc11_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1657:44: note: Function 'ff_avg_h264_qpel8_mc11_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1668:44: style:inconclusive: Function 'ff_avg_h264_qpel8_mc21_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:141:44: note: Function 'ff_avg_h264_qpel8_mc21_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1668:44: note: Function 'ff_avg_h264_qpel8_mc21_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1680:44: style:inconclusive: Function 'ff_avg_h264_qpel8_mc31_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:143:44: note: Function 'ff_avg_h264_qpel8_mc31_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1680:44: note: Function 'ff_avg_h264_qpel8_mc31_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1691:44: style:inconclusive: Function 'ff_avg_h264_qpel8_mc02_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:145:44: note: Function 'ff_avg_h264_qpel8_mc02_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1691:44: note: Function 'ff_avg_h264_qpel8_mc02_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1697:44: style:inconclusive: Function 'ff_avg_h264_qpel8_mc12_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:147:44: note: Function 'ff_avg_h264_qpel8_mc12_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1697:44: note: Function 'ff_avg_h264_qpel8_mc12_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1709:44: style:inconclusive: Function 'ff_avg_h264_qpel8_mc22_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:149:44: note: Function 'ff_avg_h264_qpel8_mc22_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1709:44: note: Function 'ff_avg_h264_qpel8_mc22_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1715:44: style:inconclusive: Function 'ff_avg_h264_qpel8_mc32_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:151:44: note: Function 'ff_avg_h264_qpel8_mc32_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1715:44: note: Function 'ff_avg_h264_qpel8_mc32_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1727:44: style:inconclusive: Function 'ff_avg_h264_qpel8_mc13_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:153:44: note: Function 'ff_avg_h264_qpel8_mc13_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1727:44: note: Function 'ff_avg_h264_qpel8_mc13_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1738:44: style:inconclusive: Function 'ff_avg_h264_qpel8_mc23_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:155:44: note: Function 'ff_avg_h264_qpel8_mc23_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1738:44: note: Function 'ff_avg_h264_qpel8_mc23_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1750:44: style:inconclusive: Function 'ff_avg_h264_qpel8_mc33_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:157:44: note: Function 'ff_avg_h264_qpel8_mc33_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1750:44: note: Function 'ff_avg_h264_qpel8_mc33_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1761:45: style:inconclusive: Function 'ff_put_h264_qpel16_mc00_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:34:45: note: Function 'ff_put_h264_qpel16_mc00_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1761:45: note: Function 'ff_put_h264_qpel16_mc00_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1769:45: style:inconclusive: Function 'ff_put_h264_qpel16_mc10_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:36:45: note: Function 'ff_put_h264_qpel16_mc10_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1769:45: note: Function 'ff_put_h264_qpel16_mc10_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1778:45: style:inconclusive: Function 'ff_put_h264_qpel16_mc20_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:38:45: note: Function 'ff_put_h264_qpel16_mc20_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1778:45: note: Function 'ff_put_h264_qpel16_mc20_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1784:45: style:inconclusive: Function 'ff_put_h264_qpel16_mc30_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:40:45: note: Function 'ff_put_h264_qpel16_mc30_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1784:45: note: Function 'ff_put_h264_qpel16_mc30_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1793:45: style:inconclusive: Function 'ff_put_h264_qpel16_mc01_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:42:45: note: Function 'ff_put_h264_qpel16_mc01_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1793:45: note: Function 'ff_put_h264_qpel16_mc01_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1802:45: style:inconclusive: Function 'ff_put_h264_qpel16_mc11_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:44:45: note: Function 'ff_put_h264_qpel16_mc11_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1802:45: note: Function 'ff_put_h264_qpel16_mc11_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1809:45: style:inconclusive: Function 'ff_put_h264_qpel16_mc21_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:46:45: note: Function 'ff_put_h264_qpel16_mc21_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1809:45: note: Function 'ff_put_h264_qpel16_mc21_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1821:45: style:inconclusive: Function 'ff_put_h264_qpel16_mc31_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:48:45: note: Function 'ff_put_h264_qpel16_mc31_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1821:45: note: Function 'ff_put_h264_qpel16_mc31_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1828:45: style:inconclusive: Function 'ff_put_h264_qpel16_mc02_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:50:45: note: Function 'ff_put_h264_qpel16_mc02_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1828:45: note: Function 'ff_put_h264_qpel16_mc02_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1834:45: style:inconclusive: Function 'ff_put_h264_qpel16_mc12_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:52:45: note: Function 'ff_put_h264_qpel16_mc12_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1834:45: note: Function 'ff_put_h264_qpel16_mc12_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1846:45: style:inconclusive: Function 'ff_put_h264_qpel16_mc22_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:56:45: note: Function 'ff_put_h264_qpel16_mc22_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1846:45: note: Function 'ff_put_h264_qpel16_mc22_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1852:45: style:inconclusive: Function 'ff_put_h264_qpel16_mc32_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:54:45: note: Function 'ff_put_h264_qpel16_mc32_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1852:45: note: Function 'ff_put_h264_qpel16_mc32_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1864:45: style:inconclusive: Function 'ff_put_h264_qpel16_mc03_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:58:45: note: Function 'ff_put_h264_qpel16_mc03_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1864:45: note: Function 'ff_put_h264_qpel16_mc03_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1873:45: style:inconclusive: Function 'ff_put_h264_qpel16_mc13_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:60:45: note: Function 'ff_put_h264_qpel16_mc13_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1873:45: note: Function 'ff_put_h264_qpel16_mc13_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1880:45: style:inconclusive: Function 'ff_put_h264_qpel16_mc23_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:62:45: note: Function 'ff_put_h264_qpel16_mc23_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1880:45: note: Function 'ff_put_h264_qpel16_mc23_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1892:45: style:inconclusive: Function 'ff_put_h264_qpel16_mc33_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:64:45: note: Function 'ff_put_h264_qpel16_mc33_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1892:45: note: Function 'ff_put_h264_qpel16_mc33_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1899:45: style:inconclusive: Function 'ff_avg_h264_qpel16_mc00_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:66:45: note: Function 'ff_avg_h264_qpel16_mc00_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1899:45: note: Function 'ff_avg_h264_qpel16_mc00_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1907:45: style:inconclusive: Function 'ff_avg_h264_qpel16_mc10_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:68:45: note: Function 'ff_avg_h264_qpel16_mc10_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1907:45: note: Function 'ff_avg_h264_qpel16_mc10_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1916:45: style:inconclusive: Function 'ff_avg_h264_qpel16_mc20_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:70:45: note: Function 'ff_avg_h264_qpel16_mc20_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1916:45: note: Function 'ff_avg_h264_qpel16_mc20_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1922:45: style:inconclusive: Function 'ff_avg_h264_qpel16_mc30_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:72:45: note: Function 'ff_avg_h264_qpel16_mc30_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1922:45: note: Function 'ff_avg_h264_qpel16_mc30_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1931:45: style:inconclusive: Function 'ff_avg_h264_qpel16_mc01_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:74:45: note: Function 'ff_avg_h264_qpel16_mc01_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1931:45: note: Function 'ff_avg_h264_qpel16_mc01_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1940:45: style:inconclusive: Function 'ff_avg_h264_qpel16_mc11_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:76:45: note: Function 'ff_avg_h264_qpel16_mc11_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1940:45: note: Function 'ff_avg_h264_qpel16_mc11_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1948:45: style:inconclusive: Function 'ff_avg_h264_qpel16_mc21_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:78:45: note: Function 'ff_avg_h264_qpel16_mc21_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1948:45: note: Function 'ff_avg_h264_qpel16_mc21_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1960:45: style:inconclusive: Function 'ff_avg_h264_qpel16_mc31_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:80:45: note: Function 'ff_avg_h264_qpel16_mc31_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1960:45: note: Function 'ff_avg_h264_qpel16_mc31_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1968:45: style:inconclusive: Function 'ff_avg_h264_qpel16_mc02_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:82:45: note: Function 'ff_avg_h264_qpel16_mc02_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1968:45: note: Function 'ff_avg_h264_qpel16_mc02_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1974:45: style:inconclusive: Function 'ff_avg_h264_qpel16_mc12_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:84:45: note: Function 'ff_avg_h264_qpel16_mc12_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1974:45: note: Function 'ff_avg_h264_qpel16_mc12_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1986:45: style:inconclusive: Function 'ff_avg_h264_qpel16_mc22_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:86:45: note: Function 'ff_avg_h264_qpel16_mc22_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1986:45: note: Function 'ff_avg_h264_qpel16_mc22_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1992:45: style:inconclusive: Function 'ff_avg_h264_qpel16_mc32_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:88:45: note: Function 'ff_avg_h264_qpel16_mc32_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1992:45: note: Function 'ff_avg_h264_qpel16_mc32_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:2004:45: style:inconclusive: Function 'ff_avg_h264_qpel16_mc03_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:90:45: note: Function 'ff_avg_h264_qpel16_mc03_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:2004:45: note: Function 'ff_avg_h264_qpel16_mc03_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:2013:45: style:inconclusive: Function 'ff_avg_h264_qpel16_mc13_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:92:45: note: Function 'ff_avg_h264_qpel16_mc13_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:2013:45: note: Function 'ff_avg_h264_qpel16_mc13_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:2021:45: style:inconclusive: Function 'ff_avg_h264_qpel16_mc23_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:94:45: note: Function 'ff_avg_h264_qpel16_mc23_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:2021:45: note: Function 'ff_avg_h264_qpel16_mc23_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:2033:45: style:inconclusive: Function 'ff_avg_h264_qpel16_mc33_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.h:96:45: note: Function 'ff_avg_h264_qpel16_mc33_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:2033:45: note: Function 'ff_avg_h264_qpel16_mc33_lasx' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1240:5: style: Variable 'src' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/loongarch/h264qpel_lasx.c:1352:5: style: Variable 'src' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/loongarch/vp8_lpf_lsx.c:590:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/loongarch/vc1dsp_lasx.c:325:74: style:inconclusive: Function 'ff_vc1_inv_trans_4x8_lasx' argument 3 names different: declaration 'blokc' definition 'block'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vc1dsp_loongarch.h:33:74: note: Function 'ff_vc1_inv_trans_4x8_lasx' argument 3 names different: declaration 'blokc' definition 'block'. ffmpeg-5.0.1/libavcodec/loongarch/vc1dsp_lasx.c:325:74: note: Function 'ff_vc1_inv_trans_4x8_lasx' argument 3 names different: declaration 'blokc' definition 'block'. ffmpeg-5.0.1/libavcodec/loongarch/vc1dsp_lasx.c:136:44: style: Parameter 'block' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/loongarch/vc1dsp_lasx.c:266:44: style: Parameter 'block' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/loongarch/vc1dsp_lasx.c:291:44: style: Parameter 'block' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/loongarch/vc1dsp_lasx.c:440:44: style: Parameter 'block' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/loongarch/vp8_lpf_lsx.c:246:69: style:inconclusive: Function 'ff_vp8_v_loop_filter16_lsx' argument 3 names different: declaration 'flim_e' definition 'b_limit_in'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp8dsp_loongarch.h:80:37: note: Function 'ff_vp8_v_loop_filter16_lsx' argument 3 names different: declaration 'flim_e' definition 'b_limit_in'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_lpf_lsx.c:246:69: note: Function 'ff_vp8_v_loop_filter16_lsx' argument 3 names different: declaration 'flim_e' definition 'b_limit_in'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_lpf_lsx.c:247:37: style:inconclusive: Function 'ff_vp8_v_loop_filter16_lsx' argument 4 names different: declaration 'flim_i' definition 'limit_in'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp8dsp_loongarch.h:80:49: note: Function 'ff_vp8_v_loop_filter16_lsx' argument 4 names different: declaration 'flim_i' definition 'limit_in'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_lpf_lsx.c:247:37: note: Function 'ff_vp8_v_loop_filter16_lsx' argument 4 names different: declaration 'flim_i' definition 'limit_in'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_lpf_lsx.c:247:51: style:inconclusive: Function 'ff_vp8_v_loop_filter16_lsx' argument 5 names different: declaration 'hev_thresh' definition 'thresh_in'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp8dsp_loongarch.h:80:61: note: Function 'ff_vp8_v_loop_filter16_lsx' argument 5 names different: declaration 'hev_thresh' definition 'thresh_in'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_lpf_lsx.c:247:51: note: Function 'ff_vp8_v_loop_filter16_lsx' argument 5 names different: declaration 'hev_thresh' definition 'thresh_in'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_lpf_lsx.c:279:56: style:inconclusive: Function 'ff_vp8_v_loop_filter8uv_lsx' argument 4 names different: declaration 'flim_e' definition 'b_limit_in'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp8dsp_loongarch.h:88:38: note: Function 'ff_vp8_v_loop_filter8uv_lsx' argument 4 names different: declaration 'flim_e' definition 'b_limit_in'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_lpf_lsx.c:279:56: note: Function 'ff_vp8_v_loop_filter8uv_lsx' argument 4 names different: declaration 'flim_e' definition 'b_limit_in'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_lpf_lsx.c:280:38: style:inconclusive: Function 'ff_vp8_v_loop_filter8uv_lsx' argument 5 names different: declaration 'flim_i' definition 'limit_in'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp8dsp_loongarch.h:88:50: note: Function 'ff_vp8_v_loop_filter8uv_lsx' argument 5 names different: declaration 'flim_i' definition 'limit_in'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_lpf_lsx.c:280:38: note: Function 'ff_vp8_v_loop_filter8uv_lsx' argument 5 names different: declaration 'flim_i' definition 'limit_in'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_lpf_lsx.c:280:52: style:inconclusive: Function 'ff_vp8_v_loop_filter8uv_lsx' argument 6 names different: declaration 'hev_thresh' definition 'thresh_in'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp8dsp_loongarch.h:88:62: note: Function 'ff_vp8_v_loop_filter8uv_lsx' argument 6 names different: declaration 'hev_thresh' definition 'thresh_in'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_lpf_lsx.c:280:52: note: Function 'ff_vp8_v_loop_filter8uv_lsx' argument 6 names different: declaration 'hev_thresh' definition 'thresh_in'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_lpf_lsx.c:329:69: style:inconclusive: Function 'ff_vp8_h_loop_filter16_lsx' argument 3 names different: declaration 'flim_e' definition 'b_limit_in'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp8dsp_loongarch.h:82:37: note: Function 'ff_vp8_h_loop_filter16_lsx' argument 3 names different: declaration 'flim_e' definition 'b_limit_in'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_lpf_lsx.c:329:69: note: Function 'ff_vp8_h_loop_filter16_lsx' argument 3 names different: declaration 'flim_e' definition 'b_limit_in'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_lpf_lsx.c:330:37: style:inconclusive: Function 'ff_vp8_h_loop_filter16_lsx' argument 4 names different: declaration 'flim_i' definition 'limit_in'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp8dsp_loongarch.h:82:49: note: Function 'ff_vp8_h_loop_filter16_lsx' argument 4 names different: declaration 'flim_i' definition 'limit_in'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_lpf_lsx.c:330:37: note: Function 'ff_vp8_h_loop_filter16_lsx' argument 4 names different: declaration 'flim_i' definition 'limit_in'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_lpf_lsx.c:330:51: style:inconclusive: Function 'ff_vp8_h_loop_filter16_lsx' argument 5 names different: declaration 'hev_thresh' definition 'thresh_in'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp8dsp_loongarch.h:82:61: note: Function 'ff_vp8_h_loop_filter16_lsx' argument 5 names different: declaration 'hev_thresh' definition 'thresh_in'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_lpf_lsx.c:330:51: note: Function 'ff_vp8_h_loop_filter16_lsx' argument 5 names different: declaration 'hev_thresh' definition 'thresh_in'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_lpf_lsx.c:416:56: style:inconclusive: Function 'ff_vp8_h_loop_filter8uv_lsx' argument 4 names different: declaration 'flim_e' definition 'b_limit_in'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp8dsp_loongarch.h:85:38: note: Function 'ff_vp8_h_loop_filter8uv_lsx' argument 4 names different: declaration 'flim_e' definition 'b_limit_in'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_lpf_lsx.c:416:56: note: Function 'ff_vp8_h_loop_filter8uv_lsx' argument 4 names different: declaration 'flim_e' definition 'b_limit_in'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_lpf_lsx.c:417:38: style:inconclusive: Function 'ff_vp8_h_loop_filter8uv_lsx' argument 5 names different: declaration 'flim_i' definition 'limit_in'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp8dsp_loongarch.h:85:50: note: Function 'ff_vp8_h_loop_filter8uv_lsx' argument 5 names different: declaration 'flim_i' definition 'limit_in'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_lpf_lsx.c:417:38: note: Function 'ff_vp8_h_loop_filter8uv_lsx' argument 5 names different: declaration 'flim_i' definition 'limit_in'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_lpf_lsx.c:417:52: style:inconclusive: Function 'ff_vp8_h_loop_filter8uv_lsx' argument 6 names different: declaration 'hev_thresh' definition 'thresh_in'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp8dsp_loongarch.h:85:62: note: Function 'ff_vp8_h_loop_filter8uv_lsx' argument 6 names different: declaration 'hev_thresh' definition 'thresh_in'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_lpf_lsx.c:417:52: note: Function 'ff_vp8_h_loop_filter8uv_lsx' argument 6 names different: declaration 'hev_thresh' definition 'thresh_in'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_lpf_lsx.c:505:48: style:inconclusive: Function 'ff_vp8_v_loop_filter16_inner_lsx' argument 1 names different: declaration 'dst' definition 'src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp8dsp_loongarch.h:74:48: note: Function 'ff_vp8_v_loop_filter16_inner_lsx' argument 1 names different: declaration 'dst' definition 'src'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_lpf_lsx.c:505:48: note: Function 'ff_vp8_v_loop_filter16_inner_lsx' argument 1 names different: declaration 'dst' definition 'src'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_lpf_lsx.c:589:5: style: Variable 'src' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:126:34: style:inconclusive: Function 'ff_put_vp8_epel8_h6_lsx' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp8dsp_loongarch.h:71:34: note: Function 'ff_put_vp8_epel8_h6_lsx' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:126:34: note: Function 'ff_put_vp8_epel8_h6_lsx' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:191:35: style:inconclusive: Function 'ff_put_vp8_epel16_h6_lsx' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp8dsp_loongarch.h:36:35: note: Function 'ff_put_vp8_epel16_h6_lsx' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:191:35: note: Function 'ff_put_vp8_epel16_h6_lsx' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:245:34: style:inconclusive: Function 'ff_put_vp8_epel8_v6_lsx' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp8dsp_loongarch.h:58:34: note: Function 'ff_put_vp8_epel8_v6_lsx' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:245:34: note: Function 'ff_put_vp8_epel8_v6_lsx' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:312:35: style:inconclusive: Function 'ff_put_vp8_epel16_v6_lsx' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp8dsp_loongarch.h:42:35: note: Function 'ff_put_vp8_epel16_v6_lsx' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:312:35: note: Function 'ff_put_vp8_epel16_v6_lsx' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:393:36: style:inconclusive: Function 'ff_put_vp8_epel8_h6v6_lsx' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp8dsp_loongarch.h:67:36: note: Function 'ff_put_vp8_epel8_h6v6_lsx' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:393:36: note: Function 'ff_put_vp8_epel8_h6v6_lsx' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:495:37: style:inconclusive: Function 'ff_put_vp8_epel16_h6v6_lsx' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp8dsp_loongarch.h:51:37: note: Function 'ff_put_vp8_epel16_h6v6_lsx' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:495:37: note: Function 'ff_put_vp8_epel16_h6v6_lsx' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:508:34: style:inconclusive: Function 'ff_put_vp8_epel8_v4_lsx' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp8dsp_loongarch.h:55:34: note: Function 'ff_put_vp8_epel8_v4_lsx' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:508:34: note: Function 'ff_put_vp8_epel8_v4_lsx' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:565:35: style:inconclusive: Function 'ff_put_vp8_epel16_v4_lsx' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp8dsp_loongarch.h:39:35: note: Function 'ff_put_vp8_epel16_v4_lsx' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:565:35: note: Function 'ff_put_vp8_epel16_v4_lsx' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:635:36: style:inconclusive: Function 'ff_put_vp8_epel8_h6v4_lsx' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp8dsp_loongarch.h:61:36: note: Function 'ff_put_vp8_epel8_h6v4_lsx' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:635:36: note: Function 'ff_put_vp8_epel8_h6v4_lsx' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:718:37: style:inconclusive: Function 'ff_put_vp8_epel16_h6v4_lsx' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp8dsp_loongarch.h:45:37: note: Function 'ff_put_vp8_epel16_h6v4_lsx' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:718:37: note: Function 'ff_put_vp8_epel16_h6v4_lsx' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:732:36: style:inconclusive: Function 'ff_put_vp8_epel8_h4v6_lsx' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp8dsp_loongarch.h:64:36: note: Function 'ff_put_vp8_epel8_h4v6_lsx' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:732:36: note: Function 'ff_put_vp8_epel8_h4v6_lsx' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:822:37: style:inconclusive: Function 'ff_put_vp8_epel16_h4v6_lsx' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp8dsp_loongarch.h:48:37: note: Function 'ff_put_vp8_epel16_h4v6_lsx' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:822:37: note: Function 'ff_put_vp8_epel16_h4v6_lsx' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:836:33: style:inconclusive: Function 'ff_put_vp8_pixels8_lsx' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp8dsp_loongarch.h:29:33: note: Function 'ff_put_vp8_pixels8_lsx' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:836:33: note: Function 'ff_put_vp8_pixels8_lsx' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:836:45: style:inconclusive: Function 'ff_put_vp8_pixels8_lsx' argument 6 names different: declaration 'x' definition 'mx'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp8dsp_loongarch.h:29:40: note: Function 'ff_put_vp8_pixels8_lsx' argument 6 names different: declaration 'x' definition 'mx'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:836:45: note: Function 'ff_put_vp8_pixels8_lsx' argument 6 names different: declaration 'x' definition 'mx'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:836:53: style:inconclusive: Function 'ff_put_vp8_pixels8_lsx' argument 7 names different: declaration 'y' definition 'my'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp8dsp_loongarch.h:29:47: note: Function 'ff_put_vp8_pixels8_lsx' argument 7 names different: declaration 'y' definition 'my'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:836:53: note: Function 'ff_put_vp8_pixels8_lsx' argument 7 names different: declaration 'y' definition 'my'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:893:34: style:inconclusive: Function 'ff_put_vp8_pixels16_lsx' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp8dsp_loongarch.h:32:34: note: Function 'ff_put_vp8_pixels16_lsx' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:893:34: note: Function 'ff_put_vp8_pixels16_lsx' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:893:46: style:inconclusive: Function 'ff_put_vp8_pixels16_lsx' argument 6 names different: declaration 'x' definition 'mx'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp8dsp_loongarch.h:32:41: note: Function 'ff_put_vp8_pixels16_lsx' argument 6 names different: declaration 'x' definition 'mx'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:893:46: note: Function 'ff_put_vp8_pixels16_lsx' argument 6 names different: declaration 'x' definition 'mx'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:893:54: style:inconclusive: Function 'ff_put_vp8_pixels16_lsx' argument 7 names different: declaration 'y' definition 'my'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp8dsp_loongarch.h:32:48: note: Function 'ff_put_vp8_pixels16_lsx' argument 7 names different: declaration 'y' definition 'my'. ffmpeg-5.0.1/libavcodec/loongarch/vp8_mc_lsx.c:893:54: note: Function 'ff_put_vp8_pixels16_lsx' argument 7 names different: declaration 'y' definition 'my'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:177:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:363:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:392:1: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:393:1: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:427:1: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:428:1: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:429:1: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:70:48: style:inconclusive: Function 'ff_vert_16x16_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:91:48: note: Function 'ff_vert_16x16_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:70:48: note: Function 'ff_vert_16x16_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:71:39: style:inconclusive: Function 'ff_vert_16x16_lsx' argument 4 names different: declaration 'top' definition 'src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:92:39: note: Function 'ff_vert_16x16_lsx' argument 4 names different: declaration 'top' definition 'src'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:71:39: note: Function 'ff_vert_16x16_lsx' argument 4 names different: declaration 'top' definition 'src'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:85:48: style:inconclusive: Function 'ff_vert_32x32_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:93:48: note: Function 'ff_vert_32x32_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:85:48: note: Function 'ff_vert_32x32_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:86:39: style:inconclusive: Function 'ff_vert_32x32_lsx' argument 4 names different: declaration 'top' definition 'src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:94:39: note: Function 'ff_vert_32x32_lsx' argument 4 names different: declaration 'top' definition 'src'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:86:39: note: Function 'ff_vert_32x32_lsx' argument 4 names different: declaration 'top' definition 'src'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:99:47: style:inconclusive: Function 'ff_hor_16x16_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:95:47: note: Function 'ff_hor_16x16_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:99:47: note: Function 'ff_hor_16x16_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:99:74: style:inconclusive: Function 'ff_hor_16x16_lsx' argument 3 names different: declaration 'left' definition 'src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:95:70: note: Function 'ff_hor_16x16_lsx' argument 3 names different: declaration 'left' definition 'src'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:99:74: note: Function 'ff_hor_16x16_lsx' argument 3 names different: declaration 'left' definition 'src'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:131:47: style:inconclusive: Function 'ff_hor_32x32_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:97:47: note: Function 'ff_hor_32x32_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:131:47: note: Function 'ff_hor_32x32_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:131:74: style:inconclusive: Function 'ff_hor_32x32_lsx' argument 3 names different: declaration 'left' definition 'src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:97:70: note: Function 'ff_hor_32x32_lsx' argument 3 names different: declaration 'left' definition 'src'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:131:74: note: Function 'ff_hor_32x32_lsx' argument 3 names different: declaration 'left' definition 'src'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:181:44: style:inconclusive: Function 'ff_dc_4x4_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:99:44: note: Function 'ff_dc_4x4_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:181:44: note: Function 'ff_dc_4x4_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:181:71: style:inconclusive: Function 'ff_dc_4x4_lsx' argument 3 names different: declaration 'left' definition 'src_left'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:99:67: note: Function 'ff_dc_4x4_lsx' argument 3 names different: declaration 'left' definition 'src_left'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:181:71: note: Function 'ff_dc_4x4_lsx' argument 3 names different: declaration 'left' definition 'src_left'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:182:35: style:inconclusive: Function 'ff_dc_4x4_lsx' argument 4 names different: declaration 'top' definition 'src_top'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:100:35: note: Function 'ff_dc_4x4_lsx' argument 4 names different: declaration 'top' definition 'src_top'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:182:35: note: Function 'ff_dc_4x4_lsx' argument 4 names different: declaration 'top' definition 'src_top'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:223:1: style:inconclusive: Function 'ff_dc_top_4x4_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:115:48: note: Function 'ff_dc_top_4x4_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:223:1: note: Function 'ff_dc_top_4x4_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:224:1: style:inconclusive: Function 'ff_dc_left_4x4_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:107:49: note: Function 'ff_dc_left_4x4_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:224:1: note: Function 'ff_dc_left_4x4_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:226:44: style:inconclusive: Function 'ff_dc_8x8_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:101:44: note: Function 'ff_dc_8x8_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:226:44: note: Function 'ff_dc_8x8_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:226:71: style:inconclusive: Function 'ff_dc_8x8_lsx' argument 3 names different: declaration 'left' definition 'src_left'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:101:67: note: Function 'ff_dc_8x8_lsx' argument 3 names different: declaration 'left' definition 'src_left'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:226:71: note: Function 'ff_dc_8x8_lsx' argument 3 names different: declaration 'left' definition 'src_left'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:227:35: style:inconclusive: Function 'ff_dc_8x8_lsx' argument 4 names different: declaration 'top' definition 'src_top'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:102:35: note: Function 'ff_dc_8x8_lsx' argument 4 names different: declaration 'top' definition 'src_top'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:227:35: note: Function 'ff_dc_8x8_lsx' argument 4 names different: declaration 'top' definition 'src_top'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:287:1: style:inconclusive: Function 'ff_dc_top_8x8_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:117:48: note: Function 'ff_dc_top_8x8_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:287:1: note: Function 'ff_dc_top_8x8_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:288:1: style:inconclusive: Function 'ff_dc_left_8x8_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:109:49: note: Function 'ff_dc_left_8x8_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:288:1: note: Function 'ff_dc_left_8x8_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:290:46: style:inconclusive: Function 'ff_dc_16x16_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:103:46: note: Function 'ff_dc_16x16_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:290:46: note: Function 'ff_dc_16x16_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:291:37: style:inconclusive: Function 'ff_dc_16x16_lsx' argument 3 names different: declaration 'left' definition 'src_left'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:103:69: note: Function 'ff_dc_16x16_lsx' argument 3 names different: declaration 'left' definition 'src_left'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:291:37: note: Function 'ff_dc_16x16_lsx' argument 3 names different: declaration 'left' definition 'src_left'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:291:62: style:inconclusive: Function 'ff_dc_16x16_lsx' argument 4 names different: declaration 'top' definition 'src_top'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:104:37: note: Function 'ff_dc_16x16_lsx' argument 4 names different: declaration 'top' definition 'src_top'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:291:62: note: Function 'ff_dc_16x16_lsx' argument 4 names different: declaration 'top' definition 'src_top'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:338:1: style:inconclusive: Function 'ff_dc_top_16x16_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:119:50: note: Function 'ff_dc_top_16x16_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:338:1: note: Function 'ff_dc_top_16x16_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:339:1: style:inconclusive: Function 'ff_dc_left_16x16_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:111:51: note: Function 'ff_dc_left_16x16_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:339:1: note: Function 'ff_dc_left_16x16_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:341:46: style:inconclusive: Function 'ff_dc_32x32_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:105:46: note: Function 'ff_dc_32x32_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:341:46: note: Function 'ff_dc_32x32_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:342:37: style:inconclusive: Function 'ff_dc_32x32_lsx' argument 3 names different: declaration 'left' definition 'src_left'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:105:69: note: Function 'ff_dc_32x32_lsx' argument 3 names different: declaration 'left' definition 'src_left'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:342:37: note: Function 'ff_dc_32x32_lsx' argument 3 names different: declaration 'left' definition 'src_left'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:342:62: style:inconclusive: Function 'ff_dc_32x32_lsx' argument 4 names different: declaration 'top' definition 'src_top'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:106:37: note: Function 'ff_dc_32x32_lsx' argument 4 names different: declaration 'top' definition 'src_top'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:342:62: note: Function 'ff_dc_32x32_lsx' argument 4 names different: declaration 'top' definition 'src_top'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:392:1: style:inconclusive: Function 'ff_dc_top_32x32_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:121:50: note: Function 'ff_dc_top_32x32_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:392:1: note: Function 'ff_dc_top_32x32_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:393:1: style:inconclusive: Function 'ff_dc_left_32x32_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:113:51: note: Function 'ff_dc_left_32x32_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:393:1: note: Function 'ff_dc_left_32x32_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:411:1: style:inconclusive: Function 'ff_dc_127_16x16_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:127:50: note: Function 'ff_dc_127_16x16_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:411:1: note: Function 'ff_dc_127_16x16_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:412:1: style:inconclusive: Function 'ff_dc_128_16x16_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:123:50: note: Function 'ff_dc_128_16x16_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:412:1: note: Function 'ff_dc_128_16x16_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:413:1: style:inconclusive: Function 'ff_dc_129_16x16_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:131:50: note: Function 'ff_dc_129_16x16_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:413:1: note: Function 'ff_dc_129_16x16_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:427:1: style:inconclusive: Function 'ff_dc_127_32x32_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:129:50: note: Function 'ff_dc_127_32x32_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:427:1: note: Function 'ff_dc_127_32x32_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:428:1: style:inconclusive: Function 'ff_dc_128_32x32_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:125:50: note: Function 'ff_dc_128_32x32_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:428:1: note: Function 'ff_dc_128_32x32_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:429:1: style:inconclusive: Function 'ff_dc_129_32x32_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:133:50: note: Function 'ff_dc_129_32x32_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:429:1: note: Function 'ff_dc_129_32x32_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:431:44: style:inconclusive: Function 'ff_tm_4x4_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:135:44: note: Function 'ff_tm_4x4_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:431:44: note: Function 'ff_tm_4x4_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:432:35: style:inconclusive: Function 'ff_tm_4x4_lsx' argument 3 names different: declaration 'left' definition 'src_left'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:135:67: note: Function 'ff_tm_4x4_lsx' argument 3 names different: declaration 'left' definition 'src_left'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:432:35: note: Function 'ff_tm_4x4_lsx' argument 3 names different: declaration 'left' definition 'src_left'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:432:60: style:inconclusive: Function 'ff_tm_4x4_lsx' argument 4 names different: declaration 'top' definition 'src_top_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:136:35: note: Function 'ff_tm_4x4_lsx' argument 4 names different: declaration 'top' definition 'src_top_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:432:60: note: Function 'ff_tm_4x4_lsx' argument 4 names different: declaration 'top' definition 'src_top_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:461:44: style:inconclusive: Function 'ff_tm_8x8_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:137:44: note: Function 'ff_tm_8x8_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:461:44: note: Function 'ff_tm_8x8_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:462:35: style:inconclusive: Function 'ff_tm_8x8_lsx' argument 3 names different: declaration 'left' definition 'src_left'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:137:67: note: Function 'ff_tm_8x8_lsx' argument 3 names different: declaration 'left' definition 'src_left'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:462:35: note: Function 'ff_tm_8x8_lsx' argument 3 names different: declaration 'left' definition 'src_left'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:462:60: style:inconclusive: Function 'ff_tm_8x8_lsx' argument 4 names different: declaration 'top' definition 'src_top_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:138:35: note: Function 'ff_tm_8x8_lsx' argument 4 names different: declaration 'top' definition 'src_top_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:462:60: note: Function 'ff_tm_8x8_lsx' argument 4 names different: declaration 'top' definition 'src_top_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:510:46: style:inconclusive: Function 'ff_tm_16x16_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:139:46: note: Function 'ff_tm_16x16_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:510:46: note: Function 'ff_tm_16x16_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:511:37: style:inconclusive: Function 'ff_tm_16x16_lsx' argument 3 names different: declaration 'left' definition 'src_left'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:139:69: note: Function 'ff_tm_16x16_lsx' argument 3 names different: declaration 'left' definition 'src_left'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:511:37: note: Function 'ff_tm_16x16_lsx' argument 3 names different: declaration 'left' definition 'src_left'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:511:62: style:inconclusive: Function 'ff_tm_16x16_lsx' argument 4 names different: declaration 'top' definition 'src_top_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:140:37: note: Function 'ff_tm_16x16_lsx' argument 4 names different: declaration 'top' definition 'src_top_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:511:62: note: Function 'ff_tm_16x16_lsx' argument 4 names different: declaration 'top' definition 'src_top_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:595:46: style:inconclusive: Function 'ff_tm_32x32_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:141:46: note: Function 'ff_tm_32x32_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:595:46: note: Function 'ff_tm_32x32_lsx' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:596:37: style:inconclusive: Function 'ff_tm_32x32_lsx' argument 3 names different: declaration 'left' definition 'src_left'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:141:69: note: Function 'ff_tm_32x32_lsx' argument 3 names different: declaration 'left' definition 'src_left'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:596:37: note: Function 'ff_tm_32x32_lsx' argument 3 names different: declaration 'left' definition 'src_left'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:596:62: style:inconclusive: Function 'ff_tm_32x32_lsx' argument 4 names different: declaration 'top' definition 'src_top_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:142:37: note: Function 'ff_tm_32x32_lsx' argument 4 names different: declaration 'top' definition 'src_top_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:596:62: note: Function 'ff_tm_32x32_lsx' argument 4 names different: declaration 'top' definition 'src_top_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:177:5: style: Variable 'dst' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:363:5: style: Variable 'dst' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:392:1: style: Variable 'dst' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:393:1: style: Variable 'dst' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:427:1: style: Variable 'dst' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:428:1: style: Variable 'dst' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/loongarch/vp9_intra_lsx.c:429:1: style: Variable 'dst' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/loongarch/vp9_idct_lsx.c:719:13: style: Variable 'out_arr' is not assigned a value. [unassignedVariable] ffmpeg-5.0.1/libavcodec/loongarch/vp9_idct_lsx.c:1351:13: style: Variable 'out_arr' is not assigned a value. [unassignedVariable] ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:230:39: style:inconclusive: Function 'ff_loop_filter_v_4_8_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:149:71: note: Function 'ff_loop_filter_v_4_8_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:230:39: note: Function 'ff_loop_filter_v_4_8_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:231:39: style:inconclusive: Function 'ff_loop_filter_v_4_8_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:150:39: note: Function 'ff_loop_filter_v_4_8_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:231:39: note: Function 'ff_loop_filter_v_4_8_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:232:39: style:inconclusive: Function 'ff_loop_filter_v_4_8_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:150:50: note: Function 'ff_loop_filter_v_4_8_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:232:39: note: Function 'ff_loop_filter_v_4_8_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:263:41: style:inconclusive: Function 'ff_loop_filter_v_44_16_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:153:73: note: Function 'ff_loop_filter_v_44_16_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:263:41: note: Function 'ff_loop_filter_v_44_16_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:264:41: style:inconclusive: Function 'ff_loop_filter_v_44_16_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:154:41: note: Function 'ff_loop_filter_v_44_16_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:264:41: note: Function 'ff_loop_filter_v_44_16_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:265:41: style:inconclusive: Function 'ff_loop_filter_v_44_16_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:154:52: note: Function 'ff_loop_filter_v_44_16_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:265:41: note: Function 'ff_loop_filter_v_44_16_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:303:39: style:inconclusive: Function 'ff_loop_filter_v_8_8_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:157:71: note: Function 'ff_loop_filter_v_8_8_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:303:39: note: Function 'ff_loop_filter_v_8_8_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/lossless_videodsp.c:113:40: style:inconclusive: Function 'ff_llviddsp_init' argument 1 names different: declaration 'llviddsp' definition 'c'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/lossless_videodsp.h:42:40: note: Function 'ff_llviddsp_init' argument 1 names different: declaration 'llviddsp' definition 'c'. ffmpeg-5.0.1/libavcodec/lossless_videodsp.c:113:40: note: Function 'ff_llviddsp_init' argument 1 names different: declaration 'llviddsp' definition 'c'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:304:39: style:inconclusive: Function 'ff_loop_filter_v_8_8_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:158:39: note: Function 'ff_loop_filter_v_8_8_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:304:39: note: Function 'ff_loop_filter_v_8_8_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:305:39: style:inconclusive: Function 'ff_loop_filter_v_8_8_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:158:50: note: Function 'ff_loop_filter_v_8_8_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:305:39: note: Function 'ff_loop_filter_v_8_8_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:375:41: style:inconclusive: Function 'ff_loop_filter_v_88_16_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:161:73: note: Function 'ff_loop_filter_v_88_16_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:375:41: note: Function 'ff_loop_filter_v_88_16_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:376:41: style:inconclusive: Function 'ff_loop_filter_v_88_16_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:162:41: note: Function 'ff_loop_filter_v_88_16_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:376:41: note: Function 'ff_loop_filter_v_88_16_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:377:41: style:inconclusive: Function 'ff_loop_filter_v_88_16_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:162:52: note: Function 'ff_loop_filter_v_88_16_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:377:41: note: Function 'ff_loop_filter_v_88_16_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:466:41: style:inconclusive: Function 'ff_loop_filter_v_84_16_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:165:73: note: Function 'ff_loop_filter_v_84_16_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:466:41: note: Function 'ff_loop_filter_v_84_16_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:467:41: style:inconclusive: Function 'ff_loop_filter_v_84_16_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:166:41: note: Function 'ff_loop_filter_v_84_16_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:467:41: note: Function 'ff_loop_filter_v_84_16_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:468:41: style:inconclusive: Function 'ff_loop_filter_v_84_16_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:166:52: note: Function 'ff_loop_filter_v_84_16_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:468:41: note: Function 'ff_loop_filter_v_84_16_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:548:41: style:inconclusive: Function 'ff_loop_filter_v_48_16_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:169:73: note: Function 'ff_loop_filter_v_48_16_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:548:41: note: Function 'ff_loop_filter_v_48_16_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:549:41: style:inconclusive: Function 'ff_loop_filter_v_48_16_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:170:41: note: Function 'ff_loop_filter_v_48_16_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:549:41: note: Function 'ff_loop_filter_v_48_16_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:550:41: style:inconclusive: Function 'ff_loop_filter_v_48_16_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:170:52: note: Function 'ff_loop_filter_v_48_16_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:550:41: note: Function 'ff_loop_filter_v_48_16_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1081:41: style:inconclusive: Function 'ff_loop_filter_v_16_16_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:173:73: note: Function 'ff_loop_filter_v_16_16_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1081:41: note: Function 'ff_loop_filter_v_16_16_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1082:41: style:inconclusive: Function 'ff_loop_filter_v_16_16_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:174:41: note: Function 'ff_loop_filter_v_16_16_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1082:41: note: Function 'ff_loop_filter_v_16_16_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1083:41: style:inconclusive: Function 'ff_loop_filter_v_16_16_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:174:52: note: Function 'ff_loop_filter_v_16_16_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1083:41: note: Function 'ff_loop_filter_v_16_16_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1097:40: style:inconclusive: Function 'ff_loop_filter_v_16_8_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:145:72: note: Function 'ff_loop_filter_v_16_8_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1097:40: note: Function 'ff_loop_filter_v_16_8_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1098:40: style:inconclusive: Function 'ff_loop_filter_v_16_8_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:146:40: note: Function 'ff_loop_filter_v_16_8_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1098:40: note: Function 'ff_loop_filter_v_16_8_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1099:40: style:inconclusive: Function 'ff_loop_filter_v_16_8_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:146:51: note: Function 'ff_loop_filter_v_16_8_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1099:40: note: Function 'ff_loop_filter_v_16_8_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1351:39: style:inconclusive: Function 'ff_loop_filter_h_4_8_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:147:71: note: Function 'ff_loop_filter_h_4_8_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1351:39: note: Function 'ff_loop_filter_h_4_8_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1352:39: style:inconclusive: Function 'ff_loop_filter_h_4_8_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:148:39: note: Function 'ff_loop_filter_h_4_8_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1352:39: note: Function 'ff_loop_filter_h_4_8_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1353:39: style:inconclusive: Function 'ff_loop_filter_h_4_8_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:148:50: note: Function 'ff_loop_filter_h_4_8_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1353:39: note: Function 'ff_loop_filter_h_4_8_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1397:41: style:inconclusive: Function 'ff_loop_filter_h_44_16_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:151:73: note: Function 'ff_loop_filter_h_44_16_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1397:41: note: Function 'ff_loop_filter_h_44_16_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1398:41: style:inconclusive: Function 'ff_loop_filter_h_44_16_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:152:41: note: Function 'ff_loop_filter_h_44_16_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1398:41: note: Function 'ff_loop_filter_h_44_16_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1399:41: style:inconclusive: Function 'ff_loop_filter_h_44_16_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:152:52: note: Function 'ff_loop_filter_h_44_16_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1399:41: note: Function 'ff_loop_filter_h_44_16_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1477:39: style:inconclusive: Function 'ff_loop_filter_h_8_8_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:155:71: note: Function 'ff_loop_filter_h_8_8_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1477:39: note: Function 'ff_loop_filter_h_8_8_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1478:39: style:inconclusive: Function 'ff_loop_filter_h_8_8_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:156:39: note: Function 'ff_loop_filter_h_8_8_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1478:39: note: Function 'ff_loop_filter_h_8_8_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1479:39: style:inconclusive: Function 'ff_loop_filter_h_8_8_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:156:50: note: Function 'ff_loop_filter_h_8_8_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1479:39: note: Function 'ff_loop_filter_h_8_8_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1595:41: style:inconclusive: Function 'ff_loop_filter_h_88_16_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:159:73: note: Function 'ff_loop_filter_h_88_16_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1595:41: note: Function 'ff_loop_filter_h_88_16_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1596:41: style:inconclusive: Function 'ff_loop_filter_h_88_16_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:160:41: note: Function 'ff_loop_filter_h_88_16_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1596:41: note: Function 'ff_loop_filter_h_88_16_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1597:41: style:inconclusive: Function 'ff_loop_filter_h_88_16_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:160:52: note: Function 'ff_loop_filter_h_88_16_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1597:41: note: Function 'ff_loop_filter_h_88_16_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1780:41: style:inconclusive: Function 'ff_loop_filter_h_84_16_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:163:73: note: Function 'ff_loop_filter_h_84_16_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1780:41: note: Function 'ff_loop_filter_h_84_16_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1781:41: style:inconclusive: Function 'ff_loop_filter_h_84_16_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:164:41: note: Function 'ff_loop_filter_h_84_16_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1781:41: note: Function 'ff_loop_filter_h_84_16_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1782:41: style:inconclusive: Function 'ff_loop_filter_h_84_16_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:164:52: note: Function 'ff_loop_filter_h_84_16_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1782:41: note: Function 'ff_loop_filter_h_84_16_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1955:41: style:inconclusive: Function 'ff_loop_filter_h_48_16_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:167:73: note: Function 'ff_loop_filter_h_48_16_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1955:41: note: Function 'ff_loop_filter_h_48_16_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1956:41: style:inconclusive: Function 'ff_loop_filter_h_48_16_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:168:41: note: Function 'ff_loop_filter_h_48_16_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1956:41: note: Function 'ff_loop_filter_h_48_16_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1957:41: style:inconclusive: Function 'ff_loop_filter_h_48_16_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:168:52: note: Function 'ff_loop_filter_h_48_16_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:1957:41: note: Function 'ff_loop_filter_h_48_16_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:2613:40: style:inconclusive: Function 'ff_loop_filter_h_16_8_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:143:72: note: Function 'ff_loop_filter_h_16_8_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:2613:40: note: Function 'ff_loop_filter_h_16_8_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:2614:40: style:inconclusive: Function 'ff_loop_filter_h_16_8_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:144:40: note: Function 'ff_loop_filter_h_16_8_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:2614:40: note: Function 'ff_loop_filter_h_16_8_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:2615:40: style:inconclusive: Function 'ff_loop_filter_h_16_8_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:144:51: note: Function 'ff_loop_filter_h_16_8_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:2615:40: note: Function 'ff_loop_filter_h_16_8_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:3119:41: style:inconclusive: Function 'ff_loop_filter_h_16_16_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:171:73: note: Function 'ff_loop_filter_h_16_16_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:3119:41: note: Function 'ff_loop_filter_h_16_16_lsx' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:3120:41: style:inconclusive: Function 'ff_loop_filter_h_16_16_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:172:41: note: Function 'ff_loop_filter_h_16_16_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:3120:41: note: Function 'ff_loop_filter_h_16_16_lsx' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:3121:41: style:inconclusive: Function 'ff_loop_filter_h_16_16_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/loongarch/vp9dsp_loongarch.h:172:52: note: Function 'ff_loop_filter_h_16_16_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/loongarch/vp9_lpf_lsx.c:3121:41: note: Function 'ff_loop_filter_h_16_16_lsx' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/lpc.c:146:40: style: Parameter 'ref' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/lpc.c:244:25: style: Variable 'av_uninit' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/lzf.c:42:17: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/lzw.c:99:34: style:inconclusive: Function 'ff_lzw_decode_tail' argument 1 names different: declaration 'lzw' definition 'p'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/lzw.h:50:34: note: Function 'ff_lzw_decode_tail' argument 1 names different: declaration 'lzw' definition 'p'. ffmpeg-5.0.1/libavcodec/lzw.c:99:34: note: Function 'ff_lzw_decode_tail' argument 1 names different: declaration 'lzw' definition 'p'. ffmpeg-5.0.1/libavcodec/lzw.c:131:34: style:inconclusive: Function 'ff_lzw_decode_init' argument 1 names different: declaration 's' definition 'p'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/lzw.h:48:34: note: Function 'ff_lzw_decode_init' argument 1 names different: declaration 's' definition 'p'. ffmpeg-5.0.1/libavcodec/lzw.c:131:34: note: Function 'ff_lzw_decode_init' argument 1 names different: declaration 's' definition 'p'. ffmpeg-5.0.1/libavcodec/lzw.c:169:29: style:inconclusive: Function 'ff_lzw_decode' argument 1 names different: declaration 's' definition 'p'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/lzw.h:49:29: note: Function 'ff_lzw_decode' argument 1 names different: declaration 's' definition 'p'. ffmpeg-5.0.1/libavcodec/lzw.c:169:29: note: Function 'ff_lzw_decode' argument 1 names different: declaration 's' definition 'p'. ffmpeg-5.0.1/libavcodec/magicyuvenc.c:314:16: error: Uninitialized variable: i [uninitvar] ffmpeg-5.0.1/libavcodec/magicyuvenc.c:309:11: style: Variable 'k' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/get_bits.h:326:23: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/mdct_template.c:163:47: style:inconclusive: Function 'ff_mdct_calc_c_fixed_32' argument 2 names different: declaration 'output' definition 'out'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/fft-internal.h:60:47: note: Function 'ff_mdct_calc_c_fixed_32' argument 2 names different: declaration 'output' definition 'out'. ffmpeg-5.0.1/libavcodec/mdct_template.c:163:47: note: Function 'ff_mdct_calc_c_fixed_32' argument 2 names different: declaration 'output' definition 'out'. ffmpeg-5.0.1/libavcodec/mdct15.c:297:20: style: Local variable 'theta' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mdct15.c:250:19: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mdct15.c:297:20: note: Shadow variable ffmpeg-5.0.1/libavcodec/mdct15.c:233:31: style: Parameter 'lut' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mdct_template.c:163:47: style:inconclusive: Function 'ff_mdct_calc_c' argument 2 names different: declaration 'output' definition 'out'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/fft-internal.h:60:47: note: Function 'ff_mdct_calc_c' argument 2 names different: declaration 'output' definition 'out'. ffmpeg-5.0.1/libavcodec/mdct_template.c:163:47: note: Function 'ff_mdct_calc_c' argument 2 names different: declaration 'output' definition 'out'. ffmpeg-5.0.1/libavcodec/mdec.c:99:34: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/me_cmp.c:556:41: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/me_cmp.c:555:60: style: Parameter 'dst' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/me_cmp.c:607:61: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mediacodec_sw_buffer.c:118:26: style: Condition 'i>=1' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/mediacodec_sw_buffer.c:116:19: note: Assuming that condition 'i==0' is not redundant ffmpeg-5.0.1/libavcodec/mediacodec_sw_buffer.c:118:26: note: Condition 'i>=1' is always true ffmpeg-5.0.1/libavcodec/mediacodec_wrapper.c:1299:1: style:inconclusive: Function 'ff_AMediaCodec_createCodecByName' argument 1 names different: declaration 'name' definition 'arg'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mediacodec_wrapper.h:95:61: note: Function 'ff_AMediaCodec_createCodecByName' argument 1 names different: declaration 'name' definition 'arg'. ffmpeg-5.0.1/libavcodec/mediacodec_wrapper.c:1299:1: note: Function 'ff_AMediaCodec_createCodecByName' argument 1 names different: declaration 'name' definition 'arg'. ffmpeg-5.0.1/libavcodec/mediacodec_wrapper.c:1300:1: style:inconclusive: Function 'ff_AMediaCodec_createDecoderByType' argument 1 names different: declaration 'mime_type' definition 'arg'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mediacodec_wrapper.h:96:63: note: Function 'ff_AMediaCodec_createDecoderByType' argument 1 names different: declaration 'mime_type' definition 'arg'. ffmpeg-5.0.1/libavcodec/mediacodec_wrapper.c:1300:1: note: Function 'ff_AMediaCodec_createDecoderByType' argument 1 names different: declaration 'mime_type' definition 'arg'. ffmpeg-5.0.1/libavcodec/mediacodec_wrapper.c:1301:1: style:inconclusive: Function 'ff_AMediaCodec_createEncoderByType' argument 1 names different: declaration 'mime_type' definition 'arg'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mediacodec_wrapper.h:97:63: note: Function 'ff_AMediaCodec_createEncoderByType' argument 1 names different: declaration 'mime_type' definition 'arg'. ffmpeg-5.0.1/libavcodec/mediacodec_wrapper.c:1301:1: note: Function 'ff_AMediaCodec_createEncoderByType' argument 1 names different: declaration 'mime_type' definition 'arg'. ffmpeg-5.0.1/libavcodec/mediacodec_wrapper.c:1662:74: style:inconclusive: Function 'ff_AMediaCodec_infoOutputFormatChanged' argument 2 names different: declaration 'indx' definition 'idx'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mediacodec_wrapper.h:119:74: note: Function 'ff_AMediaCodec_infoOutputFormatChanged' argument 2 names different: declaration 'indx' definition 'idx'. ffmpeg-5.0.1/libavcodec/mediacodec_wrapper.c:1662:74: note: Function 'ff_AMediaCodec_infoOutputFormatChanged' argument 2 names different: declaration 'indx' definition 'idx'. ffmpeg-5.0.1/libavcodec/mediacodecdec.c:461:28: style: Condition 'ret<0' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/mediacodecdec.c:451:21: note: Assuming that condition 'ret>=0' is not redundant ffmpeg-5.0.1/libavcodec/mediacodecdec.c:461:28: note: Condition 'ret<0' is always true ffmpeg-5.0.1/libavcodec/mediacodecdec.c:44:14: style: struct member 'MediaCodecH264DecContext::avclass' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/twinvq.h:195:32: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall] ffmpeg-5.0.1/libavcodec/twinvq.h:195:36: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall] ffmpeg-5.0.1/libavcodec/mediacodecdec_common.c:279:13: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mediacodecdec_common.c:441:13: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mediacodecdec_common.c:558:13: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mf_utils.c:496:50: warning: Either the condition 'pos*3+3>sizeof(str)' is redundant or the array 'buffer[100]' is accessed at index 169, which is out of bounds. [arrayIndexOutOfBoundsCond] ffmpeg-5.0.1/libavcodec/mf_utils.c:494:37: note: Assuming that condition 'pos*3+3>sizeof(str)' is not redundant ffmpeg-5.0.1/libavcodec/mf_utils.c:496:50: note: Array index out of bounds ffmpeg-5.0.1/libavcodec/mf_utils.c:497:50: warning: Either the condition 'pos*3+3>sizeof(str)' is redundant or the array 'buffer[100]' is accessed at index 169, which is out of bounds. [arrayIndexOutOfBoundsCond] ffmpeg-5.0.1/libavcodec/mf_utils.c:494:37: note: Assuming that condition 'pos*3+3>sizeof(str)' is not redundant ffmpeg-5.0.1/libavcodec/mf_utils.c:497:50: note: Array index out of bounds ffmpeg-5.0.1/libavcodec/mfenc.c:678:83: error: Syntax Error: AST broken, 'avctx' doesn't have a parent. [internalAstError] ffmpeg-5.0.1/libavcodec/mf_utils.c:448:20: style: Local variable 'v' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mf_utils.c:441:20: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mf_utils.c:448:20: note: Shadow variable ffmpeg-5.0.1/libavcodec/mf_utils.c:456:20: style: Local variable 'v' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mf_utils.c:441:20: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mf_utils.c:456:20: note: Shadow variable ffmpeg-5.0.1/libavcodec/mf_utils.c:472:18: style: Local variable 'v' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mf_utils.c:441:20: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mf_utils.c:472:18: note: Shadow variable ffmpeg-5.0.1/libavcodec/mf_utils.c:61:51: error: Uninitialized variable: *pppMFTActivate [uninitvar] ffmpeg-5.0.1/libavcodec/mf_utils.c:598:13: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/mf_utils.c:609:59: note: Calling function 'ff_MFTEnumEx', 5th argument '&activate' value is ffmpeg-5.0.1/libavcodec/mf_utils.c:61:51: note: Uninitialized variable: *pppMFTActivate ffmpeg-5.0.1/libavcodec/mips/h264_deblock_msa.c:143:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/mips/h264_deblock_msa.c:144:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/mips/h264_deblock_msa.c:143:5: error: Uninitialized variable: out [legacyUninitvar] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mmi.c:31:41: style:inconclusive: Function 'ff_h264_add_pixels4_8_mmi' argument 1 names different: declaration '_dst' definition 'dst'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:326:41: note: Function 'ff_h264_add_pixels4_8_mmi' argument 1 names different: declaration '_dst' definition 'dst'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_mmi.c:31:41: note: Function 'ff_h264_add_pixels4_8_mmi' argument 1 names different: declaration '_dst' definition 'dst'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_mmi.c:31:55: style:inconclusive: Function 'ff_h264_add_pixels4_8_mmi' argument 2 names different: declaration '_src' definition 'src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:326:56: note: Function 'ff_h264_add_pixels4_8_mmi' argument 2 names different: declaration '_src' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_mmi.c:31:55: note: Function 'ff_h264_add_pixels4_8_mmi' argument 2 names different: declaration '_src' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/h264chroma_msa.c:753:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/h264chroma_msa.c:1687:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/h264pred_mmi.c:435:35: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mips/h264idct_msa.c:349:53: style:inconclusive: Function 'ff_h264_idct_add16_msa' argument 4 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:52:53: note: Function 'ff_h264_idct_add16_msa' argument 4 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/h264idct_msa.c:349:53: note: Function 'ff_h264_idct_add16_msa' argument 4 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/h264idct_msa.c:350:43: style:inconclusive: Function 'ff_h264_idct_add16_msa' argument 5 names different: declaration 'nnzc' definition 'nzc'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:53:43: note: Function 'ff_h264_idct_add16_msa' argument 5 names different: declaration 'nnzc' definition 'nzc'. ffmpeg-5.0.1/libavcodec/mips/h264idct_msa.c:350:43: note: Function 'ff_h264_idct_add16_msa' argument 5 names different: declaration 'nnzc' definition 'nzc'. ffmpeg-5.0.1/libavcodec/mips/h264idct_msa.c:371:38: style:inconclusive: Function 'ff_h264_idct8_add4_msa' argument 3 names different: declaration 'blk' definition 'block'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:67:38: note: Function 'ff_h264_idct8_add4_msa' argument 3 names different: declaration 'blk' definition 'block'. ffmpeg-5.0.1/libavcodec/mips/h264idct_msa.c:371:38: note: Function 'ff_h264_idct8_add4_msa' argument 3 names different: declaration 'blk' definition 'block'. ffmpeg-5.0.1/libavcodec/mips/h264idct_msa.c:372:43: style:inconclusive: Function 'ff_h264_idct8_add4_msa' argument 5 names different: declaration 'nnzc' definition 'nzc'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:68:43: note: Function 'ff_h264_idct8_add4_msa' argument 5 names different: declaration 'nnzc' definition 'nzc'. ffmpeg-5.0.1/libavcodec/mips/h264idct_msa.c:372:43: note: Function 'ff_h264_idct8_add4_msa' argument 5 names different: declaration 'nnzc' definition 'nzc'. ffmpeg-5.0.1/libavcodec/mips/h264idct_msa.c:395:42: style:inconclusive: Function 'ff_h264_idct_add8_msa' argument 5 names different: declaration 'nnzc' definition 'nzc'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:59:42: note: Function 'ff_h264_idct_add8_msa' argument 5 names different: declaration 'nnzc' definition 'nzc'. ffmpeg-5.0.1/libavcodec/mips/h264idct_msa.c:395:42: note: Function 'ff_h264_idct_add8_msa' argument 5 names different: declaration 'nnzc' definition 'nzc'. ffmpeg-5.0.1/libavcodec/mips/h264idct_msa.c:416:46: style:inconclusive: Function 'ff_h264_idct_add8_422_msa' argument 5 names different: declaration 'nnzc' definition 'nzc'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:62:46: note: Function 'ff_h264_idct_add8_422_msa' argument 5 names different: declaration 'nnzc' definition 'nzc'. ffmpeg-5.0.1/libavcodec/mips/h264idct_msa.c:416:46: note: Function 'ff_h264_idct_add8_422_msa' argument 5 names different: declaration 'nnzc' definition 'nzc'. ffmpeg-5.0.1/libavcodec/mips/h264idct_msa.c:451:49: style:inconclusive: Function 'ff_h264_idct_add16_intra_msa' argument 5 names different: declaration 'nnzc' definition 'nzc'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:56:49: note: Function 'ff_h264_idct_add16_intra_msa' argument 5 names different: declaration 'nnzc' definition 'nzc'. ffmpeg-5.0.1/libavcodec/mips/h264idct_msa.c:451:49: note: Function 'ff_h264_idct_add16_intra_msa' argument 5 names different: declaration 'nnzc' definition 'nzc'. ffmpeg-5.0.1/libavcodec/mips/h264idct_msa.c:467:43: style:inconclusive: Function 'ff_h264_deq_idct_luma_dc_msa' argument 3 names different: declaration 'de_q_val' definition 'de_qval'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:50:43: note: Function 'ff_h264_deq_idct_luma_dc_msa' argument 3 names different: declaration 'de_q_val' definition 'de_qval'. ffmpeg-5.0.1/libavcodec/mips/h264idct_msa.c:467:43: note: Function 'ff_h264_deq_idct_luma_dc_msa' argument 3 names different: declaration 'de_q_val' definition 'de_qval'. ffmpeg-5.0.1/libavcodec/mips/h264pred_msa.c:44:50: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mips/h264pred_msa.c:63:52: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2151:19: style:inconclusive: Function 'ff_put_h264_qpel4_mc00_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:450:19: note: Function 'ff_put_h264_qpel4_mc00_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2151:19: note: Function 'ff_put_h264_qpel4_mc00_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2157:19: style:inconclusive: Function 'ff_put_h264_qpel4_mc10_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:452:19: note: Function 'ff_put_h264_qpel4_mc10_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2157:19: note: Function 'ff_put_h264_qpel4_mc10_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2165:19: style:inconclusive: Function 'ff_put_h264_qpel4_mc20_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:454:19: note: Function 'ff_put_h264_qpel4_mc20_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2165:19: note: Function 'ff_put_h264_qpel4_mc20_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2171:19: style:inconclusive: Function 'ff_put_h264_qpel4_mc30_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:456:19: note: Function 'ff_put_h264_qpel4_mc30_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2171:19: note: Function 'ff_put_h264_qpel4_mc30_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2179:19: style:inconclusive: Function 'ff_put_h264_qpel4_mc01_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:458:19: note: Function 'ff_put_h264_qpel4_mc01_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2179:19: note: Function 'ff_put_h264_qpel4_mc01_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2190:19: style:inconclusive: Function 'ff_put_h264_qpel4_mc02_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:466:19: note: Function 'ff_put_h264_qpel4_mc02_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2190:19: note: Function 'ff_put_h264_qpel4_mc02_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2199:19: style:inconclusive: Function 'ff_put_h264_qpel4_mc03_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:474:19: note: Function 'ff_put_h264_qpel4_mc03_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2199:19: note: Function 'ff_put_h264_qpel4_mc03_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2210:19: style:inconclusive: Function 'ff_put_h264_qpel4_mc11_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:460:19: note: Function 'ff_put_h264_qpel4_mc11_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2210:19: note: Function 'ff_put_h264_qpel4_mc11_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2223:19: style:inconclusive: Function 'ff_put_h264_qpel4_mc31_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:464:19: note: Function 'ff_put_h264_qpel4_mc31_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2223:19: note: Function 'ff_put_h264_qpel4_mc31_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2236:19: style:inconclusive: Function 'ff_put_h264_qpel4_mc13_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:476:19: note: Function 'ff_put_h264_qpel4_mc13_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2236:19: note: Function 'ff_put_h264_qpel4_mc13_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2249:19: style:inconclusive: Function 'ff_put_h264_qpel4_mc33_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:480:19: note: Function 'ff_put_h264_qpel4_mc33_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2249:19: note: Function 'ff_put_h264_qpel4_mc33_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2262:19: style:inconclusive: Function 'ff_put_h264_qpel4_mc22_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:470:19: note: Function 'ff_put_h264_qpel4_mc22_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2262:19: note: Function 'ff_put_h264_qpel4_mc22_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2268:19: style:inconclusive: Function 'ff_put_h264_qpel4_mc21_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:462:19: note: Function 'ff_put_h264_qpel4_mc21_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2268:19: note: Function 'ff_put_h264_qpel4_mc21_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2278:19: style:inconclusive: Function 'ff_put_h264_qpel4_mc23_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:478:19: note: Function 'ff_put_h264_qpel4_mc23_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2278:19: note: Function 'ff_put_h264_qpel4_mc23_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2288:19: style:inconclusive: Function 'ff_put_h264_qpel4_mc12_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:468:19: note: Function 'ff_put_h264_qpel4_mc12_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2288:19: note: Function 'ff_put_h264_qpel4_mc12_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2301:19: style:inconclusive: Function 'ff_put_h264_qpel4_mc32_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:472:19: note: Function 'ff_put_h264_qpel4_mc32_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2301:19: note: Function 'ff_put_h264_qpel4_mc32_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2315:19: style:inconclusive: Function 'ff_avg_h264_qpel4_mc00_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:549:19: note: Function 'ff_avg_h264_qpel4_mc00_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2315:19: note: Function 'ff_avg_h264_qpel4_mc00_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2321:19: style:inconclusive: Function 'ff_avg_h264_qpel4_mc10_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:551:19: note: Function 'ff_avg_h264_qpel4_mc10_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2321:19: note: Function 'ff_avg_h264_qpel4_mc10_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2329:19: style:inconclusive: Function 'ff_avg_h264_qpel4_mc20_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:553:19: note: Function 'ff_avg_h264_qpel4_mc20_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2329:19: note: Function 'ff_avg_h264_qpel4_mc20_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2335:19: style:inconclusive: Function 'ff_avg_h264_qpel4_mc30_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:555:19: note: Function 'ff_avg_h264_qpel4_mc30_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2335:19: note: Function 'ff_avg_h264_qpel4_mc30_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2343:19: style:inconclusive: Function 'ff_avg_h264_qpel4_mc01_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:557:19: note: Function 'ff_avg_h264_qpel4_mc01_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2343:19: note: Function 'ff_avg_h264_qpel4_mc01_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2354:19: style:inconclusive: Function 'ff_avg_h264_qpel4_mc02_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:565:19: note: Function 'ff_avg_h264_qpel4_mc02_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2354:19: note: Function 'ff_avg_h264_qpel4_mc02_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2363:19: style:inconclusive: Function 'ff_avg_h264_qpel4_mc03_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:573:19: note: Function 'ff_avg_h264_qpel4_mc03_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2363:19: note: Function 'ff_avg_h264_qpel4_mc03_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2374:19: style:inconclusive: Function 'ff_avg_h264_qpel4_mc11_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:559:19: note: Function 'ff_avg_h264_qpel4_mc11_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2374:19: note: Function 'ff_avg_h264_qpel4_mc11_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2387:19: style:inconclusive: Function 'ff_avg_h264_qpel4_mc31_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:563:19: note: Function 'ff_avg_h264_qpel4_mc31_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2387:19: note: Function 'ff_avg_h264_qpel4_mc31_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2400:19: style:inconclusive: Function 'ff_avg_h264_qpel4_mc13_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:575:19: note: Function 'ff_avg_h264_qpel4_mc13_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2400:19: note: Function 'ff_avg_h264_qpel4_mc13_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2413:19: style:inconclusive: Function 'ff_avg_h264_qpel4_mc33_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:579:19: note: Function 'ff_avg_h264_qpel4_mc33_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2413:19: note: Function 'ff_avg_h264_qpel4_mc33_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2426:19: style:inconclusive: Function 'ff_avg_h264_qpel4_mc22_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:569:19: note: Function 'ff_avg_h264_qpel4_mc22_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2426:19: note: Function 'ff_avg_h264_qpel4_mc22_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2432:19: style:inconclusive: Function 'ff_avg_h264_qpel4_mc21_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:561:19: note: Function 'ff_avg_h264_qpel4_mc21_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2432:19: note: Function 'ff_avg_h264_qpel4_mc21_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2442:19: style:inconclusive: Function 'ff_avg_h264_qpel4_mc23_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:577:19: note: Function 'ff_avg_h264_qpel4_mc23_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2442:19: note: Function 'ff_avg_h264_qpel4_mc23_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2452:19: style:inconclusive: Function 'ff_avg_h264_qpel4_mc12_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:567:19: note: Function 'ff_avg_h264_qpel4_mc12_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2452:19: note: Function 'ff_avg_h264_qpel4_mc12_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2465:19: style:inconclusive: Function 'ff_avg_h264_qpel4_mc32_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:571:19: note: Function 'ff_avg_h264_qpel4_mc32_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2465:19: note: Function 'ff_avg_h264_qpel4_mc32_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2479:19: style:inconclusive: Function 'ff_put_h264_qpel8_mc00_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:417:19: note: Function 'ff_put_h264_qpel8_mc00_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2479:19: note: Function 'ff_put_h264_qpel8_mc00_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2485:19: style:inconclusive: Function 'ff_put_h264_qpel8_mc10_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:419:19: note: Function 'ff_put_h264_qpel8_mc10_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2485:19: note: Function 'ff_put_h264_qpel8_mc10_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2493:19: style:inconclusive: Function 'ff_put_h264_qpel8_mc20_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:421:19: note: Function 'ff_put_h264_qpel8_mc20_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2493:19: note: Function 'ff_put_h264_qpel8_mc20_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2499:19: style:inconclusive: Function 'ff_put_h264_qpel8_mc30_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:423:19: note: Function 'ff_put_h264_qpel8_mc30_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2499:19: note: Function 'ff_put_h264_qpel8_mc30_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2507:19: style:inconclusive: Function 'ff_put_h264_qpel8_mc01_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:425:19: note: Function 'ff_put_h264_qpel8_mc01_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2507:19: note: Function 'ff_put_h264_qpel8_mc01_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2518:19: style:inconclusive: Function 'ff_put_h264_qpel8_mc02_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:433:19: note: Function 'ff_put_h264_qpel8_mc02_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2518:19: note: Function 'ff_put_h264_qpel8_mc02_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2527:19: style:inconclusive: Function 'ff_put_h264_qpel8_mc03_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:441:19: note: Function 'ff_put_h264_qpel8_mc03_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2527:19: note: Function 'ff_put_h264_qpel8_mc03_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2538:19: style:inconclusive: Function 'ff_put_h264_qpel8_mc11_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:427:19: note: Function 'ff_put_h264_qpel8_mc11_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2538:19: note: Function 'ff_put_h264_qpel8_mc11_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2551:19: style:inconclusive: Function 'ff_put_h264_qpel8_mc31_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:431:19: note: Function 'ff_put_h264_qpel8_mc31_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2551:19: note: Function 'ff_put_h264_qpel8_mc31_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2564:19: style:inconclusive: Function 'ff_put_h264_qpel8_mc13_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:443:19: note: Function 'ff_put_h264_qpel8_mc13_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2564:19: note: Function 'ff_put_h264_qpel8_mc13_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2577:19: style:inconclusive: Function 'ff_put_h264_qpel8_mc33_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:447:19: note: Function 'ff_put_h264_qpel8_mc33_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2577:19: note: Function 'ff_put_h264_qpel8_mc33_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2590:19: style:inconclusive: Function 'ff_put_h264_qpel8_mc22_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:437:19: note: Function 'ff_put_h264_qpel8_mc22_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2590:19: note: Function 'ff_put_h264_qpel8_mc22_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2598:19: style:inconclusive: Function 'ff_put_h264_qpel8_mc21_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:429:19: note: Function 'ff_put_h264_qpel8_mc21_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2598:19: note: Function 'ff_put_h264_qpel8_mc21_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2609:19: style:inconclusive: Function 'ff_put_h264_qpel8_mc23_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:445:19: note: Function 'ff_put_h264_qpel8_mc23_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2609:19: note: Function 'ff_put_h264_qpel8_mc23_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2620:19: style:inconclusive: Function 'ff_put_h264_qpel8_mc12_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:435:19: note: Function 'ff_put_h264_qpel8_mc12_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2620:19: note: Function 'ff_put_h264_qpel8_mc12_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2631:19: style:inconclusive: Function 'ff_put_h264_qpel8_mc32_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:439:19: note: Function 'ff_put_h264_qpel8_mc32_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2631:19: note: Function 'ff_put_h264_qpel8_mc32_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2643:19: style:inconclusive: Function 'ff_avg_h264_qpel8_mc00_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:516:19: note: Function 'ff_avg_h264_qpel8_mc00_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2643:19: note: Function 'ff_avg_h264_qpel8_mc00_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2649:19: style:inconclusive: Function 'ff_avg_h264_qpel8_mc10_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:518:19: note: Function 'ff_avg_h264_qpel8_mc10_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2649:19: note: Function 'ff_avg_h264_qpel8_mc10_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2657:19: style:inconclusive: Function 'ff_avg_h264_qpel8_mc20_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:520:19: note: Function 'ff_avg_h264_qpel8_mc20_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2657:19: note: Function 'ff_avg_h264_qpel8_mc20_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2663:19: style:inconclusive: Function 'ff_avg_h264_qpel8_mc30_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:522:19: note: Function 'ff_avg_h264_qpel8_mc30_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2663:19: note: Function 'ff_avg_h264_qpel8_mc30_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2671:19: style:inconclusive: Function 'ff_avg_h264_qpel8_mc01_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:524:19: note: Function 'ff_avg_h264_qpel8_mc01_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2671:19: note: Function 'ff_avg_h264_qpel8_mc01_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2682:19: style:inconclusive: Function 'ff_avg_h264_qpel8_mc02_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:532:19: note: Function 'ff_avg_h264_qpel8_mc02_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2682:19: note: Function 'ff_avg_h264_qpel8_mc02_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2691:19: style:inconclusive: Function 'ff_avg_h264_qpel8_mc03_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:540:19: note: Function 'ff_avg_h264_qpel8_mc03_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2691:19: note: Function 'ff_avg_h264_qpel8_mc03_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2702:19: style:inconclusive: Function 'ff_avg_h264_qpel8_mc11_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:526:19: note: Function 'ff_avg_h264_qpel8_mc11_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2702:19: note: Function 'ff_avg_h264_qpel8_mc11_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2715:19: style:inconclusive: Function 'ff_avg_h264_qpel8_mc31_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:530:19: note: Function 'ff_avg_h264_qpel8_mc31_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2715:19: note: Function 'ff_avg_h264_qpel8_mc31_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2728:19: style:inconclusive: Function 'ff_avg_h264_qpel8_mc13_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:542:19: note: Function 'ff_avg_h264_qpel8_mc13_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2728:19: note: Function 'ff_avg_h264_qpel8_mc13_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2741:19: style:inconclusive: Function 'ff_avg_h264_qpel8_mc33_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:546:19: note: Function 'ff_avg_h264_qpel8_mc33_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2741:19: note: Function 'ff_avg_h264_qpel8_mc33_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2754:19: style:inconclusive: Function 'ff_avg_h264_qpel8_mc22_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:536:19: note: Function 'ff_avg_h264_qpel8_mc22_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2754:19: note: Function 'ff_avg_h264_qpel8_mc22_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2762:19: style:inconclusive: Function 'ff_avg_h264_qpel8_mc21_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:528:19: note: Function 'ff_avg_h264_qpel8_mc21_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2762:19: note: Function 'ff_avg_h264_qpel8_mc21_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2773:19: style:inconclusive: Function 'ff_avg_h264_qpel8_mc23_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:544:19: note: Function 'ff_avg_h264_qpel8_mc23_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2773:19: note: Function 'ff_avg_h264_qpel8_mc23_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2784:19: style:inconclusive: Function 'ff_avg_h264_qpel8_mc12_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:534:19: note: Function 'ff_avg_h264_qpel8_mc12_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2784:19: note: Function 'ff_avg_h264_qpel8_mc12_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2795:19: style:inconclusive: Function 'ff_avg_h264_qpel8_mc32_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:538:19: note: Function 'ff_avg_h264_qpel8_mc32_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2795:19: note: Function 'ff_avg_h264_qpel8_mc32_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2807:19: style:inconclusive: Function 'ff_put_h264_qpel16_mc00_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:384:19: note: Function 'ff_put_h264_qpel16_mc00_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2807:19: note: Function 'ff_put_h264_qpel16_mc00_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2813:19: style:inconclusive: Function 'ff_put_h264_qpel16_mc10_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:386:19: note: Function 'ff_put_h264_qpel16_mc10_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2813:19: note: Function 'ff_put_h264_qpel16_mc10_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2821:19: style:inconclusive: Function 'ff_put_h264_qpel16_mc20_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:388:19: note: Function 'ff_put_h264_qpel16_mc20_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2821:19: note: Function 'ff_put_h264_qpel16_mc20_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2827:19: style:inconclusive: Function 'ff_put_h264_qpel16_mc30_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:390:19: note: Function 'ff_put_h264_qpel16_mc30_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2827:19: note: Function 'ff_put_h264_qpel16_mc30_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2835:19: style:inconclusive: Function 'ff_put_h264_qpel16_mc01_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:392:19: note: Function 'ff_put_h264_qpel16_mc01_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2835:19: note: Function 'ff_put_h264_qpel16_mc01_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2846:19: style:inconclusive: Function 'ff_put_h264_qpel16_mc02_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:400:19: note: Function 'ff_put_h264_qpel16_mc02_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2846:19: note: Function 'ff_put_h264_qpel16_mc02_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2855:19: style:inconclusive: Function 'ff_put_h264_qpel16_mc03_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:408:19: note: Function 'ff_put_h264_qpel16_mc03_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2855:19: note: Function 'ff_put_h264_qpel16_mc03_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2866:19: style:inconclusive: Function 'ff_put_h264_qpel16_mc11_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:394:19: note: Function 'ff_put_h264_qpel16_mc11_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2866:19: note: Function 'ff_put_h264_qpel16_mc11_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2879:19: style:inconclusive: Function 'ff_put_h264_qpel16_mc31_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:398:19: note: Function 'ff_put_h264_qpel16_mc31_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2879:19: note: Function 'ff_put_h264_qpel16_mc31_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2892:19: style:inconclusive: Function 'ff_put_h264_qpel16_mc13_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:410:19: note: Function 'ff_put_h264_qpel16_mc13_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2892:19: note: Function 'ff_put_h264_qpel16_mc13_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2905:19: style:inconclusive: Function 'ff_put_h264_qpel16_mc33_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:414:19: note: Function 'ff_put_h264_qpel16_mc33_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2905:19: note: Function 'ff_put_h264_qpel16_mc33_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2918:19: style:inconclusive: Function 'ff_put_h264_qpel16_mc22_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:404:19: note: Function 'ff_put_h264_qpel16_mc22_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2918:19: note: Function 'ff_put_h264_qpel16_mc22_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2926:19: style:inconclusive: Function 'ff_put_h264_qpel16_mc21_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:396:19: note: Function 'ff_put_h264_qpel16_mc21_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2926:19: note: Function 'ff_put_h264_qpel16_mc21_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2937:19: style:inconclusive: Function 'ff_put_h264_qpel16_mc23_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:412:19: note: Function 'ff_put_h264_qpel16_mc23_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2937:19: note: Function 'ff_put_h264_qpel16_mc23_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2948:19: style:inconclusive: Function 'ff_put_h264_qpel16_mc12_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:402:19: note: Function 'ff_put_h264_qpel16_mc12_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2948:19: note: Function 'ff_put_h264_qpel16_mc12_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2959:19: style:inconclusive: Function 'ff_put_h264_qpel16_mc32_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:406:19: note: Function 'ff_put_h264_qpel16_mc32_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2959:19: note: Function 'ff_put_h264_qpel16_mc32_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2971:19: style:inconclusive: Function 'ff_avg_h264_qpel16_mc00_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:483:19: note: Function 'ff_avg_h264_qpel16_mc00_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2971:19: note: Function 'ff_avg_h264_qpel16_mc00_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2977:19: style:inconclusive: Function 'ff_avg_h264_qpel16_mc10_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:485:19: note: Function 'ff_avg_h264_qpel16_mc10_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2977:19: note: Function 'ff_avg_h264_qpel16_mc10_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2985:19: style:inconclusive: Function 'ff_avg_h264_qpel16_mc20_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:487:19: note: Function 'ff_avg_h264_qpel16_mc20_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2985:19: note: Function 'ff_avg_h264_qpel16_mc20_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2991:19: style:inconclusive: Function 'ff_avg_h264_qpel16_mc30_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:489:19: note: Function 'ff_avg_h264_qpel16_mc30_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2991:19: note: Function 'ff_avg_h264_qpel16_mc30_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2999:19: style:inconclusive: Function 'ff_avg_h264_qpel16_mc01_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:491:19: note: Function 'ff_avg_h264_qpel16_mc01_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:2999:19: note: Function 'ff_avg_h264_qpel16_mc01_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:3010:19: style:inconclusive: Function 'ff_avg_h264_qpel16_mc02_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:499:19: note: Function 'ff_avg_h264_qpel16_mc02_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:3010:19: note: Function 'ff_avg_h264_qpel16_mc02_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:3019:19: style:inconclusive: Function 'ff_avg_h264_qpel16_mc03_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:507:19: note: Function 'ff_avg_h264_qpel16_mc03_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:3019:19: note: Function 'ff_avg_h264_qpel16_mc03_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:3030:19: style:inconclusive: Function 'ff_avg_h264_qpel16_mc11_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:493:19: note: Function 'ff_avg_h264_qpel16_mc11_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:3030:19: note: Function 'ff_avg_h264_qpel16_mc11_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:3043:19: style:inconclusive: Function 'ff_avg_h264_qpel16_mc31_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:497:19: note: Function 'ff_avg_h264_qpel16_mc31_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:3043:19: note: Function 'ff_avg_h264_qpel16_mc31_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:3056:19: style:inconclusive: Function 'ff_avg_h264_qpel16_mc13_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:509:19: note: Function 'ff_avg_h264_qpel16_mc13_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:3056:19: note: Function 'ff_avg_h264_qpel16_mc13_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:3069:19: style:inconclusive: Function 'ff_avg_h264_qpel16_mc33_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:513:19: note: Function 'ff_avg_h264_qpel16_mc33_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:3069:19: note: Function 'ff_avg_h264_qpel16_mc33_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:3082:19: style:inconclusive: Function 'ff_avg_h264_qpel16_mc22_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:503:19: note: Function 'ff_avg_h264_qpel16_mc22_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:3082:19: note: Function 'ff_avg_h264_qpel16_mc22_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:3090:19: style:inconclusive: Function 'ff_avg_h264_qpel16_mc21_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:495:19: note: Function 'ff_avg_h264_qpel16_mc21_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:3090:19: note: Function 'ff_avg_h264_qpel16_mc21_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:3101:19: style:inconclusive: Function 'ff_avg_h264_qpel16_mc23_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:511:19: note: Function 'ff_avg_h264_qpel16_mc23_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:3101:19: note: Function 'ff_avg_h264_qpel16_mc23_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:3112:19: style:inconclusive: Function 'ff_avg_h264_qpel16_mc12_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:501:19: note: Function 'ff_avg_h264_qpel16_mc12_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:3112:19: note: Function 'ff_avg_h264_qpel16_mc12_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:3123:19: style:inconclusive: Function 'ff_avg_h264_qpel16_mc32_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:505:19: note: Function 'ff_avg_h264_qpel16_mc32_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:3123:19: note: Function 'ff_avg_h264_qpel16_mc32_mmi' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:1318:23: style: Local variable 'tmp0' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:1266:14: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:1318:23: note: Shadow variable ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:1882:23: style: Local variable 'tmp0' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:1830:14: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mips/h264qpel_mmi.c:1882:23: note: Shadow variable ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:1772:10: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:1664:14: note: data is assigned ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:1772:10: note: data is overwritten ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:1772:10: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:1670:14: note: data is assigned ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:1772:10: note: data is overwritten ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:1731:17: style: Variable 'is_tc_orig2' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:1718:17: note: is_tc_orig2 is assigned ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:1731:17: note: is_tc_orig2 is overwritten ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2056:44: style:inconclusive: Function 'ff_h264_h_lpf_luma_inter_msa' argument 1 names different: declaration 'src' definition 'data'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:28:44: note: Function 'ff_h264_h_lpf_luma_inter_msa' argument 1 names different: declaration 'src' definition 'data'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2056:44: note: Function 'ff_h264_h_lpf_luma_inter_msa' argument 1 names different: declaration 'src' definition 'data'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2056:60: style:inconclusive: Function 'ff_h264_h_lpf_luma_inter_msa' argument 2 names different: declaration 'stride' definition 'img_width'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:28:59: note: Function 'ff_h264_h_lpf_luma_inter_msa' argument 2 names different: declaration 'stride' definition 'img_width'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2056:60: note: Function 'ff_h264_h_lpf_luma_inter_msa' argument 2 names different: declaration 'stride' definition 'img_width'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2057:64: style:inconclusive: Function 'ff_h264_h_lpf_luma_inter_msa' argument 5 names different: declaration 'tc0' definition 'tc'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:29:64: note: Function 'ff_h264_h_lpf_luma_inter_msa' argument 5 names different: declaration 'tc0' definition 'tc'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2057:64: note: Function 'ff_h264_h_lpf_luma_inter_msa' argument 5 names different: declaration 'tc0' definition 'tc'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2079:44: style:inconclusive: Function 'ff_h264_v_lpf_luma_inter_msa' argument 1 names different: declaration 'src' definition 'data'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:30:44: note: Function 'ff_h264_v_lpf_luma_inter_msa' argument 1 names different: declaration 'src' definition 'data'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2079:44: note: Function 'ff_h264_v_lpf_luma_inter_msa' argument 1 names different: declaration 'src' definition 'data'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2079:60: style:inconclusive: Function 'ff_h264_v_lpf_luma_inter_msa' argument 2 names different: declaration 'stride' definition 'img_width'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:30:59: note: Function 'ff_h264_v_lpf_luma_inter_msa' argument 2 names different: declaration 'stride' definition 'img_width'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2079:60: note: Function 'ff_h264_v_lpf_luma_inter_msa' argument 2 names different: declaration 'stride' definition 'img_width'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2080:64: style:inconclusive: Function 'ff_h264_v_lpf_luma_inter_msa' argument 5 names different: declaration 'tc0' definition 'tc'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:31:64: note: Function 'ff_h264_v_lpf_luma_inter_msa' argument 5 names different: declaration 'tc0' definition 'tc'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2080:64: note: Function 'ff_h264_v_lpf_luma_inter_msa' argument 5 names different: declaration 'tc0' definition 'tc'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2102:46: style:inconclusive: Function 'ff_h264_h_lpf_chroma_inter_msa' argument 1 names different: declaration 'src' definition 'data'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:32:46: note: Function 'ff_h264_h_lpf_chroma_inter_msa' argument 1 names different: declaration 'src' definition 'data'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2102:46: note: Function 'ff_h264_h_lpf_chroma_inter_msa' argument 1 names different: declaration 'src' definition 'data'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2102:62: style:inconclusive: Function 'ff_h264_h_lpf_chroma_inter_msa' argument 2 names different: declaration 'stride' definition 'img_width'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:32:61: note: Function 'ff_h264_h_lpf_chroma_inter_msa' argument 2 names different: declaration 'stride' definition 'img_width'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2102:62: note: Function 'ff_h264_h_lpf_chroma_inter_msa' argument 2 names different: declaration 'stride' definition 'img_width'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2103:66: style:inconclusive: Function 'ff_h264_h_lpf_chroma_inter_msa' argument 5 names different: declaration 'tc0' definition 'tc'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:33:66: note: Function 'ff_h264_h_lpf_chroma_inter_msa' argument 5 names different: declaration 'tc0' definition 'tc'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2103:66: note: Function 'ff_h264_h_lpf_chroma_inter_msa' argument 5 names different: declaration 'tc0' definition 'tc'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2124:46: style:inconclusive: Function 'ff_h264_v_lpf_chroma_inter_msa' argument 1 names different: declaration 'src' definition 'data'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:34:46: note: Function 'ff_h264_v_lpf_chroma_inter_msa' argument 1 names different: declaration 'src' definition 'data'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2124:46: note: Function 'ff_h264_v_lpf_chroma_inter_msa' argument 1 names different: declaration 'src' definition 'data'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2124:62: style:inconclusive: Function 'ff_h264_v_lpf_chroma_inter_msa' argument 2 names different: declaration 'stride' definition 'img_width'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:34:61: note: Function 'ff_h264_v_lpf_chroma_inter_msa' argument 2 names different: declaration 'stride' definition 'img_width'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2124:62: note: Function 'ff_h264_v_lpf_chroma_inter_msa' argument 2 names different: declaration 'stride' definition 'img_width'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2125:66: style:inconclusive: Function 'ff_h264_v_lpf_chroma_inter_msa' argument 5 names different: declaration 'tc0' definition 'tc'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:35:66: note: Function 'ff_h264_v_lpf_chroma_inter_msa' argument 5 names different: declaration 'tc0' definition 'tc'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2125:66: note: Function 'ff_h264_v_lpf_chroma_inter_msa' argument 5 names different: declaration 'tc0' definition 'tc'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2146:44: style:inconclusive: Function 'ff_h264_h_lpf_luma_intra_msa' argument 1 names different: declaration 'src' definition 'data'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:70:44: note: Function 'ff_h264_h_lpf_luma_intra_msa' argument 1 names different: declaration 'src' definition 'data'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2146:44: note: Function 'ff_h264_h_lpf_luma_intra_msa' argument 1 names different: declaration 'src' definition 'data'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2146:60: style:inconclusive: Function 'ff_h264_h_lpf_luma_intra_msa' argument 2 names different: declaration 'stride' definition 'img_width'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:70:59: note: Function 'ff_h264_h_lpf_luma_intra_msa' argument 2 names different: declaration 'stride' definition 'img_width'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2146:60: note: Function 'ff_h264_h_lpf_luma_intra_msa' argument 2 names different: declaration 'stride' definition 'img_width'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2154:44: style:inconclusive: Function 'ff_h264_v_lpf_luma_intra_msa' argument 1 names different: declaration 'src' definition 'data'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:72:44: note: Function 'ff_h264_v_lpf_luma_intra_msa' argument 1 names different: declaration 'src' definition 'data'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2154:44: note: Function 'ff_h264_v_lpf_luma_intra_msa' argument 1 names different: declaration 'src' definition 'data'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2154:60: style:inconclusive: Function 'ff_h264_v_lpf_luma_intra_msa' argument 2 names different: declaration 'stride' definition 'img_width'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:72:59: note: Function 'ff_h264_v_lpf_luma_intra_msa' argument 2 names different: declaration 'stride' definition 'img_width'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2154:60: note: Function 'ff_h264_v_lpf_luma_intra_msa' argument 2 names different: declaration 'stride' definition 'img_width'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2162:46: style:inconclusive: Function 'ff_h264_h_lpf_chroma_intra_msa' argument 1 names different: declaration 'src' definition 'data'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:74:46: note: Function 'ff_h264_h_lpf_chroma_intra_msa' argument 1 names different: declaration 'src' definition 'data'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2162:46: note: Function 'ff_h264_h_lpf_chroma_intra_msa' argument 1 names different: declaration 'src' definition 'data'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2162:62: style:inconclusive: Function 'ff_h264_h_lpf_chroma_intra_msa' argument 2 names different: declaration 'stride' definition 'img_width'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:74:61: note: Function 'ff_h264_h_lpf_chroma_intra_msa' argument 2 names different: declaration 'stride' definition 'img_width'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2162:62: note: Function 'ff_h264_h_lpf_chroma_intra_msa' argument 2 names different: declaration 'stride' definition 'img_width'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2170:46: style:inconclusive: Function 'ff_h264_v_lpf_chroma_intra_msa' argument 1 names different: declaration 'src' definition 'data'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:76:46: note: Function 'ff_h264_v_lpf_chroma_intra_msa' argument 1 names different: declaration 'src' definition 'data'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2170:46: note: Function 'ff_h264_v_lpf_chroma_intra_msa' argument 1 names different: declaration 'src' definition 'data'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2170:62: style:inconclusive: Function 'ff_h264_v_lpf_chroma_intra_msa' argument 2 names different: declaration 'stride' definition 'img_width'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:76:61: note: Function 'ff_h264_v_lpf_chroma_intra_msa' argument 2 names different: declaration 'stride' definition 'img_width'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2170:62: note: Function 'ff_h264_v_lpf_chroma_intra_msa' argument 2 names different: declaration 'stride' definition 'img_width'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2179:52: style:inconclusive: Function 'ff_h264_h_loop_filter_chroma422_msa' argument 2 names different: declaration 'stride' definition 'ystride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:36:66: note: Function 'ff_h264_h_loop_filter_chroma422_msa' argument 2 names different: declaration 'stride' definition 'ystride'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2179:52: note: Function 'ff_h264_h_loop_filter_chroma422_msa' argument 2 names different: declaration 'stride' definition 'ystride'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2187:58: style:inconclusive: Function 'ff_h264_h_loop_filter_chroma422_mbaff_msa' argument 2 names different: declaration 'stride' definition 'ystride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:39:72: note: Function 'ff_h264_h_loop_filter_chroma422_mbaff_msa' argument 2 names different: declaration 'stride' definition 'ystride'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2187:58: note: Function 'ff_h264_h_loop_filter_chroma422_mbaff_msa' argument 2 names different: declaration 'stride' definition 'ystride'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2196:53: style:inconclusive: Function 'ff_h264_h_loop_filter_luma_mbaff_msa' argument 2 names different: declaration 'stride' definition 'ystride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:42:67: note: Function 'ff_h264_h_loop_filter_luma_mbaff_msa' argument 2 names different: declaration 'stride' definition 'ystride'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2196:53: note: Function 'ff_h264_h_loop_filter_luma_mbaff_msa' argument 2 names different: declaration 'stride' definition 'ystride'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2205:59: style:inconclusive: Function 'ff_h264_h_loop_filter_luma_mbaff_intra_msa' argument 2 names different: declaration 'stride' definition 'ystride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:78:73: note: Function 'ff_h264_h_loop_filter_luma_mbaff_intra_msa' argument 2 names different: declaration 'stride' definition 'ystride'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2205:59: note: Function 'ff_h264_h_loop_filter_luma_mbaff_intra_msa' argument 2 names different: declaration 'stride' definition 'ystride'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2214:40: style:inconclusive: Function 'ff_weight_h264_pixels16_8_msa' argument 5 names different: declaration 'weight' definition 'weight_src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:91:56: note: Function 'ff_weight_h264_pixels16_8_msa' argument 5 names different: declaration 'weight' definition 'weight_src'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2214:40: note: Function 'ff_weight_h264_pixels16_8_msa' argument 5 names different: declaration 'weight' definition 'weight_src'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2214:56: style:inconclusive: Function 'ff_weight_h264_pixels16_8_msa' argument 6 names different: declaration 'offset' definition 'offset_in'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:91:68: note: Function 'ff_weight_h264_pixels16_8_msa' argument 6 names different: declaration 'offset' definition 'offset_in'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2214:56: note: Function 'ff_weight_h264_pixels16_8_msa' argument 6 names different: declaration 'offset' definition 'offset_in'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2312:39: style:inconclusive: Function 'ff_weight_h264_pixels8_8_msa' argument 5 names different: declaration 'weight' definition 'weight_src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:93:55: note: Function 'ff_weight_h264_pixels8_8_msa' argument 5 names different: declaration 'weight' definition 'weight_src'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2312:39: note: Function 'ff_weight_h264_pixels8_8_msa' argument 5 names different: declaration 'weight' definition 'weight_src'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2325:39: style:inconclusive: Function 'ff_weight_h264_pixels4_8_msa' argument 5 names different: declaration 'weight' definition 'weight_src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:95:55: note: Function 'ff_weight_h264_pixels4_8_msa' argument 5 names different: declaration 'weight' definition 'weight_src'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2325:39: note: Function 'ff_weight_h264_pixels4_8_msa' argument 5 names different: declaration 'weight' definition 'weight_src'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2338:58: style:inconclusive: Function 'ff_biweight_h264_pixels16_8_msa' argument 6 names different: declaration 'weightd' definition 'weight_dst'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:83:42: note: Function 'ff_biweight_h264_pixels16_8_msa' argument 6 names different: declaration 'weightd' definition 'weight_dst'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2338:58: note: Function 'ff_biweight_h264_pixels16_8_msa' argument 6 names different: declaration 'weightd' definition 'weight_dst'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2339:42: style:inconclusive: Function 'ff_biweight_h264_pixels16_8_msa' argument 7 names different: declaration 'weights' definition 'weight_src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:83:55: note: Function 'ff_biweight_h264_pixels16_8_msa' argument 7 names different: declaration 'weights' definition 'weight_src'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2339:42: note: Function 'ff_biweight_h264_pixels16_8_msa' argument 7 names different: declaration 'weights' definition 'weight_src'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2339:58: style:inconclusive: Function 'ff_biweight_h264_pixels16_8_msa' argument 8 names different: declaration 'offset' definition 'offset_in'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:83:68: note: Function 'ff_biweight_h264_pixels16_8_msa' argument 8 names different: declaration 'offset' definition 'offset_in'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2339:58: note: Function 'ff_biweight_h264_pixels16_8_msa' argument 8 names different: declaration 'offset' definition 'offset_in'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2447:57: style:inconclusive: Function 'ff_biweight_h264_pixels8_8_msa' argument 6 names different: declaration 'weightd' definition 'weight_dst'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:86:41: note: Function 'ff_biweight_h264_pixels8_8_msa' argument 6 names different: declaration 'weightd' definition 'weight_dst'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2447:57: note: Function 'ff_biweight_h264_pixels8_8_msa' argument 6 names different: declaration 'weightd' definition 'weight_dst'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2448:41: style:inconclusive: Function 'ff_biweight_h264_pixels8_8_msa' argument 7 names different: declaration 'weights' definition 'weight_src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:86:54: note: Function 'ff_biweight_h264_pixels8_8_msa' argument 7 names different: declaration 'weights' definition 'weight_src'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2448:41: note: Function 'ff_biweight_h264_pixels8_8_msa' argument 7 names different: declaration 'weights' definition 'weight_src'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2464:57: style:inconclusive: Function 'ff_biweight_h264_pixels4_8_msa' argument 6 names different: declaration 'weightd' definition 'weight_dst'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:89:41: note: Function 'ff_biweight_h264_pixels4_8_msa' argument 6 names different: declaration 'weightd' definition 'weight_dst'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2464:57: note: Function 'ff_biweight_h264_pixels4_8_msa' argument 6 names different: declaration 'weightd' definition 'weight_dst'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2465:41: style:inconclusive: Function 'ff_biweight_h264_pixels4_8_msa' argument 7 names different: declaration 'weights' definition 'weight_src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:89:54: note: Function 'ff_biweight_h264_pixels4_8_msa' argument 7 names different: declaration 'weights' definition 'weight_src'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2465:41: note: Function 'ff_biweight_h264_pixels4_8_msa' argument 7 names different: declaration 'weights' definition 'weight_src'. ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2001:53: style: Parameter 'tc0' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:2027:59: style: Parameter 'tc0' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:1918:16: style: Variable 'p0_r' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mips/h264dsp_msa.c:1919:16: style: Variable 'q0_r' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mips/hevc_idct_msa.c:630:18: style: Variable 'src' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mips/hevc_lpf_sao_msa.c:2327:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/hevc_lpf_sao_msa.c:2439:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/hevc_lpf_sao_msa.c:1063:33: style:inconclusive: Boolean expression 'sao_left_class>12' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavcodec/mips/hevc_lpf_sao_msa.c:1124:33: style:inconclusive: Boolean expression 'sao_left_class>12' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavcodec/mips/hevc_lpf_sao_msa.c:1196:33: style:inconclusive: Boolean expression 'sao_left_class>12' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavcodec/mips/hevc_lpf_sao_msa.c:26:51: style: Parameter 'p_is_pcm' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mips/hevc_lpf_sao_msa.c:26:70: style: Parameter 'q_is_pcm' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mips/hevc_lpf_sao_msa.c:25:65: style: Parameter 'tc' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mips/hevc_lpf_sao_msa.c:452:51: style: Parameter 'p_is_pcm' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mips/hevc_lpf_sao_msa.c:452:70: style: Parameter 'q_is_pcm' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mips/hevc_lpf_sao_msa.c:451:65: style: Parameter 'tc' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mips/hevc_lpf_sao_msa.c:2104:23: style: Variable 'src_orig' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mips/hevc_lpf_sao_msa.c:2105:23: style: Variable 'dst_orig' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mips/hevc_mc_bi_msa.c:3129:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/hevc_mc_bi_msa.c:3167:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/hevc_mc_bi_msa.c:3191:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:645:44: style:inconclusive: Function 'ff_put_h264_qpel16_mc00_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:98:44: note: Function 'ff_put_h264_qpel16_mc00_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:645:44: note: Function 'ff_put_h264_qpel16_mc00_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:660:43: style:inconclusive: Function 'ff_put_h264_qpel8_mc00_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:131:43: note: Function 'ff_put_h264_qpel8_mc00_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:660:43: note: Function 'ff_put_h264_qpel8_mc00_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:673:44: style:inconclusive: Function 'ff_avg_h264_qpel16_mc00_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:197:44: note: Function 'ff_avg_h264_qpel16_mc00_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:673:44: note: Function 'ff_avg_h264_qpel16_mc00_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:700:43: style:inconclusive: Function 'ff_avg_h264_qpel8_mc00_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:230:43: note: Function 'ff_avg_h264_qpel8_mc00_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:700:43: note: Function 'ff_avg_h264_qpel8_mc00_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:728:43: style:inconclusive: Function 'ff_avg_h264_qpel4_mc00_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:263:43: note: Function 'ff_avg_h264_qpel4_mc00_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:728:43: note: Function 'ff_avg_h264_qpel4_mc00_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:744:44: style:inconclusive: Function 'ff_put_h264_qpel16_mc10_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:100:44: note: Function 'ff_put_h264_qpel16_mc10_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:744:44: note: Function 'ff_put_h264_qpel16_mc10_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:812:44: style:inconclusive: Function 'ff_put_h264_qpel16_mc30_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:104:44: note: Function 'ff_put_h264_qpel16_mc30_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:812:44: note: Function 'ff_put_h264_qpel16_mc30_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:880:43: style:inconclusive: Function 'ff_put_h264_qpel8_mc10_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:133:43: note: Function 'ff_put_h264_qpel8_mc10_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:880:43: note: Function 'ff_put_h264_qpel8_mc10_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:935:43: style:inconclusive: Function 'ff_put_h264_qpel8_mc30_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:137:43: note: Function 'ff_put_h264_qpel8_mc30_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:935:43: note: Function 'ff_put_h264_qpel8_mc30_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:990:43: style:inconclusive: Function 'ff_put_h264_qpel4_mc10_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:166:43: note: Function 'ff_put_h264_qpel4_mc10_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:990:43: note: Function 'ff_put_h264_qpel4_mc10_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1021:43: style:inconclusive: Function 'ff_put_h264_qpel4_mc30_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:170:43: note: Function 'ff_put_h264_qpel4_mc30_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1021:43: note: Function 'ff_put_h264_qpel4_mc30_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1052:44: style:inconclusive: Function 'ff_put_h264_qpel16_mc20_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:102:44: note: Function 'ff_put_h264_qpel16_mc20_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1052:44: note: Function 'ff_put_h264_qpel16_mc20_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1111:43: style:inconclusive: Function 'ff_put_h264_qpel8_mc20_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:135:43: note: Function 'ff_put_h264_qpel8_mc20_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1111:43: note: Function 'ff_put_h264_qpel8_mc20_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1158:43: style:inconclusive: Function 'ff_put_h264_qpel4_mc20_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:168:43: note: Function 'ff_put_h264_qpel4_mc20_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1158:43: note: Function 'ff_put_h264_qpel4_mc20_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1183:44: style:inconclusive: Function 'ff_put_h264_qpel16_mc01_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:106:44: note: Function 'ff_put_h264_qpel16_mc01_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1183:44: note: Function 'ff_put_h264_qpel16_mc01_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1257:44: style:inconclusive: Function 'ff_put_h264_qpel16_mc03_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:122:44: note: Function 'ff_put_h264_qpel16_mc03_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1257:44: note: Function 'ff_put_h264_qpel16_mc03_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1330:43: style:inconclusive: Function 'ff_put_h264_qpel8_mc01_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:139:43: note: Function 'ff_put_h264_qpel8_mc01_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1330:43: note: Function 'ff_put_h264_qpel8_mc01_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1383:43: style:inconclusive: Function 'ff_put_h264_qpel8_mc03_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:155:43: note: Function 'ff_put_h264_qpel8_mc03_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1383:43: note: Function 'ff_put_h264_qpel8_mc03_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1436:43: style:inconclusive: Function 'ff_put_h264_qpel4_mc01_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:172:43: note: Function 'ff_put_h264_qpel4_mc01_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1436:43: note: Function 'ff_put_h264_qpel4_mc01_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1477:43: style:inconclusive: Function 'ff_put_h264_qpel4_mc03_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:188:43: note: Function 'ff_put_h264_qpel4_mc03_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1477:43: note: Function 'ff_put_h264_qpel4_mc03_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1518:44: style:inconclusive: Function 'ff_put_h264_qpel16_mc11_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:108:44: note: Function 'ff_put_h264_qpel16_mc11_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1518:44: note: Function 'ff_put_h264_qpel16_mc11_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1524:44: style:inconclusive: Function 'ff_put_h264_qpel16_mc31_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:112:44: note: Function 'ff_put_h264_qpel16_mc31_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1524:44: note: Function 'ff_put_h264_qpel16_mc31_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1530:44: style:inconclusive: Function 'ff_put_h264_qpel16_mc13_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:124:44: note: Function 'ff_put_h264_qpel16_mc13_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1530:44: note: Function 'ff_put_h264_qpel16_mc13_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1537:44: style:inconclusive: Function 'ff_put_h264_qpel16_mc33_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:128:44: note: Function 'ff_put_h264_qpel16_mc33_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1537:44: note: Function 'ff_put_h264_qpel16_mc33_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1544:43: style:inconclusive: Function 'ff_put_h264_qpel8_mc11_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:141:43: note: Function 'ff_put_h264_qpel8_mc11_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1544:43: note: Function 'ff_put_h264_qpel8_mc11_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1550:43: style:inconclusive: Function 'ff_put_h264_qpel8_mc31_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:145:43: note: Function 'ff_put_h264_qpel8_mc31_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1550:43: note: Function 'ff_put_h264_qpel8_mc31_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1556:43: style:inconclusive: Function 'ff_put_h264_qpel8_mc13_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:157:43: note: Function 'ff_put_h264_qpel8_mc13_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1556:43: note: Function 'ff_put_h264_qpel8_mc13_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1562:43: style:inconclusive: Function 'ff_put_h264_qpel8_mc33_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:161:43: note: Function 'ff_put_h264_qpel8_mc33_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1562:43: note: Function 'ff_put_h264_qpel8_mc33_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1570:43: style:inconclusive: Function 'ff_put_h264_qpel4_mc11_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:174:43: note: Function 'ff_put_h264_qpel4_mc11_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1570:43: note: Function 'ff_put_h264_qpel4_mc11_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1576:43: style:inconclusive: Function 'ff_put_h264_qpel4_mc31_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:178:43: note: Function 'ff_put_h264_qpel4_mc31_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1576:43: note: Function 'ff_put_h264_qpel4_mc31_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1582:43: style:inconclusive: Function 'ff_put_h264_qpel4_mc13_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:190:43: note: Function 'ff_put_h264_qpel4_mc13_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1582:43: note: Function 'ff_put_h264_qpel4_mc13_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1588:43: style:inconclusive: Function 'ff_put_h264_qpel4_mc33_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:194:43: note: Function 'ff_put_h264_qpel4_mc33_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1588:43: note: Function 'ff_put_h264_qpel4_mc33_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1595:44: style:inconclusive: Function 'ff_put_h264_qpel16_mc21_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:110:44: note: Function 'ff_put_h264_qpel16_mc21_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1595:44: note: Function 'ff_put_h264_qpel16_mc21_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1708:44: style:inconclusive: Function 'ff_put_h264_qpel16_mc23_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:126:44: note: Function 'ff_put_h264_qpel16_mc23_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1708:44: note: Function 'ff_put_h264_qpel16_mc23_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1821:43: style:inconclusive: Function 'ff_put_h264_qpel8_mc21_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:143:43: note: Function 'ff_put_h264_qpel8_mc21_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1821:43: note: Function 'ff_put_h264_qpel8_mc21_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1956:43: style:inconclusive: Function 'ff_put_h264_qpel8_mc23_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:159:43: note: Function 'ff_put_h264_qpel8_mc23_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:1956:43: note: Function 'ff_put_h264_qpel8_mc23_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:2091:43: style:inconclusive: Function 'ff_put_h264_qpel4_mc21_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:176:43: note: Function 'ff_put_h264_qpel4_mc21_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:2091:43: note: Function 'ff_put_h264_qpel4_mc21_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:2155:43: style:inconclusive: Function 'ff_put_h264_qpel4_mc23_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:192:43: note: Function 'ff_put_h264_qpel4_mc23_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:2155:43: note: Function 'ff_put_h264_qpel4_mc23_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:2220:44: style:inconclusive: Function 'ff_put_h264_qpel16_mc02_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:114:44: note: Function 'ff_put_h264_qpel16_mc02_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:2220:44: note: Function 'ff_put_h264_qpel16_mc02_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:2287:43: style:inconclusive: Function 'ff_put_h264_qpel8_mc02_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:147:43: note: Function 'ff_put_h264_qpel8_mc02_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:2287:43: note: Function 'ff_put_h264_qpel8_mc02_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:2337:43: style:inconclusive: Function 'ff_put_h264_qpel4_mc02_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:180:43: note: Function 'ff_put_h264_qpel4_mc02_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:2337:43: note: Function 'ff_put_h264_qpel4_mc02_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:2374:44: style:inconclusive: Function 'ff_put_h264_qpel16_mc12_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:116:44: note: Function 'ff_put_h264_qpel16_mc12_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:2374:44: note: Function 'ff_put_h264_qpel16_mc12_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:2456:44: style:inconclusive: Function 'ff_put_h264_qpel16_mc32_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:120:44: note: Function 'ff_put_h264_qpel16_mc32_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:2456:44: note: Function 'ff_put_h264_qpel16_mc32_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:2539:43: style:inconclusive: Function 'ff_put_h264_qpel8_mc12_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:149:43: note: Function 'ff_put_h264_qpel8_mc12_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:2539:43: note: Function 'ff_put_h264_qpel8_mc12_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:2614:43: style:inconclusive: Function 'ff_put_h264_qpel8_mc32_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:153:43: note: Function 'ff_put_h264_qpel8_mc32_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:2614:43: note: Function 'ff_put_h264_qpel8_mc32_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:2690:43: style:inconclusive: Function 'ff_put_h264_qpel4_mc12_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:182:43: note: Function 'ff_put_h264_qpel4_mc12_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:2690:43: note: Function 'ff_put_h264_qpel4_mc12_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:2782:43: style:inconclusive: Function 'ff_put_h264_qpel4_mc32_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:186:43: note: Function 'ff_put_h264_qpel4_mc32_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:2782:43: note: Function 'ff_put_h264_qpel4_mc32_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:2878:44: style:inconclusive: Function 'ff_put_h264_qpel16_mc22_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:118:44: note: Function 'ff_put_h264_qpel16_mc22_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:2878:44: note: Function 'ff_put_h264_qpel16_mc22_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:2978:43: style:inconclusive: Function 'ff_put_h264_qpel8_mc22_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:151:43: note: Function 'ff_put_h264_qpel8_mc22_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:2978:43: note: Function 'ff_put_h264_qpel8_mc22_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:3091:43: style:inconclusive: Function 'ff_put_h264_qpel4_mc22_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:184:43: note: Function 'ff_put_h264_qpel4_mc22_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:3091:43: note: Function 'ff_put_h264_qpel4_mc22_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:3146:44: style:inconclusive: Function 'ff_avg_h264_qpel16_mc10_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:199:44: note: Function 'ff_avg_h264_qpel16_mc10_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:3146:44: note: Function 'ff_avg_h264_qpel16_mc10_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:3218:44: style:inconclusive: Function 'ff_avg_h264_qpel16_mc30_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:203:44: note: Function 'ff_avg_h264_qpel16_mc30_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:3218:44: note: Function 'ff_avg_h264_qpel16_mc30_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:3290:43: style:inconclusive: Function 'ff_avg_h264_qpel8_mc10_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:232:43: note: Function 'ff_avg_h264_qpel8_mc10_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:3290:43: note: Function 'ff_avg_h264_qpel8_mc10_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:3355:43: style:inconclusive: Function 'ff_avg_h264_qpel8_mc30_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:236:43: note: Function 'ff_avg_h264_qpel8_mc30_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:3355:43: note: Function 'ff_avg_h264_qpel8_mc30_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:3420:43: style:inconclusive: Function 'ff_avg_h264_qpel4_mc10_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:265:43: note: Function 'ff_avg_h264_qpel4_mc10_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:3420:43: note: Function 'ff_avg_h264_qpel4_mc10_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:3456:43: style:inconclusive: Function 'ff_avg_h264_qpel4_mc30_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:269:43: note: Function 'ff_avg_h264_qpel4_mc30_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:3456:43: note: Function 'ff_avg_h264_qpel4_mc30_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:3492:44: style:inconclusive: Function 'ff_avg_h264_qpel16_mc20_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:201:44: note: Function 'ff_avg_h264_qpel16_mc20_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:3492:44: note: Function 'ff_avg_h264_qpel16_mc20_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:3555:43: style:inconclusive: Function 'ff_avg_h264_qpel8_mc20_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:234:43: note: Function 'ff_avg_h264_qpel8_mc20_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:3555:43: note: Function 'ff_avg_h264_qpel8_mc20_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:3613:43: style:inconclusive: Function 'ff_avg_h264_qpel4_mc20_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:267:43: note: Function 'ff_avg_h264_qpel4_mc20_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:3613:43: note: Function 'ff_avg_h264_qpel4_mc20_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:3642:44: style:inconclusive: Function 'ff_avg_h264_qpel16_mc01_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:205:44: note: Function 'ff_avg_h264_qpel16_mc01_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:3642:44: note: Function 'ff_avg_h264_qpel16_mc01_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:3719:44: style:inconclusive: Function 'ff_avg_h264_qpel16_mc03_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:221:44: note: Function 'ff_avg_h264_qpel16_mc03_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:3719:44: note: Function 'ff_avg_h264_qpel16_mc03_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:3795:43: style:inconclusive: Function 'ff_avg_h264_qpel8_mc01_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:238:43: note: Function 'ff_avg_h264_qpel8_mc01_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:3795:43: note: Function 'ff_avg_h264_qpel8_mc01_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:3861:43: style:inconclusive: Function 'ff_avg_h264_qpel8_mc03_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:254:43: note: Function 'ff_avg_h264_qpel8_mc03_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:3861:43: note: Function 'ff_avg_h264_qpel8_mc03_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:3927:43: style:inconclusive: Function 'ff_avg_h264_qpel4_mc01_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:271:43: note: Function 'ff_avg_h264_qpel4_mc01_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:3927:43: note: Function 'ff_avg_h264_qpel4_mc01_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:3972:43: style:inconclusive: Function 'ff_avg_h264_qpel4_mc03_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:287:43: note: Function 'ff_avg_h264_qpel4_mc03_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:3972:43: note: Function 'ff_avg_h264_qpel4_mc03_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4018:44: style:inconclusive: Function 'ff_avg_h264_qpel16_mc11_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:207:44: note: Function 'ff_avg_h264_qpel16_mc11_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4018:44: note: Function 'ff_avg_h264_qpel16_mc11_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4026:44: style:inconclusive: Function 'ff_avg_h264_qpel16_mc31_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:211:44: note: Function 'ff_avg_h264_qpel16_mc31_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4026:44: note: Function 'ff_avg_h264_qpel16_mc31_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4035:44: style:inconclusive: Function 'ff_avg_h264_qpel16_mc13_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:223:44: note: Function 'ff_avg_h264_qpel16_mc13_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4035:44: note: Function 'ff_avg_h264_qpel16_mc13_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4043:44: style:inconclusive: Function 'ff_avg_h264_qpel16_mc33_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:227:44: note: Function 'ff_avg_h264_qpel16_mc33_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4043:44: note: Function 'ff_avg_h264_qpel16_mc33_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4052:43: style:inconclusive: Function 'ff_avg_h264_qpel8_mc11_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:240:43: note: Function 'ff_avg_h264_qpel8_mc11_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4052:43: note: Function 'ff_avg_h264_qpel8_mc11_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4060:43: style:inconclusive: Function 'ff_avg_h264_qpel8_mc31_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:244:43: note: Function 'ff_avg_h264_qpel8_mc31_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4060:43: note: Function 'ff_avg_h264_qpel8_mc31_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4068:43: style:inconclusive: Function 'ff_avg_h264_qpel8_mc13_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:256:43: note: Function 'ff_avg_h264_qpel8_mc13_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4068:43: note: Function 'ff_avg_h264_qpel8_mc13_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4076:43: style:inconclusive: Function 'ff_avg_h264_qpel8_mc33_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:260:43: note: Function 'ff_avg_h264_qpel8_mc33_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4076:43: note: Function 'ff_avg_h264_qpel8_mc33_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4085:43: style:inconclusive: Function 'ff_avg_h264_qpel4_mc11_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:273:43: note: Function 'ff_avg_h264_qpel4_mc11_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4085:43: note: Function 'ff_avg_h264_qpel4_mc11_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4093:43: style:inconclusive: Function 'ff_avg_h264_qpel4_mc31_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:277:43: note: Function 'ff_avg_h264_qpel4_mc31_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4093:43: note: Function 'ff_avg_h264_qpel4_mc31_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4101:43: style:inconclusive: Function 'ff_avg_h264_qpel4_mc13_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:289:43: note: Function 'ff_avg_h264_qpel4_mc13_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4101:43: note: Function 'ff_avg_h264_qpel4_mc13_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4109:43: style:inconclusive: Function 'ff_avg_h264_qpel4_mc33_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:293:43: note: Function 'ff_avg_h264_qpel4_mc33_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4109:43: note: Function 'ff_avg_h264_qpel4_mc33_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4117:44: style:inconclusive: Function 'ff_avg_h264_qpel16_mc21_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:209:44: note: Function 'ff_avg_h264_qpel16_mc21_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4117:44: note: Function 'ff_avg_h264_qpel16_mc21_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4249:44: style:inconclusive: Function 'ff_avg_h264_qpel16_mc23_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:225:44: note: Function 'ff_avg_h264_qpel16_mc23_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4249:44: note: Function 'ff_avg_h264_qpel16_mc23_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4378:43: style:inconclusive: Function 'ff_avg_h264_qpel8_mc21_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:242:43: note: Function 'ff_avg_h264_qpel8_mc21_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4378:43: note: Function 'ff_avg_h264_qpel8_mc21_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4524:43: style:inconclusive: Function 'ff_avg_h264_qpel8_mc23_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:258:43: note: Function 'ff_avg_h264_qpel8_mc23_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4524:43: note: Function 'ff_avg_h264_qpel8_mc23_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4670:43: style:inconclusive: Function 'ff_avg_h264_qpel4_mc21_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:275:43: note: Function 'ff_avg_h264_qpel4_mc21_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4670:43: note: Function 'ff_avg_h264_qpel4_mc21_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4737:43: style:inconclusive: Function 'ff_avg_h264_qpel4_mc23_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:291:43: note: Function 'ff_avg_h264_qpel4_mc23_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4737:43: note: Function 'ff_avg_h264_qpel4_mc23_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4805:44: style:inconclusive: Function 'ff_avg_h264_qpel16_mc02_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:213:44: note: Function 'ff_avg_h264_qpel16_mc02_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4805:44: note: Function 'ff_avg_h264_qpel16_mc02_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4875:43: style:inconclusive: Function 'ff_avg_h264_qpel8_mc02_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:246:43: note: Function 'ff_avg_h264_qpel8_mc02_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4875:43: note: Function 'ff_avg_h264_qpel8_mc02_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4941:43: style:inconclusive: Function 'ff_avg_h264_qpel4_mc02_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:279:43: note: Function 'ff_avg_h264_qpel4_mc02_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4941:43: note: Function 'ff_avg_h264_qpel4_mc02_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4982:44: style:inconclusive: Function 'ff_avg_h264_qpel16_mc12_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:215:44: note: Function 'ff_avg_h264_qpel16_mc12_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:4982:44: note: Function 'ff_avg_h264_qpel16_mc12_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:5066:44: style:inconclusive: Function 'ff_avg_h264_qpel16_mc32_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:219:44: note: Function 'ff_avg_h264_qpel16_mc32_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:5066:44: note: Function 'ff_avg_h264_qpel16_mc32_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:5151:43: style:inconclusive: Function 'ff_avg_h264_qpel8_mc12_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:248:43: note: Function 'ff_avg_h264_qpel8_mc12_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:5151:43: note: Function 'ff_avg_h264_qpel8_mc12_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:5230:43: style:inconclusive: Function 'ff_avg_h264_qpel8_mc32_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:252:43: note: Function 'ff_avg_h264_qpel8_mc32_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:5230:43: note: Function 'ff_avg_h264_qpel8_mc32_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:5310:43: style:inconclusive: Function 'ff_avg_h264_qpel4_mc12_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:281:43: note: Function 'ff_avg_h264_qpel4_mc12_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:5310:43: note: Function 'ff_avg_h264_qpel4_mc12_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:5406:43: style:inconclusive: Function 'ff_avg_h264_qpel4_mc32_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:285:43: note: Function 'ff_avg_h264_qpel4_mc32_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:5406:43: note: Function 'ff_avg_h264_qpel4_mc32_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:5505:44: style:inconclusive: Function 'ff_avg_h264_qpel16_mc22_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:217:44: note: Function 'ff_avg_h264_qpel16_mc22_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:5505:44: note: Function 'ff_avg_h264_qpel16_mc22_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:5609:43: style:inconclusive: Function 'ff_avg_h264_qpel8_mc22_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:250:43: note: Function 'ff_avg_h264_qpel8_mc22_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:5609:43: note: Function 'ff_avg_h264_qpel8_mc22_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:5731:43: style:inconclusive: Function 'ff_avg_h264_qpel4_mc22_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h264dsp_mips.h:283:43: note: Function 'ff_avg_h264_qpel4_mc22_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/h264qpel_msa.c:5731:43: note: Function 'ff_avg_h264_qpel4_mc22_msa' argument 3 names different: declaration 'dst_stride' definition 'stride'. ffmpeg-5.0.1/libavcodec/mips/hevc_mc_uni_msa.c:396:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/hevc_mc_uni_msa.c:2037:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/hevc_mc_uni_msa.c:2100:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/hevc_mc_uni_msa.c:2607:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/hevc_mc_biw_msa.c:1109:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/hevc_mc_biw_msa.c:3542:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/hevc_mc_biw_msa.c:3544:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/hevc_mc_biw_msa.c:3609:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/hevc_mc_biw_msa.c:3611:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/hevc_mc_biw_msa.c:3627:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/hevc_mc_uni_msa.c:173:13: style: Variable 'src' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mips/hevc_mc_uni_msa.c:175:13: style: Variable 'dst' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mips/hevc_mc_uniw_msa.c:2400:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/hevc_mc_uniw_msa.c:2457:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/hevc_mc_uniw_msa.c:3624:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/hevcdsp_msa.c:2549:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/hevcdsp_msa.c:2617:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/hpeldsp_mmi.c:818:18: style: Local variable 'a' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mips/hpeldsp_mmi.c:807:20: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mips/hpeldsp_mmi.c:818:18: note: Shadow variable ffmpeg-5.0.1/libavcodec/mips/hpeldsp_mmi.c:819:18: style: Local variable 'b' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mips/hpeldsp_mmi.c:808:20: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mips/hpeldsp_mmi.c:819:18: note: Shadow variable ffmpeg-5.0.1/libavcodec/mips/hpeldsp_mmi.c:996:18: style: Local variable 'a' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mips/hpeldsp_mmi.c:985:20: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mips/hpeldsp_mmi.c:996:18: note: Shadow variable ffmpeg-5.0.1/libavcodec/mips/hpeldsp_mmi.c:997:18: style: Local variable 'b' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mips/hpeldsp_mmi.c:986:20: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mips/hpeldsp_mmi.c:997:18: note: Shadow variable ffmpeg-5.0.1/libavcodec/mips/hpeldsp_mmi.c:1037:22: style: Local variable 'a' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mips/hpeldsp_mmi.c:1026:24: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mips/hpeldsp_mmi.c:1037:22: note: Shadow variable ffmpeg-5.0.1/libavcodec/mips/hpeldsp_mmi.c:1038:22: style: Local variable 'b' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mips/hpeldsp_mmi.c:1027:24: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mips/hpeldsp_mmi.c:1038:22: note: Shadow variable ffmpeg-5.0.1/libavcodec/mips/hpeldsp_mmi.c:1088:22: style: Local variable 'a' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mips/hpeldsp_mmi.c:1077:24: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mips/hpeldsp_mmi.c:1088:22: note: Shadow variable ffmpeg-5.0.1/libavcodec/mips/hpeldsp_mmi.c:1089:22: style: Local variable 'b' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mips/hpeldsp_mmi.c:1078:24: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mips/hpeldsp_mmi.c:1089:22: note: Shadow variable ffmpeg-5.0.1/libavcodec/mips/hpeldsp_msa.c:133:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/hpeldsp_msa.c:186:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/mpegvideo_msa.c:198:47: style:inconclusive: Function 'ff_dct_unquantize_h263_intra_msa' argument 4 names different: declaration 'q_scale' definition 'qscale'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h263dsp_mips.h:33:62: note: Function 'ff_dct_unquantize_h263_intra_msa' argument 4 names different: declaration 'q_scale' definition 'qscale'. ffmpeg-5.0.1/libavcodec/mips/mpegvideo_msa.c:198:47: note: Function 'ff_dct_unquantize_h263_intra_msa' argument 4 names different: declaration 'q_scale' definition 'qscale'. ffmpeg-5.0.1/libavcodec/mips/mpegvideo_msa.c:223:47: style:inconclusive: Function 'ff_dct_unquantize_h263_inter_msa' argument 4 names different: declaration 'q_scale' definition 'qscale'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h263dsp_mips.h:31:62: note: Function 'ff_dct_unquantize_h263_inter_msa' argument 4 names different: declaration 'q_scale' definition 'qscale'. ffmpeg-5.0.1/libavcodec/mips/mpegvideo_msa.c:223:47: note: Function 'ff_dct_unquantize_h263_inter_msa' argument 4 names different: declaration 'q_scale' definition 'qscale'. ffmpeg-5.0.1/libavcodec/mips/mpegvideo_msa.c:240:48: style:inconclusive: Function 'ff_dct_unquantize_mpeg2_inter_msa' argument 4 names different: declaration 'q_scale' definition 'qscale'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/h263dsp_mips.h:29:63: note: Function 'ff_dct_unquantize_mpeg2_inter_msa' argument 4 names different: declaration 'q_scale' definition 'qscale'. ffmpeg-5.0.1/libavcodec/mips/mpegvideo_msa.c:240:48: note: Function 'ff_dct_unquantize_mpeg2_inter_msa' argument 4 names different: declaration 'q_scale' definition 'qscale'. ffmpeg-5.0.1/libavcodec/mips/me_cmp_msa.c:590:50: style:inconclusive: Function 'ff_pix_abs16_msa' argument 2 names different: declaration 'pix1' definition 'src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/me_cmp_mips.h:35:50: note: Function 'ff_pix_abs16_msa' argument 2 names different: declaration 'pix1' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/me_cmp_msa.c:590:50: note: Function 'ff_pix_abs16_msa' argument 2 names different: declaration 'pix1' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/me_cmp_msa.c:590:64: style:inconclusive: Function 'ff_pix_abs16_msa' argument 3 names different: declaration 'pix2' definition 'ref'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/me_cmp_mips.h:35:65: note: Function 'ff_pix_abs16_msa' argument 3 names different: declaration 'pix2' definition 'ref'. ffmpeg-5.0.1/libavcodec/mips/me_cmp_msa.c:590:64: note: Function 'ff_pix_abs16_msa' argument 3 names different: declaration 'pix2' definition 'ref'. ffmpeg-5.0.1/libavcodec/mips/me_cmp_msa.c:591:44: style:inconclusive: Function 'ff_pix_abs16_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/me_cmp_mips.h:36:44: note: Function 'ff_pix_abs16_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/me_cmp_msa.c:591:44: note: Function 'ff_pix_abs16_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/me_cmp_msa.c:596:49: style:inconclusive: Function 'ff_pix_abs8_msa' argument 2 names different: declaration 'pix1' definition 'src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/me_cmp_mips.h:43:49: note: Function 'ff_pix_abs8_msa' argument 2 names different: declaration 'pix1' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/me_cmp_msa.c:596:49: note: Function 'ff_pix_abs8_msa' argument 2 names different: declaration 'pix1' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/me_cmp_msa.c:596:63: style:inconclusive: Function 'ff_pix_abs8_msa' argument 3 names different: declaration 'pix2' definition 'ref'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/me_cmp_mips.h:43:64: note: Function 'ff_pix_abs8_msa' argument 3 names different: declaration 'pix2' definition 'ref'. ffmpeg-5.0.1/libavcodec/mips/me_cmp_msa.c:596:63: note: Function 'ff_pix_abs8_msa' argument 3 names different: declaration 'pix2' definition 'ref'. ffmpeg-5.0.1/libavcodec/mips/me_cmp_msa.c:597:43: style:inconclusive: Function 'ff_pix_abs8_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/me_cmp_mips.h:44:43: note: Function 'ff_pix_abs8_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/me_cmp_msa.c:597:43: note: Function 'ff_pix_abs8_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/me_cmp_msa.c:638:46: style:inconclusive: Function 'ff_sse16_msa' argument 2 names different: declaration 'pu8Src' definition 'src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/me_cmp_mips.h:51:46: note: Function 'ff_sse16_msa' argument 2 names different: declaration 'pu8Src' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/me_cmp_msa.c:638:46: note: Function 'ff_sse16_msa' argument 2 names different: declaration 'pu8Src' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/me_cmp_msa.c:638:60: style:inconclusive: Function 'ff_sse16_msa' argument 3 names different: declaration 'pu8Ref' definition 'ref'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/me_cmp_mips.h:51:63: note: Function 'ff_sse16_msa' argument 3 names different: declaration 'pu8Ref' definition 'ref'. ffmpeg-5.0.1/libavcodec/mips/me_cmp_msa.c:638:60: note: Function 'ff_sse16_msa' argument 3 names different: declaration 'pu8Ref' definition 'ref'. ffmpeg-5.0.1/libavcodec/mips/me_cmp_msa.c:639:40: style:inconclusive: Function 'ff_sse16_msa' argument 5 names different: declaration 'i32Height' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/me_cmp_mips.h:52:40: note: Function 'ff_sse16_msa' argument 5 names different: declaration 'i32Height' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/me_cmp_msa.c:639:40: note: Function 'ff_sse16_msa' argument 5 names different: declaration 'i32Height' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/me_cmp_msa.c:644:45: style:inconclusive: Function 'ff_sse8_msa' argument 2 names different: declaration 'pu8Src' definition 'src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/me_cmp_mips.h:53:45: note: Function 'ff_sse8_msa' argument 2 names different: declaration 'pu8Src' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/me_cmp_msa.c:644:45: note: Function 'ff_sse8_msa' argument 2 names different: declaration 'pu8Src' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/me_cmp_msa.c:644:59: style:inconclusive: Function 'ff_sse8_msa' argument 3 names different: declaration 'pu8Ref' definition 'ref'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/me_cmp_mips.h:53:62: note: Function 'ff_sse8_msa' argument 3 names different: declaration 'pu8Ref' definition 'ref'. ffmpeg-5.0.1/libavcodec/mips/me_cmp_msa.c:644:59: note: Function 'ff_sse8_msa' argument 3 names different: declaration 'pu8Ref' definition 'ref'. ffmpeg-5.0.1/libavcodec/mips/me_cmp_msa.c:645:39: style:inconclusive: Function 'ff_sse8_msa' argument 5 names different: declaration 'i32Height' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/me_cmp_mips.h:54:39: note: Function 'ff_sse8_msa' argument 5 names different: declaration 'i32Height' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/me_cmp_msa.c:645:39: note: Function 'ff_sse8_msa' argument 5 names different: declaration 'i32Height' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/me_cmp_msa.c:650:45: style:inconclusive: Function 'ff_sse4_msa' argument 2 names different: declaration 'pu8Src' definition 'src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/me_cmp_mips.h:55:45: note: Function 'ff_sse4_msa' argument 2 names different: declaration 'pu8Src' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/me_cmp_msa.c:650:45: note: Function 'ff_sse4_msa' argument 2 names different: declaration 'pu8Src' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/me_cmp_msa.c:650:59: style:inconclusive: Function 'ff_sse4_msa' argument 3 names different: declaration 'pu8Ref' definition 'ref'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/me_cmp_mips.h:55:62: note: Function 'ff_sse4_msa' argument 3 names different: declaration 'pu8Ref' definition 'ref'. ffmpeg-5.0.1/libavcodec/mips/me_cmp_msa.c:650:59: note: Function 'ff_sse4_msa' argument 3 names different: declaration 'pu8Ref' definition 'ref'. ffmpeg-5.0.1/libavcodec/mips/me_cmp_msa.c:651:39: style:inconclusive: Function 'ff_sse4_msa' argument 5 names different: declaration 'i32Height' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/me_cmp_mips.h:56:39: note: Function 'ff_sse4_msa' argument 5 names different: declaration 'i32Height' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/me_cmp_msa.c:651:39: note: Function 'ff_sse4_msa' argument 5 names different: declaration 'i32Height' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/pixblockdsp_msa.c:127:48: style:inconclusive: Function 'ff_get_pixels_16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/pixblockdsp_mips.h:29:45: note: Function 'ff_get_pixels_16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/pixblockdsp_msa.c:127:48: note: Function 'ff_get_pixels_16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/pixblockdsp_msa.c:133:47: style:inconclusive: Function 'ff_get_pixels_8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/pixblockdsp_mips.h:31:44: note: Function 'ff_get_pixels_8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/pixblockdsp_msa.c:133:47: note: Function 'ff_get_pixels_8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2208:22: style: Variable 'left[-1]' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2157:30: note: left[-1] is assigned ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2208:22: note: left[-1] is overwritten ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2208:22: style: Variable 'left[-1]' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2206:26: note: left[-1] is assigned ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2208:22: note: left[-1] is overwritten ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2723:22: style: Variable 'left[-1]' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2672:30: note: left[-1] is assigned ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2723:22: note: left[-1] is overwritten ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2723:22: style: Variable 'left[-1]' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2721:26: note: left[-1] is assigned ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2723:22: note: left[-1] is overwritten ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2190:45: style: Same expression on both sides of '-'. [duplicateExpression] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2705:45: style: Same expression on both sides of '-'. [duplicateExpression] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:965:23: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2111:52: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2122:48: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2124:71: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2135:79: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2149:79: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2166:75: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2182:62: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2197:62: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2214:52: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2243:52: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2257:48: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2259:71: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2277:52: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2298:75: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2626:52: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2637:48: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2639:71: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2650:79: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2664:79: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2681:75: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2697:62: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2712:62: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2729:52: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2757:52: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2771:48: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2773:71: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2791:52: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2812:75: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:929:13: style: Variable 'inv_angle' can be declared as const array [constVariable] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:1021:13: style: Variable 'inv_angle' can be declared as const array [constVariable] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:1120:13: style: Variable 'inv_angle' can be declared as const array [constVariable] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:1230:13: style: Variable 'inv_angle' can be declared as const array [constVariable] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:1344:13: style: Variable 'inv_angle' can be declared as const array [constVariable] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:1441:13: style: Variable 'inv_angle' can be declared as const array [constVariable] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:1542:13: style: Variable 'inv_angle' can be declared as const array [constVariable] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:1658:13: style: Variable 'inv_angle' can be declared as const array [constVariable] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2375:17: style: Variable 'intra_hor_ver_dist_thresh' can be declared as const array [constVariable] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:2892:17: style: Variable 'intra_hor_ver_dist_thresh' can be declared as const array [constVariable] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:208:47: error: Uninitialized variable: src0 [legacyUninitvar] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:248:47: error: Uninitialized variable: src0 [legacyUninitvar] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:946:19: style: Variable 'inv_angle_val' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mips/hevcpred_msa.c:1758:17: style: Variable 'dst_org' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mips/simple_idct_mmi.c:411:0: style: Variable 'asm' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mips/vp3dsp_idct_mmi.c:188:69: style: Parameter 'input' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mips/vp3dsp_idct_mmi.c:407:70: style: Parameter 'input' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mips/simple_idct_msa.c:44:16: style: Redundant initialization for 'const_val1'. The initialized value is overwritten before it is read. [redundantInitialization] ffmpeg-5.0.1/libavcodec/mips/simple_idct_msa.c:39:22: note: const_val1 is initialized ffmpeg-5.0.1/libavcodec/mips/simple_idct_msa.c:44:16: note: const_val1 is overwritten ffmpeg-5.0.1/libavcodec/mips/simple_idct_msa.c:207:16: style: Redundant initialization for 'const_val1'. The initialized value is overwritten before it is read. [redundantInitialization] ffmpeg-5.0.1/libavcodec/mips/simple_idct_msa.c:202:22: note: const_val1 is initialized ffmpeg-5.0.1/libavcodec/mips/simple_idct_msa.c:207:16: note: const_val1 is overwritten ffmpeg-5.0.1/libavcodec/mips/simple_idct_msa.c:384:16: style: Redundant initialization for 'const_val1'. The initialized value is overwritten before it is read. [redundantInitialization] ffmpeg-5.0.1/libavcodec/mips/simple_idct_msa.c:380:22: note: const_val1 is initialized ffmpeg-5.0.1/libavcodec/mips/simple_idct_msa.c:384:16: note: const_val1 is overwritten ffmpeg-5.0.1/libavcodec/mips/simple_idct_msa.c:549:38: style:inconclusive: Function 'ff_simple_idct_put_msa' argument 1 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/idctdsp_mips.h:40:38: note: Function 'ff_simple_idct_put_msa' argument 1 names different: declaration 'dest' definition 'dst'. ffmpeg-5.0.1/libavcodec/mips/simple_idct_msa.c:549:38: note: Function 'ff_simple_idct_put_msa' argument 1 names different: declaration 'dest' definition 'dst'. ffmpeg-5.0.1/libavcodec/mips/simple_idct_msa.c:549:53: style:inconclusive: Function 'ff_simple_idct_put_msa' argument 2 names different: declaration 'stride_dst' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/idctdsp_mips.h:40:54: note: Function 'ff_simple_idct_put_msa' argument 2 names different: declaration 'stride_dst' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/simple_idct_msa.c:549:53: note: Function 'ff_simple_idct_put_msa' argument 2 names different: declaration 'stride_dst' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/simple_idct_msa.c:554:38: style:inconclusive: Function 'ff_simple_idct_add_msa' argument 1 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/idctdsp_mips.h:41:38: note: Function 'ff_simple_idct_add_msa' argument 1 names different: declaration 'dest' definition 'dst'. ffmpeg-5.0.1/libavcodec/mips/simple_idct_msa.c:554:38: note: Function 'ff_simple_idct_add_msa' argument 1 names different: declaration 'dest' definition 'dst'. ffmpeg-5.0.1/libavcodec/mips/simple_idct_msa.c:554:53: style:inconclusive: Function 'ff_simple_idct_add_msa' argument 2 names different: declaration 'stride_dst' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/idctdsp_mips.h:41:54: note: Function 'ff_simple_idct_add_msa' argument 2 names different: declaration 'stride_dst' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/simple_idct_msa.c:554:53: note: Function 'ff_simple_idct_add_msa' argument 2 names different: declaration 'stride_dst' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vc1dsp_mmi.c:126:78: style: Parameter 'block' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mips/vc1dsp_mmi.c:418:78: style: Parameter 'block' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mips/vc1dsp_mmi.c:869:78: style: Parameter 'block' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mips/vc1dsp_mmi.c:1124:78: style: Parameter 'block' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mips/vc1dsp_mmi.c:1492:22: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/mips/vc1dsp_mmi.c:1502:34: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/mips/vc1dsp_mmi.c:1508:33: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/mips/vc1dsp_mmi.c:1514:23: style: Variable 'd' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mips/vp8_lpf_msa.c:543:5: error: There is an unknown macro here somewhere. Configuration is required. If ST_H8 is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavcodec/mips/vp8_idct_msa.c:48:48: style:inconclusive: Function 'ff_vp8_idct_add_msa' argument 2 names different: declaration 'block' definition 'input'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:171:48: note: Function 'ff_vp8_idct_add_msa' argument 2 names different: declaration 'block' definition 'input'. ffmpeg-5.0.1/libavcodec/mips/vp8_idct_msa.c:48:48: note: Function 'ff_vp8_idct_add_msa' argument 2 names different: declaration 'block' definition 'input'. ffmpeg-5.0.1/libavcodec/mips/vp8_idct_msa.c:82:51: style:inconclusive: Function 'ff_vp8_idct_dc_add_msa' argument 2 names different: declaration 'block' definition 'in_dc'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:172:51: note: Function 'ff_vp8_idct_dc_add_msa' argument 2 names different: declaration 'block' definition 'in_dc'. ffmpeg-5.0.1/libavcodec/mips/vp8_idct_msa.c:82:51: note: Function 'ff_vp8_idct_dc_add_msa' argument 2 names different: declaration 'block' definition 'in_dc'. ffmpeg-5.0.1/libavcodec/mips/vp8_idct_msa.c:104:62: style:inconclusive: Function 'ff_vp8_luma_dc_wht_msa' argument 2 names different: declaration 'dc' definition 'input'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:170:62: note: Function 'ff_vp8_luma_dc_wht_msa' argument 2 names different: declaration 'dc' definition 'input'. ffmpeg-5.0.1/libavcodec/mips/vp8_idct_msa.c:104:62: note: Function 'ff_vp8_luma_dc_wht_msa' argument 2 names different: declaration 'dc' definition 'input'. ffmpeg-5.0.1/libavcodec/mips/vp3dsp_idct_msa.c:446:36: style: Parameter 'bounding_values' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mips/vp3dsp_idct_msa.c:486:36: style: Parameter 'bounding_values' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:777:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1629:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1739:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1769:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:1370:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:1772:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:222:54: style:inconclusive: Function 'ff_put_vp8_epel4_h6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:93:54: note: Function 'ff_put_vp8_epel4_h6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:222:54: note: Function 'ff_put_vp8_epel4_h6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:223:54: style:inconclusive: Function 'ff_put_vp8_epel4_h6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:94:54: note: Function 'ff_put_vp8_epel4_h6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:223:54: note: Function 'ff_put_vp8_epel4_h6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:224:34: style:inconclusive: Function 'ff_put_vp8_epel4_h6_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:95:34: note: Function 'ff_put_vp8_epel4_h6_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:224:34: note: Function 'ff_put_vp8_epel4_h6_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:235:54: style:inconclusive: Function 'ff_put_vp8_epel8_h6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:68:54: note: Function 'ff_put_vp8_epel8_h6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:235:54: note: Function 'ff_put_vp8_epel8_h6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:236:54: style:inconclusive: Function 'ff_put_vp8_epel8_h6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:69:54: note: Function 'ff_put_vp8_epel8_h6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:236:54: note: Function 'ff_put_vp8_epel8_h6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:237:34: style:inconclusive: Function 'ff_put_vp8_epel8_h6_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:70:34: note: Function 'ff_put_vp8_epel8_h6_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:237:34: note: Function 'ff_put_vp8_epel8_h6_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:283:55: style:inconclusive: Function 'ff_put_vp8_epel16_h6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:43:55: note: Function 'ff_put_vp8_epel16_h6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:283:55: note: Function 'ff_put_vp8_epel16_h6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:284:55: style:inconclusive: Function 'ff_put_vp8_epel16_h6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:44:55: note: Function 'ff_put_vp8_epel16_h6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:284:55: note: Function 'ff_put_vp8_epel16_h6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:285:35: style:inconclusive: Function 'ff_put_vp8_epel16_h6_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:45:35: note: Function 'ff_put_vp8_epel16_h6_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:285:35: note: Function 'ff_put_vp8_epel16_h6_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:332:54: style:inconclusive: Function 'ff_put_vp8_epel4_v6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:99:54: note: Function 'ff_put_vp8_epel4_v6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:332:54: note: Function 'ff_put_vp8_epel4_v6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:333:54: style:inconclusive: Function 'ff_put_vp8_epel4_v6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:100:54: note: Function 'ff_put_vp8_epel4_v6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:333:54: note: Function 'ff_put_vp8_epel4_v6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:334:34: style:inconclusive: Function 'ff_put_vp8_epel4_v6_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:101:34: note: Function 'ff_put_vp8_epel4_v6_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:334:34: note: Function 'ff_put_vp8_epel4_v6_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:379:54: style:inconclusive: Function 'ff_put_vp8_epel8_v6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:74:54: note: Function 'ff_put_vp8_epel8_v6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:379:54: note: Function 'ff_put_vp8_epel8_v6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:380:54: style:inconclusive: Function 'ff_put_vp8_epel8_v6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:75:54: note: Function 'ff_put_vp8_epel8_v6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:380:54: note: Function 'ff_put_vp8_epel8_v6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:381:34: style:inconclusive: Function 'ff_put_vp8_epel8_v6_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:76:34: note: Function 'ff_put_vp8_epel8_v6_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:381:34: note: Function 'ff_put_vp8_epel8_v6_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:429:55: style:inconclusive: Function 'ff_put_vp8_epel16_v6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:49:55: note: Function 'ff_put_vp8_epel16_v6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:429:55: note: Function 'ff_put_vp8_epel16_v6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:430:55: style:inconclusive: Function 'ff_put_vp8_epel16_v6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:50:55: note: Function 'ff_put_vp8_epel16_v6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:430:55: note: Function 'ff_put_vp8_epel16_v6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:431:35: style:inconclusive: Function 'ff_put_vp8_epel16_v6_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:51:35: note: Function 'ff_put_vp8_epel16_v6_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:431:35: note: Function 'ff_put_vp8_epel16_v6_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:503:56: style:inconclusive: Function 'ff_put_vp8_epel4_h6v6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:111:56: note: Function 'ff_put_vp8_epel4_h6v6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:503:56: note: Function 'ff_put_vp8_epel4_h6v6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:504:56: style:inconclusive: Function 'ff_put_vp8_epel4_h6v6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:112:56: note: Function 'ff_put_vp8_epel4_h6v6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:504:56: note: Function 'ff_put_vp8_epel4_h6v6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:505:36: style:inconclusive: Function 'ff_put_vp8_epel4_h6v6_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:113:36: note: Function 'ff_put_vp8_epel4_h6v6_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:505:36: note: Function 'ff_put_vp8_epel4_h6v6_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:578:56: style:inconclusive: Function 'ff_put_vp8_epel8_h6v6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:86:56: note: Function 'ff_put_vp8_epel8_h6v6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:578:56: note: Function 'ff_put_vp8_epel8_h6v6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:579:56: style:inconclusive: Function 'ff_put_vp8_epel8_h6v6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:87:56: note: Function 'ff_put_vp8_epel8_h6v6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:579:56: note: Function 'ff_put_vp8_epel8_h6v6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:580:36: style:inconclusive: Function 'ff_put_vp8_epel8_h6v6_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:88:36: note: Function 'ff_put_vp8_epel8_h6v6_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:580:36: note: Function 'ff_put_vp8_epel8_h6v6_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:665:57: style:inconclusive: Function 'ff_put_vp8_epel16_h6v6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:61:57: note: Function 'ff_put_vp8_epel16_h6v6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:665:57: note: Function 'ff_put_vp8_epel16_h6v6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:666:56: style:inconclusive: Function 'ff_put_vp8_epel16_h6v6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:62:57: note: Function 'ff_put_vp8_epel16_h6v6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:666:56: note: Function 'ff_put_vp8_epel16_h6v6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:667:36: style:inconclusive: Function 'ff_put_vp8_epel16_h6v6_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:63:37: note: Function 'ff_put_vp8_epel16_h6v6_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:667:36: note: Function 'ff_put_vp8_epel16_h6v6_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:792:54: style:inconclusive: Function 'ff_put_vp8_epel4_h4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:90:54: note: Function 'ff_put_vp8_epel4_h4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:792:54: note: Function 'ff_put_vp8_epel4_h4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:793:54: style:inconclusive: Function 'ff_put_vp8_epel4_h4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:91:54: note: Function 'ff_put_vp8_epel4_h4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:793:54: note: Function 'ff_put_vp8_epel4_h4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:794:34: style:inconclusive: Function 'ff_put_vp8_epel4_h4_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:92:34: note: Function 'ff_put_vp8_epel4_h4_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:794:34: note: Function 'ff_put_vp8_epel4_h4_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:807:54: style:inconclusive: Function 'ff_put_vp8_epel8_h4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:65:54: note: Function 'ff_put_vp8_epel8_h4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:807:54: note: Function 'ff_put_vp8_epel8_h4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:808:54: style:inconclusive: Function 'ff_put_vp8_epel8_h4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:66:54: note: Function 'ff_put_vp8_epel8_h4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:808:54: note: Function 'ff_put_vp8_epel8_h4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:809:34: style:inconclusive: Function 'ff_put_vp8_epel8_h4_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:67:34: note: Function 'ff_put_vp8_epel8_h4_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:809:34: note: Function 'ff_put_vp8_epel8_h4_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:842:55: style:inconclusive: Function 'ff_put_vp8_epel16_h4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:40:55: note: Function 'ff_put_vp8_epel16_h4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:842:55: note: Function 'ff_put_vp8_epel16_h4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:843:55: style:inconclusive: Function 'ff_put_vp8_epel16_h4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:41:55: note: Function 'ff_put_vp8_epel16_h4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:843:55: note: Function 'ff_put_vp8_epel16_h4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:844:35: style:inconclusive: Function 'ff_put_vp8_epel16_h4_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:42:35: note: Function 'ff_put_vp8_epel16_h4_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:844:35: note: Function 'ff_put_vp8_epel16_h4_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:891:54: style:inconclusive: Function 'ff_put_vp8_epel4_v4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:96:54: note: Function 'ff_put_vp8_epel4_v4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:891:54: note: Function 'ff_put_vp8_epel4_v4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:892:54: style:inconclusive: Function 'ff_put_vp8_epel4_v4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:97:54: note: Function 'ff_put_vp8_epel4_v4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:892:54: note: Function 'ff_put_vp8_epel4_v4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:893:34: style:inconclusive: Function 'ff_put_vp8_epel4_v4_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:98:34: note: Function 'ff_put_vp8_epel4_v4_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:893:34: note: Function 'ff_put_vp8_epel4_v4_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:938:54: style:inconclusive: Function 'ff_put_vp8_epel8_v4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:71:54: note: Function 'ff_put_vp8_epel8_v4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:938:54: note: Function 'ff_put_vp8_epel8_v4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:939:54: style:inconclusive: Function 'ff_put_vp8_epel8_v4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:72:54: note: Function 'ff_put_vp8_epel8_v4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:939:54: note: Function 'ff_put_vp8_epel8_v4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:940:34: style:inconclusive: Function 'ff_put_vp8_epel8_v4_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:73:34: note: Function 'ff_put_vp8_epel8_v4_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:940:34: note: Function 'ff_put_vp8_epel8_v4_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:984:55: style:inconclusive: Function 'ff_put_vp8_epel16_v4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:46:55: note: Function 'ff_put_vp8_epel16_v4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:984:55: note: Function 'ff_put_vp8_epel16_v4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:985:55: style:inconclusive: Function 'ff_put_vp8_epel16_v4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:47:55: note: Function 'ff_put_vp8_epel16_v4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:985:55: note: Function 'ff_put_vp8_epel16_v4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:986:35: style:inconclusive: Function 'ff_put_vp8_epel16_v4_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:48:35: note: Function 'ff_put_vp8_epel16_v4_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:986:35: note: Function 'ff_put_vp8_epel16_v4_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1043:56: style:inconclusive: Function 'ff_put_vp8_epel4_h4v4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:102:56: note: Function 'ff_put_vp8_epel4_h4v4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1043:56: note: Function 'ff_put_vp8_epel4_h4v4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1044:56: style:inconclusive: Function 'ff_put_vp8_epel4_h4v4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:103:56: note: Function 'ff_put_vp8_epel4_h4v4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1044:56: note: Function 'ff_put_vp8_epel4_h4v4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1045:36: style:inconclusive: Function 'ff_put_vp8_epel4_h4v4_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:104:36: note: Function 'ff_put_vp8_epel4_h4v4_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1045:36: note: Function 'ff_put_vp8_epel4_h4v4_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1102:56: style:inconclusive: Function 'ff_put_vp8_epel8_h4v4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:77:56: note: Function 'ff_put_vp8_epel8_h4v4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1102:56: note: Function 'ff_put_vp8_epel8_h4v4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1103:56: style:inconclusive: Function 'ff_put_vp8_epel8_h4v4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:78:56: note: Function 'ff_put_vp8_epel8_h4v4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1103:56: note: Function 'ff_put_vp8_epel8_h4v4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1104:36: style:inconclusive: Function 'ff_put_vp8_epel8_h4v4_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:79:36: note: Function 'ff_put_vp8_epel8_h4v4_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1104:36: note: Function 'ff_put_vp8_epel8_h4v4_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1169:57: style:inconclusive: Function 'ff_put_vp8_epel16_h4v4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:52:57: note: Function 'ff_put_vp8_epel16_h4v4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1169:57: note: Function 'ff_put_vp8_epel16_h4v4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1170:57: style:inconclusive: Function 'ff_put_vp8_epel16_h4v4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:53:57: note: Function 'ff_put_vp8_epel16_h4v4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1170:57: note: Function 'ff_put_vp8_epel16_h4v4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1171:37: style:inconclusive: Function 'ff_put_vp8_epel16_h4v4_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:54:37: note: Function 'ff_put_vp8_epel16_h4v4_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1171:37: note: Function 'ff_put_vp8_epel16_h4v4_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1184:56: style:inconclusive: Function 'ff_put_vp8_epel4_h6v4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:105:56: note: Function 'ff_put_vp8_epel4_h6v4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1184:56: note: Function 'ff_put_vp8_epel4_h6v4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1185:56: style:inconclusive: Function 'ff_put_vp8_epel4_h6v4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:106:56: note: Function 'ff_put_vp8_epel4_h6v4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1185:56: note: Function 'ff_put_vp8_epel4_h6v4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1186:36: style:inconclusive: Function 'ff_put_vp8_epel4_h6v4_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:107:36: note: Function 'ff_put_vp8_epel4_h6v4_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1186:36: note: Function 'ff_put_vp8_epel4_h6v4_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1250:56: style:inconclusive: Function 'ff_put_vp8_epel8_h6v4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:80:56: note: Function 'ff_put_vp8_epel8_h6v4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1250:56: note: Function 'ff_put_vp8_epel8_h6v4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1251:56: style:inconclusive: Function 'ff_put_vp8_epel8_h6v4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:81:56: note: Function 'ff_put_vp8_epel8_h6v4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1251:56: note: Function 'ff_put_vp8_epel8_h6v4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1252:36: style:inconclusive: Function 'ff_put_vp8_epel8_h6v4_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:82:36: note: Function 'ff_put_vp8_epel8_h6v4_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1252:36: note: Function 'ff_put_vp8_epel8_h6v4_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1323:57: style:inconclusive: Function 'ff_put_vp8_epel16_h6v4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:55:57: note: Function 'ff_put_vp8_epel16_h6v4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1323:57: note: Function 'ff_put_vp8_epel16_h6v4_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1324:56: style:inconclusive: Function 'ff_put_vp8_epel16_h6v4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:56:57: note: Function 'ff_put_vp8_epel16_h6v4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1324:56: note: Function 'ff_put_vp8_epel16_h6v4_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1325:36: style:inconclusive: Function 'ff_put_vp8_epel16_h6v4_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:57:37: note: Function 'ff_put_vp8_epel16_h6v4_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1325:36: note: Function 'ff_put_vp8_epel16_h6v4_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1338:56: style:inconclusive: Function 'ff_put_vp8_epel4_h4v6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:108:56: note: Function 'ff_put_vp8_epel4_h4v6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1338:56: note: Function 'ff_put_vp8_epel4_h4v6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1339:56: style:inconclusive: Function 'ff_put_vp8_epel4_h4v6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:109:56: note: Function 'ff_put_vp8_epel4_h4v6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1339:56: note: Function 'ff_put_vp8_epel4_h4v6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1340:36: style:inconclusive: Function 'ff_put_vp8_epel4_h4v6_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:110:36: note: Function 'ff_put_vp8_epel4_h4v6_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1340:36: note: Function 'ff_put_vp8_epel4_h4v6_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1402:56: style:inconclusive: Function 'ff_put_vp8_epel8_h4v6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:83:56: note: Function 'ff_put_vp8_epel8_h4v6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1402:56: note: Function 'ff_put_vp8_epel8_h4v6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1403:56: style:inconclusive: Function 'ff_put_vp8_epel8_h4v6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:84:56: note: Function 'ff_put_vp8_epel8_h4v6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1403:56: note: Function 'ff_put_vp8_epel8_h4v6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1404:36: style:inconclusive: Function 'ff_put_vp8_epel8_h4v6_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:85:36: note: Function 'ff_put_vp8_epel8_h4v6_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1404:36: note: Function 'ff_put_vp8_epel8_h4v6_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1477:57: style:inconclusive: Function 'ff_put_vp8_epel16_h4v6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:58:57: note: Function 'ff_put_vp8_epel16_h4v6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1477:57: note: Function 'ff_put_vp8_epel16_h4v6_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1478:57: style:inconclusive: Function 'ff_put_vp8_epel16_h4v6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:59:57: note: Function 'ff_put_vp8_epel16_h4v6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1478:57: note: Function 'ff_put_vp8_epel16_h4v6_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1479:37: style:inconclusive: Function 'ff_put_vp8_epel16_h4v6_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:60:37: note: Function 'ff_put_vp8_epel16_h4v6_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1479:37: note: Function 'ff_put_vp8_epel16_h4v6_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1544:57: style:inconclusive: Function 'ff_put_vp8_bilinear4_h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:135:57: note: Function 'ff_put_vp8_bilinear4_h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1544:57: note: Function 'ff_put_vp8_bilinear4_h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1545:57: style:inconclusive: Function 'ff_put_vp8_bilinear4_h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:136:57: note: Function 'ff_put_vp8_bilinear4_h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1545:57: note: Function 'ff_put_vp8_bilinear4_h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1546:37: style:inconclusive: Function 'ff_put_vp8_bilinear4_h_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:137:37: note: Function 'ff_put_vp8_bilinear4_h_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1546:37: note: Function 'ff_put_vp8_bilinear4_h_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1644:57: style:inconclusive: Function 'ff_put_vp8_bilinear8_h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:125:57: note: Function 'ff_put_vp8_bilinear8_h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1644:57: note: Function 'ff_put_vp8_bilinear8_h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1645:57: style:inconclusive: Function 'ff_put_vp8_bilinear8_h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:126:57: note: Function 'ff_put_vp8_bilinear8_h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1645:57: note: Function 'ff_put_vp8_bilinear8_h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1646:37: style:inconclusive: Function 'ff_put_vp8_bilinear8_h_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:127:37: note: Function 'ff_put_vp8_bilinear8_h_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1646:37: note: Function 'ff_put_vp8_bilinear8_h_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1658:58: style:inconclusive: Function 'ff_put_vp8_bilinear16_h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:115:58: note: Function 'ff_put_vp8_bilinear16_h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1658:58: note: Function 'ff_put_vp8_bilinear16_h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1659:58: style:inconclusive: Function 'ff_put_vp8_bilinear16_h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:116:58: note: Function 'ff_put_vp8_bilinear16_h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1659:58: note: Function 'ff_put_vp8_bilinear16_h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1660:38: style:inconclusive: Function 'ff_put_vp8_bilinear16_h_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:117:38: note: Function 'ff_put_vp8_bilinear16_h_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1660:38: note: Function 'ff_put_vp8_bilinear16_h_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1785:57: style:inconclusive: Function 'ff_put_vp8_bilinear4_v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:138:57: note: Function 'ff_put_vp8_bilinear4_v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1785:57: note: Function 'ff_put_vp8_bilinear4_v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1786:57: style:inconclusive: Function 'ff_put_vp8_bilinear4_v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:139:57: note: Function 'ff_put_vp8_bilinear4_v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1786:57: note: Function 'ff_put_vp8_bilinear4_v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1787:37: style:inconclusive: Function 'ff_put_vp8_bilinear4_v_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:140:37: note: Function 'ff_put_vp8_bilinear4_v_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1787:37: note: Function 'ff_put_vp8_bilinear4_v_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1867:57: style:inconclusive: Function 'ff_put_vp8_bilinear8_v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:128:57: note: Function 'ff_put_vp8_bilinear8_v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1867:57: note: Function 'ff_put_vp8_bilinear8_v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1868:57: style:inconclusive: Function 'ff_put_vp8_bilinear8_v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:129:57: note: Function 'ff_put_vp8_bilinear8_v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1868:57: note: Function 'ff_put_vp8_bilinear8_v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1869:37: style:inconclusive: Function 'ff_put_vp8_bilinear8_v_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:130:37: note: Function 'ff_put_vp8_bilinear8_v_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1869:37: note: Function 'ff_put_vp8_bilinear8_v_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1881:58: style:inconclusive: Function 'ff_put_vp8_bilinear16_v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:118:58: note: Function 'ff_put_vp8_bilinear16_v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1881:58: note: Function 'ff_put_vp8_bilinear16_v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1882:58: style:inconclusive: Function 'ff_put_vp8_bilinear16_v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:119:58: note: Function 'ff_put_vp8_bilinear16_v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1882:58: note: Function 'ff_put_vp8_bilinear16_v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1883:38: style:inconclusive: Function 'ff_put_vp8_bilinear16_v_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:120:38: note: Function 'ff_put_vp8_bilinear16_v_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1883:38: note: Function 'ff_put_vp8_bilinear16_v_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2016:58: style:inconclusive: Function 'ff_put_vp8_bilinear4_hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:141:58: note: Function 'ff_put_vp8_bilinear4_hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2016:58: note: Function 'ff_put_vp8_bilinear4_hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2017:58: style:inconclusive: Function 'ff_put_vp8_bilinear4_hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:142:58: note: Function 'ff_put_vp8_bilinear4_hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2017:58: note: Function 'ff_put_vp8_bilinear4_hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2018:38: style:inconclusive: Function 'ff_put_vp8_bilinear4_hv_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:143:38: note: Function 'ff_put_vp8_bilinear4_hv_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2018:38: note: Function 'ff_put_vp8_bilinear4_hv_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2156:58: style:inconclusive: Function 'ff_put_vp8_bilinear8_hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:131:58: note: Function 'ff_put_vp8_bilinear8_hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2156:58: note: Function 'ff_put_vp8_bilinear8_hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2157:58: style:inconclusive: Function 'ff_put_vp8_bilinear8_hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:132:58: note: Function 'ff_put_vp8_bilinear8_hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2157:58: note: Function 'ff_put_vp8_bilinear8_hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2158:38: style:inconclusive: Function 'ff_put_vp8_bilinear8_hv_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:133:38: note: Function 'ff_put_vp8_bilinear8_hv_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2158:38: note: Function 'ff_put_vp8_bilinear8_hv_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2172:59: style:inconclusive: Function 'ff_put_vp8_bilinear16_hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:121:59: note: Function 'ff_put_vp8_bilinear16_hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2172:59: note: Function 'ff_put_vp8_bilinear16_hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2173:59: style:inconclusive: Function 'ff_put_vp8_bilinear16_hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:122:59: note: Function 'ff_put_vp8_bilinear16_hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2173:59: note: Function 'ff_put_vp8_bilinear16_hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2174:39: style:inconclusive: Function 'ff_put_vp8_bilinear16_hv_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:123:39: note: Function 'ff_put_vp8_bilinear16_hv_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2174:39: note: Function 'ff_put_vp8_bilinear16_hv_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2243:53: style:inconclusive: Function 'ff_put_vp8_pixels8_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:33:53: note: Function 'ff_put_vp8_pixels8_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2243:53: note: Function 'ff_put_vp8_pixels8_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2244:53: style:inconclusive: Function 'ff_put_vp8_pixels8_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:34:53: note: Function 'ff_put_vp8_pixels8_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2244:53: note: Function 'ff_put_vp8_pixels8_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2245:33: style:inconclusive: Function 'ff_put_vp8_pixels8_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:35:33: note: Function 'ff_put_vp8_pixels8_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2245:33: note: Function 'ff_put_vp8_pixels8_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2245:45: style:inconclusive: Function 'ff_put_vp8_pixels8_msa' argument 6 names different: declaration 'x' definition 'mx'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:35:40: note: Function 'ff_put_vp8_pixels8_msa' argument 6 names different: declaration 'x' definition 'mx'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2245:45: note: Function 'ff_put_vp8_pixels8_msa' argument 6 names different: declaration 'x' definition 'mx'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2245:53: style:inconclusive: Function 'ff_put_vp8_pixels8_msa' argument 7 names different: declaration 'y' definition 'my'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:35:47: note: Function 'ff_put_vp8_pixels8_msa' argument 7 names different: declaration 'y' definition 'my'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2245:53: note: Function 'ff_put_vp8_pixels8_msa' argument 7 names different: declaration 'y' definition 'my'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2313:54: style:inconclusive: Function 'ff_put_vp8_pixels16_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:36:54: note: Function 'ff_put_vp8_pixels16_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2313:54: note: Function 'ff_put_vp8_pixels16_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2314:53: style:inconclusive: Function 'ff_put_vp8_pixels16_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:37:54: note: Function 'ff_put_vp8_pixels16_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2314:53: note: Function 'ff_put_vp8_pixels16_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2315:33: style:inconclusive: Function 'ff_put_vp8_pixels16_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:38:34: note: Function 'ff_put_vp8_pixels16_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2315:33: note: Function 'ff_put_vp8_pixels16_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2315:45: style:inconclusive: Function 'ff_put_vp8_pixels16_msa' argument 6 names different: declaration 'x' definition 'mx'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:38:41: note: Function 'ff_put_vp8_pixels16_msa' argument 6 names different: declaration 'x' definition 'mx'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2315:45: note: Function 'ff_put_vp8_pixels16_msa' argument 6 names different: declaration 'x' definition 'mx'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2315:53: style:inconclusive: Function 'ff_put_vp8_pixels16_msa' argument 7 names different: declaration 'y' definition 'my'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:38:48: note: Function 'ff_put_vp8_pixels16_msa' argument 7 names different: declaration 'y' definition 'my'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:2315:53: note: Function 'ff_put_vp8_pixels16_msa' argument 7 names different: declaration 'y' definition 'my'. ffmpeg-5.0.1/libavcodec/mips/vp8_mc_msa.c:1629:13: style: Variable 'src' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:2945:58: style:inconclusive: Function 'ff_put_vp8_bilinear16_h_mmi' argument 2 names different: declaration 'dststride' definition 'dstride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:245:58: note: Function 'ff_put_vp8_bilinear16_h_mmi' argument 2 names different: declaration 'dststride' definition 'dstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:2945:58: note: Function 'ff_put_vp8_bilinear16_h_mmi' argument 2 names different: declaration 'dststride' definition 'dstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:2946:19: style:inconclusive: Function 'ff_put_vp8_bilinear16_h_mmi' argument 4 names different: declaration 'srcstride' definition 'sstride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:246:33: note: Function 'ff_put_vp8_bilinear16_h_mmi' argument 4 names different: declaration 'srcstride' definition 'sstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:2946:19: note: Function 'ff_put_vp8_bilinear16_h_mmi' argument 4 names different: declaration 'srcstride' definition 'sstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:3023:58: style:inconclusive: Function 'ff_put_vp8_bilinear16_v_mmi' argument 2 names different: declaration 'dststride' definition 'dstride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:247:58: note: Function 'ff_put_vp8_bilinear16_v_mmi' argument 2 names different: declaration 'dststride' definition 'dstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:3023:58: note: Function 'ff_put_vp8_bilinear16_v_mmi' argument 2 names different: declaration 'dststride' definition 'dstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:3024:19: style:inconclusive: Function 'ff_put_vp8_bilinear16_v_mmi' argument 4 names different: declaration 'srcstride' definition 'sstride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:248:33: note: Function 'ff_put_vp8_bilinear16_v_mmi' argument 4 names different: declaration 'srcstride' definition 'sstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:3024:19: note: Function 'ff_put_vp8_bilinear16_v_mmi' argument 4 names different: declaration 'srcstride' definition 'sstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:3093:59: style:inconclusive: Function 'ff_put_vp8_bilinear16_hv_mmi' argument 2 names different: declaration 'dststride' definition 'dstride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:249:59: note: Function 'ff_put_vp8_bilinear16_hv_mmi' argument 2 names different: declaration 'dststride' definition 'dstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:3093:59: note: Function 'ff_put_vp8_bilinear16_hv_mmi' argument 2 names different: declaration 'dststride' definition 'dstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:3094:19: style:inconclusive: Function 'ff_put_vp8_bilinear16_hv_mmi' argument 4 names different: declaration 'srcstride' definition 'sstride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:250:33: note: Function 'ff_put_vp8_bilinear16_hv_mmi' argument 4 names different: declaration 'srcstride' definition 'sstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:3094:19: note: Function 'ff_put_vp8_bilinear16_hv_mmi' argument 4 names different: declaration 'srcstride' definition 'sstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:3127:57: style:inconclusive: Function 'ff_put_vp8_bilinear8_h_mmi' argument 2 names different: declaration 'dststride' definition 'dstride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:252:57: note: Function 'ff_put_vp8_bilinear8_h_mmi' argument 2 names different: declaration 'dststride' definition 'dstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:3127:57: note: Function 'ff_put_vp8_bilinear8_h_mmi' argument 2 names different: declaration 'dststride' definition 'dstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:3128:19: style:inconclusive: Function 'ff_put_vp8_bilinear8_h_mmi' argument 4 names different: declaration 'srcstride' definition 'sstride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:253:33: note: Function 'ff_put_vp8_bilinear8_h_mmi' argument 4 names different: declaration 'srcstride' definition 'sstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:3128:19: note: Function 'ff_put_vp8_bilinear8_h_mmi' argument 4 names different: declaration 'srcstride' definition 'sstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:3189:57: style:inconclusive: Function 'ff_put_vp8_bilinear8_v_mmi' argument 2 names different: declaration 'dststride' definition 'dstride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:254:57: note: Function 'ff_put_vp8_bilinear8_v_mmi' argument 2 names different: declaration 'dststride' definition 'dstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:3189:57: note: Function 'ff_put_vp8_bilinear8_v_mmi' argument 2 names different: declaration 'dststride' definition 'dstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:3190:19: style:inconclusive: Function 'ff_put_vp8_bilinear8_v_mmi' argument 4 names different: declaration 'srcstride' definition 'sstride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:255:33: note: Function 'ff_put_vp8_bilinear8_v_mmi' argument 4 names different: declaration 'srcstride' definition 'sstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:3190:19: note: Function 'ff_put_vp8_bilinear8_v_mmi' argument 4 names different: declaration 'srcstride' definition 'sstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:3253:58: style:inconclusive: Function 'ff_put_vp8_bilinear8_hv_mmi' argument 2 names different: declaration 'dststride' definition 'dstride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:256:58: note: Function 'ff_put_vp8_bilinear8_hv_mmi' argument 2 names different: declaration 'dststride' definition 'dstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:3253:58: note: Function 'ff_put_vp8_bilinear8_hv_mmi' argument 2 names different: declaration 'dststride' definition 'dstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:3254:19: style:inconclusive: Function 'ff_put_vp8_bilinear8_hv_mmi' argument 4 names different: declaration 'srcstride' definition 'sstride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:257:33: note: Function 'ff_put_vp8_bilinear8_hv_mmi' argument 4 names different: declaration 'srcstride' definition 'sstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:3254:19: note: Function 'ff_put_vp8_bilinear8_hv_mmi' argument 4 names different: declaration 'srcstride' definition 'sstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:3287:57: style:inconclusive: Function 'ff_put_vp8_bilinear4_h_mmi' argument 2 names different: declaration 'dststride' definition 'dstride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:259:57: note: Function 'ff_put_vp8_bilinear4_h_mmi' argument 2 names different: declaration 'dststride' definition 'dstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:3287:57: note: Function 'ff_put_vp8_bilinear4_h_mmi' argument 2 names different: declaration 'dststride' definition 'dstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:3288:19: style:inconclusive: Function 'ff_put_vp8_bilinear4_h_mmi' argument 4 names different: declaration 'srcstride' definition 'sstride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:260:33: note: Function 'ff_put_vp8_bilinear4_h_mmi' argument 4 names different: declaration 'srcstride' definition 'sstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:3288:19: note: Function 'ff_put_vp8_bilinear4_h_mmi' argument 4 names different: declaration 'srcstride' definition 'sstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:3346:57: style:inconclusive: Function 'ff_put_vp8_bilinear4_v_mmi' argument 2 names different: declaration 'dststride' definition 'dstride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:261:57: note: Function 'ff_put_vp8_bilinear4_v_mmi' argument 2 names different: declaration 'dststride' definition 'dstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:3346:57: note: Function 'ff_put_vp8_bilinear4_v_mmi' argument 2 names different: declaration 'dststride' definition 'dstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:3347:19: style:inconclusive: Function 'ff_put_vp8_bilinear4_v_mmi' argument 4 names different: declaration 'srcstride' definition 'sstride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:262:33: note: Function 'ff_put_vp8_bilinear4_v_mmi' argument 4 names different: declaration 'srcstride' definition 'sstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:3347:19: note: Function 'ff_put_vp8_bilinear4_v_mmi' argument 4 names different: declaration 'srcstride' definition 'sstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:3407:58: style:inconclusive: Function 'ff_put_vp8_bilinear4_hv_mmi' argument 2 names different: declaration 'dststride' definition 'dstride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:263:58: note: Function 'ff_put_vp8_bilinear4_hv_mmi' argument 2 names different: declaration 'dststride' definition 'dstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:3407:58: note: Function 'ff_put_vp8_bilinear4_hv_mmi' argument 2 names different: declaration 'dststride' definition 'dstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:3408:19: style:inconclusive: Function 'ff_put_vp8_bilinear4_hv_mmi' argument 4 names different: declaration 'srcstride' definition 'sstride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mips.h:264:33: note: Function 'ff_put_vp8_bilinear4_hv_mmi' argument 4 names different: declaration 'srcstride' definition 'sstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:3408:19: note: Function 'ff_put_vp8_bilinear4_hv_mmi' argument 4 names different: declaration 'srcstride' definition 'sstride'. ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:1573:20: warning:inconclusive: Found suspicious operator '*', result is not used. [constStatement] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:1658:20: warning:inconclusive: Found suspicious operator '*', result is not used. [constStatement] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:1728:20: warning:inconclusive: Found suspicious operator '*', result is not used. [constStatement] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:1791:20: warning:inconclusive: Found suspicious operator '*', result is not used. [constStatement] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:1881:20: warning:inconclusive: Found suspicious operator '*', result is not used. [constStatement] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:1955:20: warning:inconclusive: Found suspicious operator '*', result is not used. [constStatement] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:2023:20: warning:inconclusive: Found suspicious operator '*', result is not used. [constStatement] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:2109:20: warning:inconclusive: Found suspicious operator '*', result is not used. [constStatement] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:2180:20: warning:inconclusive: Found suspicious operator '*', result is not used. [constStatement] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:2245:20: warning:inconclusive: Found suspicious operator '*', result is not used. [constStatement] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:2336:20: warning:inconclusive: Found suspicious operator '*', result is not used. [constStatement] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:2412:20: warning:inconclusive: Found suspicious operator '*', result is not used. [constStatement] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:720:55: style: Parameter 'p' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:731:42: style: Parameter 'p' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mips/vp8dsp_mmi.c:946:62: style: Parameter 'dc' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/mips/vp9_idct_msa.c:2137:41: style:inconclusive: Function 'ff_idct_iadst_4x4_add_msa' argument 1 names different: declaration 'pu8Dest' definition 'dst'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:175:41: note: Function 'ff_idct_iadst_4x4_add_msa' argument 1 names different: declaration 'pu8Dest' definition 'dst'. ffmpeg-5.0.1/libavcodec/mips/vp9_idct_msa.c:2137:41: note: Function 'ff_idct_iadst_4x4_add_msa' argument 1 names different: declaration 'pu8Dest' definition 'dst'. ffmpeg-5.0.1/libavcodec/mips/vp9_idct_msa.c:2143:41: style:inconclusive: Function 'ff_idct_iadst_8x8_add_msa' argument 1 names different: declaration 'pu8Dest' definition 'dst'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:177:41: note: Function 'ff_idct_iadst_8x8_add_msa' argument 1 names different: declaration 'pu8Dest' definition 'dst'. ffmpeg-5.0.1/libavcodec/mips/vp9_idct_msa.c:2143:41: note: Function 'ff_idct_iadst_8x8_add_msa' argument 1 names different: declaration 'pu8Dest' definition 'dst'. ffmpeg-5.0.1/libavcodec/mips/vp9_idct_msa.c:2149:43: style:inconclusive: Function 'ff_idct_iadst_16x16_add_msa' argument 1 names different: declaration 'pu8Dest' definition 'dst'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:179:43: note: Function 'ff_idct_iadst_16x16_add_msa' argument 1 names different: declaration 'pu8Dest' definition 'dst'. ffmpeg-5.0.1/libavcodec/mips/vp9_idct_msa.c:2149:43: note: Function 'ff_idct_iadst_16x16_add_msa' argument 1 names different: declaration 'pu8Dest' definition 'dst'. ffmpeg-5.0.1/libavcodec/mips/vp9_idct_msa.c:1490:13: style: Variable 'out' is not assigned a value. [unassignedVariable] ffmpeg-5.0.1/libavcodec/mips/vp9_idct_msa.c:1511:13: style: Variable 'out' is not assigned a value. [unassignedVariable] ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:31:48: style:inconclusive: Function 'ff_vert_16x16_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:184:48: note: Function 'ff_vert_16x16_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:31:48: note: Function 'ff_vert_16x16_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:32:39: style:inconclusive: Function 'ff_vert_16x16_msa' argument 4 names different: declaration 'top' definition 'src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:185:39: note: Function 'ff_vert_16x16_msa' argument 4 names different: declaration 'top' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:32:39: note: Function 'ff_vert_16x16_msa' argument 4 names different: declaration 'top' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:45:48: style:inconclusive: Function 'ff_vert_32x32_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:186:48: note: Function 'ff_vert_32x32_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:45:48: note: Function 'ff_vert_32x32_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:46:39: style:inconclusive: Function 'ff_vert_32x32_msa' argument 4 names different: declaration 'top' definition 'src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:187:39: note: Function 'ff_vert_32x32_msa' argument 4 names different: declaration 'top' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:46:39: note: Function 'ff_vert_32x32_msa' argument 4 names different: declaration 'top' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:60:47: style:inconclusive: Function 'ff_hor_16x16_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:188:47: note: Function 'ff_hor_16x16_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:60:47: note: Function 'ff_hor_16x16_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:60:74: style:inconclusive: Function 'ff_hor_16x16_msa' argument 3 names different: declaration 'left' definition 'src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:188:70: note: Function 'ff_hor_16x16_msa' argument 3 names different: declaration 'left' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:60:74: note: Function 'ff_hor_16x16_msa' argument 3 names different: declaration 'left' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:81:47: style:inconclusive: Function 'ff_hor_32x32_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:190:47: note: Function 'ff_hor_32x32_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:81:47: note: Function 'ff_hor_32x32_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:81:74: style:inconclusive: Function 'ff_hor_32x32_msa' argument 3 names different: declaration 'left' definition 'src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:190:70: note: Function 'ff_hor_32x32_msa' argument 3 names different: declaration 'left' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:81:74: note: Function 'ff_hor_32x32_msa' argument 3 names different: declaration 'left' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:108:44: style:inconclusive: Function 'ff_dc_4x4_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:192:44: note: Function 'ff_dc_4x4_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:108:44: note: Function 'ff_dc_4x4_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:108:71: style:inconclusive: Function 'ff_dc_4x4_msa' argument 3 names different: declaration 'left' definition 'src_left'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:192:67: note: Function 'ff_dc_4x4_msa' argument 3 names different: declaration 'left' definition 'src_left'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:108:71: note: Function 'ff_dc_4x4_msa' argument 3 names different: declaration 'left' definition 'src_left'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:109:35: style:inconclusive: Function 'ff_dc_4x4_msa' argument 4 names different: declaration 'top' definition 'src_top'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:193:35: note: Function 'ff_dc_4x4_msa' argument 4 names different: declaration 'top' definition 'src_top'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:109:35: note: Function 'ff_dc_4x4_msa' argument 4 names different: declaration 'top' definition 'src_top'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:150:1: style:inconclusive: Function 'ff_dc_top_4x4_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:208:48: note: Function 'ff_dc_top_4x4_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:150:1: note: Function 'ff_dc_top_4x4_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:151:1: style:inconclusive: Function 'ff_dc_left_4x4_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:200:49: note: Function 'ff_dc_left_4x4_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:151:1: note: Function 'ff_dc_left_4x4_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:153:44: style:inconclusive: Function 'ff_dc_8x8_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:194:44: note: Function 'ff_dc_8x8_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:153:44: note: Function 'ff_dc_8x8_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:153:71: style:inconclusive: Function 'ff_dc_8x8_msa' argument 3 names different: declaration 'left' definition 'src_left'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:194:67: note: Function 'ff_dc_8x8_msa' argument 3 names different: declaration 'left' definition 'src_left'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:153:71: note: Function 'ff_dc_8x8_msa' argument 3 names different: declaration 'left' definition 'src_left'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:154:35: style:inconclusive: Function 'ff_dc_8x8_msa' argument 4 names different: declaration 'top' definition 'src_top'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:195:35: note: Function 'ff_dc_8x8_msa' argument 4 names different: declaration 'top' definition 'src_top'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:154:35: note: Function 'ff_dc_8x8_msa' argument 4 names different: declaration 'top' definition 'src_top'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:206:1: style:inconclusive: Function 'ff_dc_top_8x8_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:210:48: note: Function 'ff_dc_top_8x8_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:206:1: note: Function 'ff_dc_top_8x8_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:207:1: style:inconclusive: Function 'ff_dc_left_8x8_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:202:49: note: Function 'ff_dc_left_8x8_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:207:1: note: Function 'ff_dc_left_8x8_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:209:46: style:inconclusive: Function 'ff_dc_16x16_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:196:46: note: Function 'ff_dc_16x16_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:209:46: note: Function 'ff_dc_16x16_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:210:37: style:inconclusive: Function 'ff_dc_16x16_msa' argument 3 names different: declaration 'left' definition 'src_left'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:196:69: note: Function 'ff_dc_16x16_msa' argument 3 names different: declaration 'left' definition 'src_left'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:210:37: note: Function 'ff_dc_16x16_msa' argument 3 names different: declaration 'left' definition 'src_left'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:210:62: style:inconclusive: Function 'ff_dc_16x16_msa' argument 4 names different: declaration 'top' definition 'src_top'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:197:37: note: Function 'ff_dc_16x16_msa' argument 4 names different: declaration 'top' definition 'src_top'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:210:62: note: Function 'ff_dc_16x16_msa' argument 4 names different: declaration 'top' definition 'src_top'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:256:1: style:inconclusive: Function 'ff_dc_top_16x16_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:212:50: note: Function 'ff_dc_top_16x16_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:256:1: note: Function 'ff_dc_top_16x16_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:257:1: style:inconclusive: Function 'ff_dc_left_16x16_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:204:51: note: Function 'ff_dc_left_16x16_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:257:1: note: Function 'ff_dc_left_16x16_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:259:46: style:inconclusive: Function 'ff_dc_32x32_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:198:46: note: Function 'ff_dc_32x32_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:259:46: note: Function 'ff_dc_32x32_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:260:37: style:inconclusive: Function 'ff_dc_32x32_msa' argument 3 names different: declaration 'left' definition 'src_left'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:198:69: note: Function 'ff_dc_32x32_msa' argument 3 names different: declaration 'left' definition 'src_left'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:260:37: note: Function 'ff_dc_32x32_msa' argument 3 names different: declaration 'left' definition 'src_left'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:260:62: style:inconclusive: Function 'ff_dc_32x32_msa' argument 4 names different: declaration 'top' definition 'src_top'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:199:37: note: Function 'ff_dc_32x32_msa' argument 4 names different: declaration 'top' definition 'src_top'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:260:62: note: Function 'ff_dc_32x32_msa' argument 4 names different: declaration 'top' definition 'src_top'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:319:1: style:inconclusive: Function 'ff_dc_top_32x32_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:214:50: note: Function 'ff_dc_top_32x32_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:319:1: note: Function 'ff_dc_top_32x32_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:320:1: style:inconclusive: Function 'ff_dc_left_32x32_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:206:51: note: Function 'ff_dc_left_32x32_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:320:1: note: Function 'ff_dc_left_32x32_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:333:1: style:inconclusive: Function 'ff_dc_127_16x16_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:220:50: note: Function 'ff_dc_127_16x16_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:333:1: note: Function 'ff_dc_127_16x16_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:334:1: style:inconclusive: Function 'ff_dc_128_16x16_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:216:50: note: Function 'ff_dc_128_16x16_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:334:1: note: Function 'ff_dc_128_16x16_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:335:1: style:inconclusive: Function 'ff_dc_129_16x16_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:224:50: note: Function 'ff_dc_129_16x16_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:335:1: note: Function 'ff_dc_129_16x16_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:353:1: style:inconclusive: Function 'ff_dc_127_32x32_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:222:50: note: Function 'ff_dc_127_32x32_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:353:1: note: Function 'ff_dc_127_32x32_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:354:1: style:inconclusive: Function 'ff_dc_128_32x32_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:218:50: note: Function 'ff_dc_128_32x32_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:354:1: note: Function 'ff_dc_128_32x32_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:355:1: style:inconclusive: Function 'ff_dc_129_32x32_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:226:50: note: Function 'ff_dc_129_32x32_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:355:1: note: Function 'ff_dc_129_32x32_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:357:44: style:inconclusive: Function 'ff_tm_4x4_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:228:44: note: Function 'ff_tm_4x4_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:357:44: note: Function 'ff_tm_4x4_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:358:35: style:inconclusive: Function 'ff_tm_4x4_msa' argument 3 names different: declaration 'left' definition 'src_left'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:228:67: note: Function 'ff_tm_4x4_msa' argument 3 names different: declaration 'left' definition 'src_left'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:358:35: note: Function 'ff_tm_4x4_msa' argument 3 names different: declaration 'left' definition 'src_left'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:358:60: style:inconclusive: Function 'ff_tm_4x4_msa' argument 4 names different: declaration 'top' definition 'src_top_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:229:35: note: Function 'ff_tm_4x4_msa' argument 4 names different: declaration 'top' definition 'src_top_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:358:60: note: Function 'ff_tm_4x4_msa' argument 4 names different: declaration 'top' definition 'src_top_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:385:44: style:inconclusive: Function 'ff_tm_8x8_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:230:44: note: Function 'ff_tm_8x8_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:385:44: note: Function 'ff_tm_8x8_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:386:35: style:inconclusive: Function 'ff_tm_8x8_msa' argument 3 names different: declaration 'left' definition 'src_left'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:230:67: note: Function 'ff_tm_8x8_msa' argument 3 names different: declaration 'left' definition 'src_left'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:386:35: note: Function 'ff_tm_8x8_msa' argument 3 names different: declaration 'left' definition 'src_left'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:386:60: style:inconclusive: Function 'ff_tm_8x8_msa' argument 4 names different: declaration 'top' definition 'src_top_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:231:35: note: Function 'ff_tm_8x8_msa' argument 4 names different: declaration 'top' definition 'src_top_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:386:60: note: Function 'ff_tm_8x8_msa' argument 4 names different: declaration 'top' definition 'src_top_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:418:46: style:inconclusive: Function 'ff_tm_16x16_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:232:46: note: Function 'ff_tm_16x16_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:418:46: note: Function 'ff_tm_16x16_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:419:37: style:inconclusive: Function 'ff_tm_16x16_msa' argument 3 names different: declaration 'left' definition 'src_left'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:232:69: note: Function 'ff_tm_16x16_msa' argument 3 names different: declaration 'left' definition 'src_left'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:419:37: note: Function 'ff_tm_16x16_msa' argument 3 names different: declaration 'left' definition 'src_left'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:419:62: style:inconclusive: Function 'ff_tm_16x16_msa' argument 4 names different: declaration 'top' definition 'src_top_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:233:37: note: Function 'ff_tm_16x16_msa' argument 4 names different: declaration 'top' definition 'src_top_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:419:62: note: Function 'ff_tm_16x16_msa' argument 4 names different: declaration 'top' definition 'src_top_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:469:46: style:inconclusive: Function 'ff_tm_32x32_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:234:46: note: Function 'ff_tm_32x32_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:469:46: note: Function 'ff_tm_32x32_msa' argument 2 names different: declaration 'stride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:470:37: style:inconclusive: Function 'ff_tm_32x32_msa' argument 3 names different: declaration 'left' definition 'src_left'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:234:69: note: Function 'ff_tm_32x32_msa' argument 3 names different: declaration 'left' definition 'src_left'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:470:37: note: Function 'ff_tm_32x32_msa' argument 3 names different: declaration 'left' definition 'src_left'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:470:62: style:inconclusive: Function 'ff_tm_32x32_msa' argument 4 names different: declaration 'top' definition 'src_top_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:235:37: note: Function 'ff_tm_32x32_msa' argument 4 names different: declaration 'top' definition 'src_top_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_intra_msa.c:470:62: note: Function 'ff_tm_32x32_msa' argument 4 names different: declaration 'top' definition 'src_top_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:404:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:475:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:547:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:196:40: style:inconclusive: Function 'ff_loop_filter_v_4_8_msa' argument 1 names different: declaration 'dst' definition 'src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:129:40: note: Function 'ff_loop_filter_v_4_8_msa' argument 1 names different: declaration 'dst' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:196:40: note: Function 'ff_loop_filter_v_4_8_msa' argument 1 names different: declaration 'dst' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:196:55: style:inconclusive: Function 'ff_loop_filter_v_4_8_msa' argument 2 names different: declaration 'stride' definition 'pitch'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:129:55: note: Function 'ff_loop_filter_v_4_8_msa' argument 2 names different: declaration 'stride' definition 'pitch'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:196:55: note: Function 'ff_loop_filter_v_4_8_msa' argument 2 names different: declaration 'stride' definition 'pitch'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:197:39: style:inconclusive: Function 'ff_loop_filter_v_4_8_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:129:71: note: Function 'ff_loop_filter_v_4_8_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:197:39: note: Function 'ff_loop_filter_v_4_8_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:198:39: style:inconclusive: Function 'ff_loop_filter_v_4_8_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:130:39: note: Function 'ff_loop_filter_v_4_8_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:198:39: note: Function 'ff_loop_filter_v_4_8_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:199:39: style:inconclusive: Function 'ff_loop_filter_v_4_8_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:130:50: note: Function 'ff_loop_filter_v_4_8_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:199:39: note: Function 'ff_loop_filter_v_4_8_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:225:42: style:inconclusive: Function 'ff_loop_filter_v_44_16_msa' argument 1 names different: declaration 'dst' definition 'src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:141:42: note: Function 'ff_loop_filter_v_44_16_msa' argument 1 names different: declaration 'dst' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:225:42: note: Function 'ff_loop_filter_v_44_16_msa' argument 1 names different: declaration 'dst' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:225:57: style:inconclusive: Function 'ff_loop_filter_v_44_16_msa' argument 2 names different: declaration 'stride' definition 'pitch'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:141:57: note: Function 'ff_loop_filter_v_44_16_msa' argument 2 names different: declaration 'stride' definition 'pitch'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:225:57: note: Function 'ff_loop_filter_v_44_16_msa' argument 2 names different: declaration 'stride' definition 'pitch'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:226:41: style:inconclusive: Function 'ff_loop_filter_v_44_16_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:141:73: note: Function 'ff_loop_filter_v_44_16_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:226:41: note: Function 'ff_loop_filter_v_44_16_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:227:41: style:inconclusive: Function 'ff_loop_filter_v_44_16_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:142:41: note: Function 'ff_loop_filter_v_44_16_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:227:41: note: Function 'ff_loop_filter_v_44_16_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:228:41: style:inconclusive: Function 'ff_loop_filter_v_44_16_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:142:52: note: Function 'ff_loop_filter_v_44_16_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:228:41: note: Function 'ff_loop_filter_v_44_16_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:255:40: style:inconclusive: Function 'ff_loop_filter_v_8_8_msa' argument 1 names different: declaration 'dst' definition 'src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:131:40: note: Function 'ff_loop_filter_v_8_8_msa' argument 1 names different: declaration 'dst' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:255:40: note: Function 'ff_loop_filter_v_8_8_msa' argument 1 names different: declaration 'dst' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:255:55: style:inconclusive: Function 'ff_loop_filter_v_8_8_msa' argument 2 names different: declaration 'stride' definition 'pitch'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:131:55: note: Function 'ff_loop_filter_v_8_8_msa' argument 2 names different: declaration 'stride' definition 'pitch'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:255:55: note: Function 'ff_loop_filter_v_8_8_msa' argument 2 names different: declaration 'stride' definition 'pitch'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:256:39: style:inconclusive: Function 'ff_loop_filter_v_8_8_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:131:71: note: Function 'ff_loop_filter_v_8_8_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:256:39: note: Function 'ff_loop_filter_v_8_8_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:257:39: style:inconclusive: Function 'ff_loop_filter_v_8_8_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:132:39: note: Function 'ff_loop_filter_v_8_8_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:257:39: note: Function 'ff_loop_filter_v_8_8_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:258:39: style:inconclusive: Function 'ff_loop_filter_v_8_8_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:132:50: note: Function 'ff_loop_filter_v_8_8_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:258:39: note: Function 'ff_loop_filter_v_8_8_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:329:42: style:inconclusive: Function 'ff_loop_filter_v_88_16_msa' argument 1 names different: declaration 'dst' definition 'src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:143:42: note: Function 'ff_loop_filter_v_88_16_msa' argument 1 names different: declaration 'dst' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:329:42: note: Function 'ff_loop_filter_v_88_16_msa' argument 1 names different: declaration 'dst' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:329:57: style:inconclusive: Function 'ff_loop_filter_v_88_16_msa' argument 2 names different: declaration 'stride' definition 'pitch'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:143:57: note: Function 'ff_loop_filter_v_88_16_msa' argument 2 names different: declaration 'stride' definition 'pitch'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:329:57: note: Function 'ff_loop_filter_v_88_16_msa' argument 2 names different: declaration 'stride' definition 'pitch'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:330:41: style:inconclusive: Function 'ff_loop_filter_v_88_16_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:143:73: note: Function 'ff_loop_filter_v_88_16_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:330:41: note: Function 'ff_loop_filter_v_88_16_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:331:41: style:inconclusive: Function 'ff_loop_filter_v_88_16_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:144:41: note: Function 'ff_loop_filter_v_88_16_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:331:41: note: Function 'ff_loop_filter_v_88_16_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:332:41: style:inconclusive: Function 'ff_loop_filter_v_88_16_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:144:52: note: Function 'ff_loop_filter_v_88_16_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:332:41: note: Function 'ff_loop_filter_v_88_16_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:408:42: style:inconclusive: Function 'ff_loop_filter_v_84_16_msa' argument 1 names different: declaration 'dst' definition 'src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:153:42: note: Function 'ff_loop_filter_v_84_16_msa' argument 1 names different: declaration 'dst' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:408:42: note: Function 'ff_loop_filter_v_84_16_msa' argument 1 names different: declaration 'dst' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:408:57: style:inconclusive: Function 'ff_loop_filter_v_84_16_msa' argument 2 names different: declaration 'stride' definition 'pitch'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:153:57: note: Function 'ff_loop_filter_v_84_16_msa' argument 2 names different: declaration 'stride' definition 'pitch'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:408:57: note: Function 'ff_loop_filter_v_84_16_msa' argument 2 names different: declaration 'stride' definition 'pitch'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:409:41: style:inconclusive: Function 'ff_loop_filter_v_84_16_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:153:73: note: Function 'ff_loop_filter_v_84_16_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:409:41: note: Function 'ff_loop_filter_v_84_16_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:410:41: style:inconclusive: Function 'ff_loop_filter_v_84_16_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:154:41: note: Function 'ff_loop_filter_v_84_16_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:410:41: note: Function 'ff_loop_filter_v_84_16_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:411:41: style:inconclusive: Function 'ff_loop_filter_v_84_16_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:154:52: note: Function 'ff_loop_filter_v_84_16_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:411:41: note: Function 'ff_loop_filter_v_84_16_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:479:42: style:inconclusive: Function 'ff_loop_filter_v_48_16_msa' argument 1 names different: declaration 'dst' definition 'src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:151:42: note: Function 'ff_loop_filter_v_48_16_msa' argument 1 names different: declaration 'dst' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:479:42: note: Function 'ff_loop_filter_v_48_16_msa' argument 1 names different: declaration 'dst' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:479:57: style:inconclusive: Function 'ff_loop_filter_v_48_16_msa' argument 2 names different: declaration 'stride' definition 'pitch'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:151:57: note: Function 'ff_loop_filter_v_48_16_msa' argument 2 names different: declaration 'stride' definition 'pitch'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:479:57: note: Function 'ff_loop_filter_v_48_16_msa' argument 2 names different: declaration 'stride' definition 'pitch'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:480:41: style:inconclusive: Function 'ff_loop_filter_v_48_16_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:151:73: note: Function 'ff_loop_filter_v_48_16_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:480:41: note: Function 'ff_loop_filter_v_48_16_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:481:41: style:inconclusive: Function 'ff_loop_filter_v_48_16_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:152:41: note: Function 'ff_loop_filter_v_48_16_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:481:41: note: Function 'ff_loop_filter_v_48_16_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:482:41: style:inconclusive: Function 'ff_loop_filter_v_48_16_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:152:52: note: Function 'ff_loop_filter_v_48_16_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:482:41: note: Function 'ff_loop_filter_v_48_16_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:958:42: style:inconclusive: Function 'ff_loop_filter_v_16_16_msa' argument 1 names different: declaration 'dst' definition 'src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:145:42: note: Function 'ff_loop_filter_v_16_16_msa' argument 1 names different: declaration 'dst' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:958:42: note: Function 'ff_loop_filter_v_16_16_msa' argument 1 names different: declaration 'dst' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:958:57: style:inconclusive: Function 'ff_loop_filter_v_16_16_msa' argument 2 names different: declaration 'stride' definition 'pitch'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:145:57: note: Function 'ff_loop_filter_v_16_16_msa' argument 2 names different: declaration 'stride' definition 'pitch'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:958:57: note: Function 'ff_loop_filter_v_16_16_msa' argument 2 names different: declaration 'stride' definition 'pitch'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:959:41: style:inconclusive: Function 'ff_loop_filter_v_16_16_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:145:73: note: Function 'ff_loop_filter_v_16_16_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:959:41: note: Function 'ff_loop_filter_v_16_16_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:960:41: style:inconclusive: Function 'ff_loop_filter_v_16_16_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:146:41: note: Function 'ff_loop_filter_v_16_16_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:960:41: note: Function 'ff_loop_filter_v_16_16_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:961:41: style:inconclusive: Function 'ff_loop_filter_v_16_16_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:146:52: note: Function 'ff_loop_filter_v_16_16_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:961:41: note: Function 'ff_loop_filter_v_16_16_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:974:41: style:inconclusive: Function 'ff_loop_filter_v_16_8_msa' argument 1 names different: declaration 'dst' definition 'src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:133:41: note: Function 'ff_loop_filter_v_16_8_msa' argument 1 names different: declaration 'dst' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:974:41: note: Function 'ff_loop_filter_v_16_8_msa' argument 1 names different: declaration 'dst' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:974:56: style:inconclusive: Function 'ff_loop_filter_v_16_8_msa' argument 2 names different: declaration 'stride' definition 'pitch'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:133:56: note: Function 'ff_loop_filter_v_16_8_msa' argument 2 names different: declaration 'stride' definition 'pitch'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:974:56: note: Function 'ff_loop_filter_v_16_8_msa' argument 2 names different: declaration 'stride' definition 'pitch'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:975:40: style:inconclusive: Function 'ff_loop_filter_v_16_8_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:133:72: note: Function 'ff_loop_filter_v_16_8_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:975:40: note: Function 'ff_loop_filter_v_16_8_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:976:40: style:inconclusive: Function 'ff_loop_filter_v_16_8_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:134:40: note: Function 'ff_loop_filter_v_16_8_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:976:40: note: Function 'ff_loop_filter_v_16_8_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:977:40: style:inconclusive: Function 'ff_loop_filter_v_16_8_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:134:51: note: Function 'ff_loop_filter_v_16_8_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:977:40: note: Function 'ff_loop_filter_v_16_8_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1198:40: style:inconclusive: Function 'ff_loop_filter_h_4_8_msa' argument 1 names different: declaration 'dst' definition 'src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:123:40: note: Function 'ff_loop_filter_h_4_8_msa' argument 1 names different: declaration 'dst' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1198:40: note: Function 'ff_loop_filter_h_4_8_msa' argument 1 names different: declaration 'dst' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1198:55: style:inconclusive: Function 'ff_loop_filter_h_4_8_msa' argument 2 names different: declaration 'stride' definition 'pitch'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:123:55: note: Function 'ff_loop_filter_h_4_8_msa' argument 2 names different: declaration 'stride' definition 'pitch'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1198:55: note: Function 'ff_loop_filter_h_4_8_msa' argument 2 names different: declaration 'stride' definition 'pitch'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1199:39: style:inconclusive: Function 'ff_loop_filter_h_4_8_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:123:71: note: Function 'ff_loop_filter_h_4_8_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1199:39: note: Function 'ff_loop_filter_h_4_8_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1200:39: style:inconclusive: Function 'ff_loop_filter_h_4_8_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:124:39: note: Function 'ff_loop_filter_h_4_8_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1200:39: note: Function 'ff_loop_filter_h_4_8_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1201:39: style:inconclusive: Function 'ff_loop_filter_h_4_8_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:124:50: note: Function 'ff_loop_filter_h_4_8_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1201:39: note: Function 'ff_loop_filter_h_4_8_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1225:42: style:inconclusive: Function 'ff_loop_filter_h_44_16_msa' argument 1 names different: declaration 'dst' definition 'src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:135:42: note: Function 'ff_loop_filter_h_44_16_msa' argument 1 names different: declaration 'dst' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1225:42: note: Function 'ff_loop_filter_h_44_16_msa' argument 1 names different: declaration 'dst' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1225:57: style:inconclusive: Function 'ff_loop_filter_h_44_16_msa' argument 2 names different: declaration 'stride' definition 'pitch'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:135:57: note: Function 'ff_loop_filter_h_44_16_msa' argument 2 names different: declaration 'stride' definition 'pitch'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1225:57: note: Function 'ff_loop_filter_h_44_16_msa' argument 2 names different: declaration 'stride' definition 'pitch'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1226:41: style:inconclusive: Function 'ff_loop_filter_h_44_16_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:135:73: note: Function 'ff_loop_filter_h_44_16_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1226:41: note: Function 'ff_loop_filter_h_44_16_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1227:41: style:inconclusive: Function 'ff_loop_filter_h_44_16_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:136:41: note: Function 'ff_loop_filter_h_44_16_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1227:41: note: Function 'ff_loop_filter_h_44_16_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1228:41: style:inconclusive: Function 'ff_loop_filter_h_44_16_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:136:52: note: Function 'ff_loop_filter_h_44_16_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1228:41: note: Function 'ff_loop_filter_h_44_16_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1271:40: style:inconclusive: Function 'ff_loop_filter_h_8_8_msa' argument 1 names different: declaration 'dst' definition 'src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:125:40: note: Function 'ff_loop_filter_h_8_8_msa' argument 1 names different: declaration 'dst' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1271:40: note: Function 'ff_loop_filter_h_8_8_msa' argument 1 names different: declaration 'dst' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1271:55: style:inconclusive: Function 'ff_loop_filter_h_8_8_msa' argument 2 names different: declaration 'stride' definition 'pitch'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:125:55: note: Function 'ff_loop_filter_h_8_8_msa' argument 2 names different: declaration 'stride' definition 'pitch'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1271:55: note: Function 'ff_loop_filter_h_8_8_msa' argument 2 names different: declaration 'stride' definition 'pitch'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1272:39: style:inconclusive: Function 'ff_loop_filter_h_8_8_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:125:71: note: Function 'ff_loop_filter_h_8_8_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1272:39: note: Function 'ff_loop_filter_h_8_8_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1273:39: style:inconclusive: Function 'ff_loop_filter_h_8_8_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:126:39: note: Function 'ff_loop_filter_h_8_8_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1273:39: note: Function 'ff_loop_filter_h_8_8_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1274:39: style:inconclusive: Function 'ff_loop_filter_h_8_8_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:126:50: note: Function 'ff_loop_filter_h_8_8_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1274:39: note: Function 'ff_loop_filter_h_8_8_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1349:42: style:inconclusive: Function 'ff_loop_filter_h_88_16_msa' argument 1 names different: declaration 'dst' definition 'src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:137:42: note: Function 'ff_loop_filter_h_88_16_msa' argument 1 names different: declaration 'dst' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1349:42: note: Function 'ff_loop_filter_h_88_16_msa' argument 1 names different: declaration 'dst' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1349:57: style:inconclusive: Function 'ff_loop_filter_h_88_16_msa' argument 2 names different: declaration 'stride' definition 'pitch'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:137:57: note: Function 'ff_loop_filter_h_88_16_msa' argument 2 names different: declaration 'stride' definition 'pitch'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1349:57: note: Function 'ff_loop_filter_h_88_16_msa' argument 2 names different: declaration 'stride' definition 'pitch'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1350:41: style:inconclusive: Function 'ff_loop_filter_h_88_16_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:137:73: note: Function 'ff_loop_filter_h_88_16_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1350:41: note: Function 'ff_loop_filter_h_88_16_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1351:41: style:inconclusive: Function 'ff_loop_filter_h_88_16_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:138:41: note: Function 'ff_loop_filter_h_88_16_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1351:41: note: Function 'ff_loop_filter_h_88_16_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1352:41: style:inconclusive: Function 'ff_loop_filter_h_88_16_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:138:52: note: Function 'ff_loop_filter_h_88_16_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1352:41: note: Function 'ff_loop_filter_h_88_16_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1462:42: style:inconclusive: Function 'ff_loop_filter_h_84_16_msa' argument 1 names different: declaration 'dst' definition 'src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:149:42: note: Function 'ff_loop_filter_h_84_16_msa' argument 1 names different: declaration 'dst' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1462:42: note: Function 'ff_loop_filter_h_84_16_msa' argument 1 names different: declaration 'dst' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1462:57: style:inconclusive: Function 'ff_loop_filter_h_84_16_msa' argument 2 names different: declaration 'stride' definition 'pitch'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:149:57: note: Function 'ff_loop_filter_h_84_16_msa' argument 2 names different: declaration 'stride' definition 'pitch'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1462:57: note: Function 'ff_loop_filter_h_84_16_msa' argument 2 names different: declaration 'stride' definition 'pitch'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1463:41: style:inconclusive: Function 'ff_loop_filter_h_84_16_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:149:73: note: Function 'ff_loop_filter_h_84_16_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1463:41: note: Function 'ff_loop_filter_h_84_16_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1464:41: style:inconclusive: Function 'ff_loop_filter_h_84_16_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:150:41: note: Function 'ff_loop_filter_h_84_16_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1464:41: note: Function 'ff_loop_filter_h_84_16_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1465:41: style:inconclusive: Function 'ff_loop_filter_h_84_16_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:150:52: note: Function 'ff_loop_filter_h_84_16_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1465:41: note: Function 'ff_loop_filter_h_84_16_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1565:42: style:inconclusive: Function 'ff_loop_filter_h_48_16_msa' argument 1 names different: declaration 'dst' definition 'src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:147:42: note: Function 'ff_loop_filter_h_48_16_msa' argument 1 names different: declaration 'dst' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1565:42: note: Function 'ff_loop_filter_h_48_16_msa' argument 1 names different: declaration 'dst' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1565:57: style:inconclusive: Function 'ff_loop_filter_h_48_16_msa' argument 2 names different: declaration 'stride' definition 'pitch'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:147:57: note: Function 'ff_loop_filter_h_48_16_msa' argument 2 names different: declaration 'stride' definition 'pitch'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1565:57: note: Function 'ff_loop_filter_h_48_16_msa' argument 2 names different: declaration 'stride' definition 'pitch'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1566:41: style:inconclusive: Function 'ff_loop_filter_h_48_16_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:147:73: note: Function 'ff_loop_filter_h_48_16_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1566:41: note: Function 'ff_loop_filter_h_48_16_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1567:41: style:inconclusive: Function 'ff_loop_filter_h_48_16_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:148:41: note: Function 'ff_loop_filter_h_48_16_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1567:41: note: Function 'ff_loop_filter_h_48_16_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1568:41: style:inconclusive: Function 'ff_loop_filter_h_48_16_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:148:52: note: Function 'ff_loop_filter_h_48_16_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:1568:41: note: Function 'ff_loop_filter_h_48_16_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:2066:41: style:inconclusive: Function 'ff_loop_filter_h_16_8_msa' argument 1 names different: declaration 'dst' definition 'src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:127:41: note: Function 'ff_loop_filter_h_16_8_msa' argument 1 names different: declaration 'dst' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:2066:41: note: Function 'ff_loop_filter_h_16_8_msa' argument 1 names different: declaration 'dst' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:2066:56: style:inconclusive: Function 'ff_loop_filter_h_16_8_msa' argument 2 names different: declaration 'stride' definition 'pitch'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:127:56: note: Function 'ff_loop_filter_h_16_8_msa' argument 2 names different: declaration 'stride' definition 'pitch'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:2066:56: note: Function 'ff_loop_filter_h_16_8_msa' argument 2 names different: declaration 'stride' definition 'pitch'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:2067:40: style:inconclusive: Function 'ff_loop_filter_h_16_8_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:127:72: note: Function 'ff_loop_filter_h_16_8_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:2067:40: note: Function 'ff_loop_filter_h_16_8_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:2068:40: style:inconclusive: Function 'ff_loop_filter_h_16_8_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:128:40: note: Function 'ff_loop_filter_h_16_8_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:2068:40: note: Function 'ff_loop_filter_h_16_8_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:2069:40: style:inconclusive: Function 'ff_loop_filter_h_16_8_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:128:51: note: Function 'ff_loop_filter_h_16_8_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:2069:40: note: Function 'ff_loop_filter_h_16_8_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:2502:42: style:inconclusive: Function 'ff_loop_filter_h_16_16_msa' argument 1 names different: declaration 'dst' definition 'src'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:139:42: note: Function 'ff_loop_filter_h_16_16_msa' argument 1 names different: declaration 'dst' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:2502:42: note: Function 'ff_loop_filter_h_16_16_msa' argument 1 names different: declaration 'dst' definition 'src'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:2502:57: style:inconclusive: Function 'ff_loop_filter_h_16_16_msa' argument 2 names different: declaration 'stride' definition 'pitch'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:139:57: note: Function 'ff_loop_filter_h_16_16_msa' argument 2 names different: declaration 'stride' definition 'pitch'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:2502:57: note: Function 'ff_loop_filter_h_16_16_msa' argument 2 names different: declaration 'stride' definition 'pitch'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:2503:41: style:inconclusive: Function 'ff_loop_filter_h_16_16_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:139:73: note: Function 'ff_loop_filter_h_16_16_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:2503:41: note: Function 'ff_loop_filter_h_16_16_msa' argument 3 names different: declaration 'e' definition 'b_limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:2504:41: style:inconclusive: Function 'ff_loop_filter_h_16_16_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:140:41: note: Function 'ff_loop_filter_h_16_16_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:2504:41: note: Function 'ff_loop_filter_h_16_16_msa' argument 4 names different: declaration 'i' definition 'limit_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:2505:41: style:inconclusive: Function 'ff_loop_filter_h_16_16_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:140:52: note: Function 'ff_loop_filter_h_16_16_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:2505:41: note: Function 'ff_loop_filter_h_16_16_msa' argument 5 names different: declaration 'h' definition 'thresh_ptr'. ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:404:13: style: Variable 'src' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:475:13: style: Variable 'src' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mips/vp9_lpf_msa.c:547:13: style: Variable 'src' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:1931:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2131:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2161:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3190:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3716:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:4613:12: style: Variable 'horiz5' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:4612:12: note: horiz5 is assigned ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:4613:12: note: horiz5 is overwritten ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5854:33: style:inconclusive: Function 'ff_copy_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:27:33: note: Function 'ff_copy_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5854:33: note: Function 'ff_copy_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5859:31: style:inconclusive: Function 'ff_copy_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:26:31: note: Function 'ff_copy_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5859:31: note: Function 'ff_copy_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5864:53: style:inconclusive: Function 'ff_horiz_mc_qpel_aver_src0_8width_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:31:53: note: Function 'ff_horiz_mc_qpel_aver_src0_8width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5864:53: note: Function 'ff_horiz_mc_qpel_aver_src0_8width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5871:54: style:inconclusive: Function 'ff_horiz_mc_qpel_aver_src0_16width_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:33:54: note: Function 'ff_horiz_mc_qpel_aver_src0_16width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5871:54: note: Function 'ff_horiz_mc_qpel_aver_src0_16width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5878:43: style:inconclusive: Function 'ff_horiz_mc_qpel_8width_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:35:43: note: Function 'ff_horiz_mc_qpel_8width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5878:43: note: Function 'ff_horiz_mc_qpel_8width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5884:44: style:inconclusive: Function 'ff_horiz_mc_qpel_16width_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:37:44: note: Function 'ff_horiz_mc_qpel_16width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5884:44: note: Function 'ff_horiz_mc_qpel_16width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5890:53: style:inconclusive: Function 'ff_horiz_mc_qpel_aver_src1_8width_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:39:53: note: Function 'ff_horiz_mc_qpel_aver_src1_8width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5890:53: note: Function 'ff_horiz_mc_qpel_aver_src1_8width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5897:54: style:inconclusive: Function 'ff_horiz_mc_qpel_aver_src1_16width_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:41:54: note: Function 'ff_horiz_mc_qpel_aver_src1_16width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5897:54: note: Function 'ff_horiz_mc_qpel_aver_src1_16width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5904:60: style:inconclusive: Function 'ff_horiz_mc_qpel_no_rnd_aver_src0_8width_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:43:60: note: Function 'ff_horiz_mc_qpel_no_rnd_aver_src0_8width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5904:60: note: Function 'ff_horiz_mc_qpel_no_rnd_aver_src0_8width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5911:61: style:inconclusive: Function 'ff_horiz_mc_qpel_no_rnd_aver_src0_16width_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:46:61: note: Function 'ff_horiz_mc_qpel_no_rnd_aver_src0_16width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5911:61: note: Function 'ff_horiz_mc_qpel_no_rnd_aver_src0_16width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5918:50: style:inconclusive: Function 'ff_horiz_mc_qpel_no_rnd_8width_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:49:50: note: Function 'ff_horiz_mc_qpel_no_rnd_8width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5918:50: note: Function 'ff_horiz_mc_qpel_no_rnd_8width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5924:51: style:inconclusive: Function 'ff_horiz_mc_qpel_no_rnd_16width_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:51:51: note: Function 'ff_horiz_mc_qpel_no_rnd_16width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5924:51: note: Function 'ff_horiz_mc_qpel_no_rnd_16width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5930:60: style:inconclusive: Function 'ff_horiz_mc_qpel_no_rnd_aver_src1_8width_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:53:60: note: Function 'ff_horiz_mc_qpel_no_rnd_aver_src1_8width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5930:60: note: Function 'ff_horiz_mc_qpel_no_rnd_aver_src1_8width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5937:61: style:inconclusive: Function 'ff_horiz_mc_qpel_no_rnd_aver_src1_16width_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:56:61: note: Function 'ff_horiz_mc_qpel_no_rnd_aver_src1_16width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5937:61: note: Function 'ff_horiz_mc_qpel_no_rnd_aver_src1_16width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5944:33: style:inconclusive: Function 'ff_avg_width8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:28:33: note: Function 'ff_avg_width8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5944:33: note: Function 'ff_avg_width8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5949:34: style:inconclusive: Function 'ff_avg_width16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:29:34: note: Function 'ff_avg_width16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5949:34: note: Function 'ff_avg_width16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5954:61: style:inconclusive: Function 'ff_horiz_mc_qpel_avg_dst_aver_src0_8width_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:59:61: note: Function 'ff_horiz_mc_qpel_avg_dst_aver_src0_8width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5954:61: note: Function 'ff_horiz_mc_qpel_avg_dst_aver_src0_8width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5961:62: style:inconclusive: Function 'ff_horiz_mc_qpel_avg_dst_aver_src0_16width_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:62:62: note: Function 'ff_horiz_mc_qpel_avg_dst_aver_src0_16width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5961:62: note: Function 'ff_horiz_mc_qpel_avg_dst_aver_src0_16width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5968:51: style:inconclusive: Function 'ff_horiz_mc_qpel_avg_dst_8width_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:65:51: note: Function 'ff_horiz_mc_qpel_avg_dst_8width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5968:51: note: Function 'ff_horiz_mc_qpel_avg_dst_8width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5974:52: style:inconclusive: Function 'ff_horiz_mc_qpel_avg_dst_16width_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:67:52: note: Function 'ff_horiz_mc_qpel_avg_dst_16width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5974:52: note: Function 'ff_horiz_mc_qpel_avg_dst_16width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5980:61: style:inconclusive: Function 'ff_horiz_mc_qpel_avg_dst_aver_src1_8width_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:69:61: note: Function 'ff_horiz_mc_qpel_avg_dst_aver_src1_8width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5980:61: note: Function 'ff_horiz_mc_qpel_avg_dst_aver_src1_8width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5987:62: style:inconclusive: Function 'ff_horiz_mc_qpel_avg_dst_aver_src1_16width_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:72:62: note: Function 'ff_horiz_mc_qpel_avg_dst_aver_src1_16width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5987:62: note: Function 'ff_horiz_mc_qpel_avg_dst_aver_src1_16width_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5995:49: style:inconclusive: Function 'ff_vert_mc_qpel_aver_src0_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:76:49: note: Function 'ff_vert_mc_qpel_aver_src0_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:5995:49: note: Function 'ff_vert_mc_qpel_aver_src0_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6001:51: style:inconclusive: Function 'ff_vert_mc_qpel_aver_src0_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:78:51: note: Function 'ff_vert_mc_qpel_aver_src0_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6001:51: note: Function 'ff_vert_mc_qpel_aver_src0_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6007:39: style:inconclusive: Function 'ff_vert_mc_qpel_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:80:39: note: Function 'ff_vert_mc_qpel_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6007:39: note: Function 'ff_vert_mc_qpel_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6013:41: style:inconclusive: Function 'ff_vert_mc_qpel_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:82:41: note: Function 'ff_vert_mc_qpel_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6013:41: note: Function 'ff_vert_mc_qpel_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6019:49: style:inconclusive: Function 'ff_vert_mc_qpel_aver_src1_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:84:49: note: Function 'ff_vert_mc_qpel_aver_src1_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6019:49: note: Function 'ff_vert_mc_qpel_aver_src1_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6025:51: style:inconclusive: Function 'ff_vert_mc_qpel_aver_src1_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:86:51: note: Function 'ff_vert_mc_qpel_aver_src1_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6025:51: note: Function 'ff_vert_mc_qpel_aver_src1_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6031:56: style:inconclusive: Function 'ff_vert_mc_qpel_no_rnd_aver_src0_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:88:56: note: Function 'ff_vert_mc_qpel_no_rnd_aver_src0_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6031:56: note: Function 'ff_vert_mc_qpel_no_rnd_aver_src0_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6038:58: style:inconclusive: Function 'ff_vert_mc_qpel_no_rnd_aver_src0_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:91:58: note: Function 'ff_vert_mc_qpel_no_rnd_aver_src0_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6038:58: note: Function 'ff_vert_mc_qpel_no_rnd_aver_src0_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6045:46: style:inconclusive: Function 'ff_vert_mc_qpel_no_rnd_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:94:46: note: Function 'ff_vert_mc_qpel_no_rnd_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6045:46: note: Function 'ff_vert_mc_qpel_no_rnd_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6051:48: style:inconclusive: Function 'ff_vert_mc_qpel_no_rnd_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:96:48: note: Function 'ff_vert_mc_qpel_no_rnd_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6051:48: note: Function 'ff_vert_mc_qpel_no_rnd_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6057:56: style:inconclusive: Function 'ff_vert_mc_qpel_no_rnd_aver_src1_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:98:56: note: Function 'ff_vert_mc_qpel_no_rnd_aver_src1_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6057:56: note: Function 'ff_vert_mc_qpel_no_rnd_aver_src1_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6064:58: style:inconclusive: Function 'ff_vert_mc_qpel_no_rnd_aver_src1_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:101:58: note: Function 'ff_vert_mc_qpel_no_rnd_aver_src1_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6064:58: note: Function 'ff_vert_mc_qpel_no_rnd_aver_src1_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6071:57: style:inconclusive: Function 'ff_vert_mc_qpel_avg_dst_aver_src0_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:104:57: note: Function 'ff_vert_mc_qpel_avg_dst_aver_src0_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6071:57: note: Function 'ff_vert_mc_qpel_avg_dst_aver_src0_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6078:59: style:inconclusive: Function 'ff_vert_mc_qpel_avg_dst_aver_src0_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:107:59: note: Function 'ff_vert_mc_qpel_avg_dst_aver_src0_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6078:59: note: Function 'ff_vert_mc_qpel_avg_dst_aver_src0_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6085:47: style:inconclusive: Function 'ff_vert_mc_qpel_avg_dst_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:110:47: note: Function 'ff_vert_mc_qpel_avg_dst_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6085:47: note: Function 'ff_vert_mc_qpel_avg_dst_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6091:49: style:inconclusive: Function 'ff_vert_mc_qpel_avg_dst_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:112:49: note: Function 'ff_vert_mc_qpel_avg_dst_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6091:49: note: Function 'ff_vert_mc_qpel_avg_dst_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6097:57: style:inconclusive: Function 'ff_vert_mc_qpel_avg_dst_aver_src1_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:114:57: note: Function 'ff_vert_mc_qpel_avg_dst_aver_src1_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6097:57: note: Function 'ff_vert_mc_qpel_avg_dst_aver_src1_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6104:59: style:inconclusive: Function 'ff_vert_mc_qpel_avg_dst_aver_src1_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:117:59: note: Function 'ff_vert_mc_qpel_avg_dst_aver_src1_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6104:59: note: Function 'ff_vert_mc_qpel_avg_dst_aver_src1_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6112:53: style:inconclusive: Function 'ff_hv_mc_qpel_aver_hv_src00_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:121:53: note: Function 'ff_hv_mc_qpel_aver_hv_src00_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6112:53: note: Function 'ff_hv_mc_qpel_aver_hv_src00_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6119:51: style:inconclusive: Function 'ff_hv_mc_qpel_aver_hv_src00_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:123:51: note: Function 'ff_hv_mc_qpel_aver_hv_src00_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6119:51: note: Function 'ff_hv_mc_qpel_aver_hv_src00_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6125:51: style:inconclusive: Function 'ff_hv_mc_qpel_aver_v_src0_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:125:51: note: Function 'ff_hv_mc_qpel_aver_v_src0_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6125:51: note: Function 'ff_hv_mc_qpel_aver_v_src0_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6131:49: style:inconclusive: Function 'ff_hv_mc_qpel_aver_v_src0_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:127:49: note: Function 'ff_hv_mc_qpel_aver_v_src0_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6131:49: note: Function 'ff_hv_mc_qpel_aver_v_src0_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6137:53: style:inconclusive: Function 'ff_hv_mc_qpel_aver_hv_src10_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:129:53: note: Function 'ff_hv_mc_qpel_aver_hv_src10_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6137:53: note: Function 'ff_hv_mc_qpel_aver_hv_src10_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6144:51: style:inconclusive: Function 'ff_hv_mc_qpel_aver_hv_src10_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:131:51: note: Function 'ff_hv_mc_qpel_aver_hv_src10_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6144:51: note: Function 'ff_hv_mc_qpel_aver_hv_src10_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6150:51: style:inconclusive: Function 'ff_hv_mc_qpel_aver_h_src0_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:133:51: note: Function 'ff_hv_mc_qpel_aver_h_src0_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6150:51: note: Function 'ff_hv_mc_qpel_aver_h_src0_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6156:49: style:inconclusive: Function 'ff_hv_mc_qpel_aver_h_src0_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:135:49: note: Function 'ff_hv_mc_qpel_aver_h_src0_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6156:49: note: Function 'ff_hv_mc_qpel_aver_h_src0_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6162:39: style:inconclusive: Function 'ff_hv_mc_qpel_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:137:39: note: Function 'ff_hv_mc_qpel_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6162:39: note: Function 'ff_hv_mc_qpel_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6168:37: style:inconclusive: Function 'ff_hv_mc_qpel_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:139:37: note: Function 'ff_hv_mc_qpel_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6168:37: note: Function 'ff_hv_mc_qpel_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6174:51: style:inconclusive: Function 'ff_hv_mc_qpel_aver_h_src1_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:140:51: note: Function 'ff_hv_mc_qpel_aver_h_src1_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6174:51: note: Function 'ff_hv_mc_qpel_aver_h_src1_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6180:49: style:inconclusive: Function 'ff_hv_mc_qpel_aver_h_src1_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:142:49: note: Function 'ff_hv_mc_qpel_aver_h_src1_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6180:49: note: Function 'ff_hv_mc_qpel_aver_h_src1_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6186:53: style:inconclusive: Function 'ff_hv_mc_qpel_aver_hv_src01_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:144:53: note: Function 'ff_hv_mc_qpel_aver_hv_src01_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6186:53: note: Function 'ff_hv_mc_qpel_aver_hv_src01_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6193:51: style:inconclusive: Function 'ff_hv_mc_qpel_aver_hv_src01_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:146:51: note: Function 'ff_hv_mc_qpel_aver_hv_src01_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6193:51: note: Function 'ff_hv_mc_qpel_aver_hv_src01_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6199:51: style:inconclusive: Function 'ff_hv_mc_qpel_aver_v_src1_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:148:51: note: Function 'ff_hv_mc_qpel_aver_v_src1_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6199:51: note: Function 'ff_hv_mc_qpel_aver_v_src1_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6205:49: style:inconclusive: Function 'ff_hv_mc_qpel_aver_v_src1_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:150:49: note: Function 'ff_hv_mc_qpel_aver_v_src1_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6205:49: note: Function 'ff_hv_mc_qpel_aver_v_src1_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6211:53: style:inconclusive: Function 'ff_hv_mc_qpel_aver_hv_src11_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:152:53: note: Function 'ff_hv_mc_qpel_aver_hv_src11_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6211:53: note: Function 'ff_hv_mc_qpel_aver_hv_src11_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6218:51: style:inconclusive: Function 'ff_hv_mc_qpel_aver_hv_src11_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:154:51: note: Function 'ff_hv_mc_qpel_aver_hv_src11_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6218:51: note: Function 'ff_hv_mc_qpel_aver_hv_src11_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6224:61: style:inconclusive: Function 'ff_hv_mc_qpel_avg_dst_aver_hv_src00_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:156:61: note: Function 'ff_hv_mc_qpel_avg_dst_aver_hv_src00_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6224:61: note: Function 'ff_hv_mc_qpel_avg_dst_aver_hv_src00_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6231:59: style:inconclusive: Function 'ff_hv_mc_qpel_avg_dst_aver_hv_src00_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:159:59: note: Function 'ff_hv_mc_qpel_avg_dst_aver_hv_src00_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6231:59: note: Function 'ff_hv_mc_qpel_avg_dst_aver_hv_src00_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6238:59: style:inconclusive: Function 'ff_hv_mc_qpel_avg_dst_aver_v_src0_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:162:59: note: Function 'ff_hv_mc_qpel_avg_dst_aver_v_src0_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6238:59: note: Function 'ff_hv_mc_qpel_avg_dst_aver_v_src0_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6245:57: style:inconclusive: Function 'ff_hv_mc_qpel_avg_dst_aver_v_src0_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:165:57: note: Function 'ff_hv_mc_qpel_avg_dst_aver_v_src0_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6245:57: note: Function 'ff_hv_mc_qpel_avg_dst_aver_v_src0_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6252:61: style:inconclusive: Function 'ff_hv_mc_qpel_avg_dst_aver_hv_src10_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:168:61: note: Function 'ff_hv_mc_qpel_avg_dst_aver_hv_src10_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6252:61: note: Function 'ff_hv_mc_qpel_avg_dst_aver_hv_src10_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6259:59: style:inconclusive: Function 'ff_hv_mc_qpel_avg_dst_aver_hv_src10_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:171:59: note: Function 'ff_hv_mc_qpel_avg_dst_aver_hv_src10_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6259:59: note: Function 'ff_hv_mc_qpel_avg_dst_aver_hv_src10_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6266:59: style:inconclusive: Function 'ff_hv_mc_qpel_avg_dst_aver_h_src0_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:174:59: note: Function 'ff_hv_mc_qpel_avg_dst_aver_h_src0_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6266:59: note: Function 'ff_hv_mc_qpel_avg_dst_aver_h_src0_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6273:57: style:inconclusive: Function 'ff_hv_mc_qpel_avg_dst_aver_h_src0_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:177:57: note: Function 'ff_hv_mc_qpel_avg_dst_aver_h_src0_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6273:57: note: Function 'ff_hv_mc_qpel_avg_dst_aver_h_src0_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6280:47: style:inconclusive: Function 'ff_hv_mc_qpel_avg_dst_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:180:47: note: Function 'ff_hv_mc_qpel_avg_dst_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6280:47: note: Function 'ff_hv_mc_qpel_avg_dst_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6286:45: style:inconclusive: Function 'ff_hv_mc_qpel_avg_dst_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:182:45: note: Function 'ff_hv_mc_qpel_avg_dst_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6286:45: note: Function 'ff_hv_mc_qpel_avg_dst_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6292:59: style:inconclusive: Function 'ff_hv_mc_qpel_avg_dst_aver_h_src1_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:184:59: note: Function 'ff_hv_mc_qpel_avg_dst_aver_h_src1_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6292:59: note: Function 'ff_hv_mc_qpel_avg_dst_aver_h_src1_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6299:57: style:inconclusive: Function 'ff_hv_mc_qpel_avg_dst_aver_h_src1_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:187:57: note: Function 'ff_hv_mc_qpel_avg_dst_aver_h_src1_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6299:57: note: Function 'ff_hv_mc_qpel_avg_dst_aver_h_src1_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6306:61: style:inconclusive: Function 'ff_hv_mc_qpel_avg_dst_aver_hv_src01_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:190:61: note: Function 'ff_hv_mc_qpel_avg_dst_aver_hv_src01_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6306:61: note: Function 'ff_hv_mc_qpel_avg_dst_aver_hv_src01_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6313:59: style:inconclusive: Function 'ff_hv_mc_qpel_avg_dst_aver_hv_src01_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:193:59: note: Function 'ff_hv_mc_qpel_avg_dst_aver_hv_src01_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6313:59: note: Function 'ff_hv_mc_qpel_avg_dst_aver_hv_src01_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6320:59: style:inconclusive: Function 'ff_hv_mc_qpel_avg_dst_aver_v_src1_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:196:59: note: Function 'ff_hv_mc_qpel_avg_dst_aver_v_src1_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6320:59: note: Function 'ff_hv_mc_qpel_avg_dst_aver_v_src1_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6327:57: style:inconclusive: Function 'ff_hv_mc_qpel_avg_dst_aver_v_src1_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:199:57: note: Function 'ff_hv_mc_qpel_avg_dst_aver_v_src1_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6327:57: note: Function 'ff_hv_mc_qpel_avg_dst_aver_v_src1_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6334:61: style:inconclusive: Function 'ff_hv_mc_qpel_avg_dst_aver_hv_src11_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:202:61: note: Function 'ff_hv_mc_qpel_avg_dst_aver_hv_src11_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6334:61: note: Function 'ff_hv_mc_qpel_avg_dst_aver_hv_src11_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6341:59: style:inconclusive: Function 'ff_hv_mc_qpel_avg_dst_aver_hv_src11_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:205:59: note: Function 'ff_hv_mc_qpel_avg_dst_aver_hv_src11_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6341:59: note: Function 'ff_hv_mc_qpel_avg_dst_aver_hv_src11_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6348:60: style:inconclusive: Function 'ff_hv_mc_qpel_no_rnd_aver_hv_src00_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:208:60: note: Function 'ff_hv_mc_qpel_no_rnd_aver_hv_src00_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6348:60: note: Function 'ff_hv_mc_qpel_no_rnd_aver_hv_src00_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6355:58: style:inconclusive: Function 'ff_hv_mc_qpel_no_rnd_aver_hv_src00_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:211:58: note: Function 'ff_hv_mc_qpel_no_rnd_aver_hv_src00_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6355:58: note: Function 'ff_hv_mc_qpel_no_rnd_aver_hv_src00_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6362:58: style:inconclusive: Function 'ff_hv_mc_qpel_no_rnd_aver_v_src0_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:214:58: note: Function 'ff_hv_mc_qpel_no_rnd_aver_v_src0_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6362:58: note: Function 'ff_hv_mc_qpel_no_rnd_aver_v_src0_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6369:56: style:inconclusive: Function 'ff_hv_mc_qpel_no_rnd_aver_v_src0_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:217:56: note: Function 'ff_hv_mc_qpel_no_rnd_aver_v_src0_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6369:56: note: Function 'ff_hv_mc_qpel_no_rnd_aver_v_src0_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6376:60: style:inconclusive: Function 'ff_hv_mc_qpel_no_rnd_aver_hv_src10_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:220:60: note: Function 'ff_hv_mc_qpel_no_rnd_aver_hv_src10_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6376:60: note: Function 'ff_hv_mc_qpel_no_rnd_aver_hv_src10_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6383:58: style:inconclusive: Function 'ff_hv_mc_qpel_no_rnd_aver_hv_src10_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:223:58: note: Function 'ff_hv_mc_qpel_no_rnd_aver_hv_src10_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6383:58: note: Function 'ff_hv_mc_qpel_no_rnd_aver_hv_src10_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6390:58: style:inconclusive: Function 'ff_hv_mc_qpel_no_rnd_aver_h_src0_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:226:58: note: Function 'ff_hv_mc_qpel_no_rnd_aver_h_src0_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6390:58: note: Function 'ff_hv_mc_qpel_no_rnd_aver_h_src0_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6397:56: style:inconclusive: Function 'ff_hv_mc_qpel_no_rnd_aver_h_src0_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:229:56: note: Function 'ff_hv_mc_qpel_no_rnd_aver_h_src0_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6397:56: note: Function 'ff_hv_mc_qpel_no_rnd_aver_h_src0_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6404:46: style:inconclusive: Function 'ff_hv_mc_qpel_no_rnd_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:232:46: note: Function 'ff_hv_mc_qpel_no_rnd_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6404:46: note: Function 'ff_hv_mc_qpel_no_rnd_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6410:44: style:inconclusive: Function 'ff_hv_mc_qpel_no_rnd_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:234:44: note: Function 'ff_hv_mc_qpel_no_rnd_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6410:44: note: Function 'ff_hv_mc_qpel_no_rnd_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6416:58: style:inconclusive: Function 'ff_hv_mc_qpel_no_rnd_aver_h_src1_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:236:58: note: Function 'ff_hv_mc_qpel_no_rnd_aver_h_src1_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6416:58: note: Function 'ff_hv_mc_qpel_no_rnd_aver_h_src1_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6423:56: style:inconclusive: Function 'ff_hv_mc_qpel_no_rnd_aver_h_src1_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:239:56: note: Function 'ff_hv_mc_qpel_no_rnd_aver_h_src1_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6423:56: note: Function 'ff_hv_mc_qpel_no_rnd_aver_h_src1_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6430:60: style:inconclusive: Function 'ff_hv_mc_qpel_no_rnd_aver_hv_src01_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:242:60: note: Function 'ff_hv_mc_qpel_no_rnd_aver_hv_src01_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6430:60: note: Function 'ff_hv_mc_qpel_no_rnd_aver_hv_src01_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6437:58: style:inconclusive: Function 'ff_hv_mc_qpel_no_rnd_aver_hv_src01_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:245:58: note: Function 'ff_hv_mc_qpel_no_rnd_aver_hv_src01_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6437:58: note: Function 'ff_hv_mc_qpel_no_rnd_aver_hv_src01_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6444:58: style:inconclusive: Function 'ff_hv_mc_qpel_no_rnd_aver_v_src1_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:248:58: note: Function 'ff_hv_mc_qpel_no_rnd_aver_v_src1_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6444:58: note: Function 'ff_hv_mc_qpel_no_rnd_aver_v_src1_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6451:56: style:inconclusive: Function 'ff_hv_mc_qpel_no_rnd_aver_v_src1_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:251:56: note: Function 'ff_hv_mc_qpel_no_rnd_aver_v_src1_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6451:56: note: Function 'ff_hv_mc_qpel_no_rnd_aver_v_src1_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6458:60: style:inconclusive: Function 'ff_hv_mc_qpel_no_rnd_aver_hv_src11_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:254:60: note: Function 'ff_hv_mc_qpel_no_rnd_aver_hv_src11_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6458:60: note: Function 'ff_hv_mc_qpel_no_rnd_aver_hv_src11_16x16_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6465:58: style:inconclusive: Function 'ff_hv_mc_qpel_no_rnd_aver_hv_src11_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/qpeldsp_mips.h:257:58: note: Function 'ff_hv_mc_qpel_no_rnd_aver_hv_src11_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/qpeldsp_msa.c:6465:58: note: Function 'ff_hv_mc_qpel_no_rnd_aver_hv_src11_8x8_msa' argument 1 names different: declaration 'dst' definition 'dest'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:1847:50: style:inconclusive: Function 'ff_put_bilin_4h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:111:1: note: Function 'ff_put_bilin_4h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:1847:50: note: Function 'ff_put_bilin_4h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:1848:56: style:inconclusive: Function 'ff_put_bilin_4h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:111:1: note: Function 'ff_put_bilin_4h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:1848:56: note: Function 'ff_put_bilin_4h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:1849:30: style:inconclusive: Function 'ff_put_bilin_4h_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:111:1: note: Function 'ff_put_bilin_4h_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:1849:30: note: Function 'ff_put_bilin_4h_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:1946:50: style:inconclusive: Function 'ff_put_bilin_8h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:110:1: note: Function 'ff_put_bilin_8h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:1946:50: note: Function 'ff_put_bilin_8h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:1947:56: style:inconclusive: Function 'ff_put_bilin_8h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:110:1: note: Function 'ff_put_bilin_8h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:1947:56: note: Function 'ff_put_bilin_8h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:1948:30: style:inconclusive: Function 'ff_put_bilin_8h_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:110:1: note: Function 'ff_put_bilin_8h_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:1948:30: note: Function 'ff_put_bilin_8h_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:1960:51: style:inconclusive: Function 'ff_put_bilin_16h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:109:1: note: Function 'ff_put_bilin_16h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:1960:51: note: Function 'ff_put_bilin_16h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:1961:57: style:inconclusive: Function 'ff_put_bilin_16h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:109:1: note: Function 'ff_put_bilin_16h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:1961:57: note: Function 'ff_put_bilin_16h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:1962:31: style:inconclusive: Function 'ff_put_bilin_16h_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:109:1: note: Function 'ff_put_bilin_16h_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:1962:31: note: Function 'ff_put_bilin_16h_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2027:51: style:inconclusive: Function 'ff_put_bilin_32h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:108:1: note: Function 'ff_put_bilin_32h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2027:51: note: Function 'ff_put_bilin_32h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2028:57: style:inconclusive: Function 'ff_put_bilin_32h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:108:1: note: Function 'ff_put_bilin_32h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2028:57: note: Function 'ff_put_bilin_32h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2029:31: style:inconclusive: Function 'ff_put_bilin_32h_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:108:1: note: Function 'ff_put_bilin_32h_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2029:31: note: Function 'ff_put_bilin_32h_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2074:51: style:inconclusive: Function 'ff_put_bilin_64h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:107:1: note: Function 'ff_put_bilin_64h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2074:51: note: Function 'ff_put_bilin_64h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2075:57: style:inconclusive: Function 'ff_put_bilin_64h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:107:1: note: Function 'ff_put_bilin_64h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2075:57: note: Function 'ff_put_bilin_64h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2076:31: style:inconclusive: Function 'ff_put_bilin_64h_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:107:1: note: Function 'ff_put_bilin_64h_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2076:31: note: Function 'ff_put_bilin_64h_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2177:50: style:inconclusive: Function 'ff_put_bilin_4v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:111:1: note: Function 'ff_put_bilin_4v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2177:50: note: Function 'ff_put_bilin_4v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2178:56: style:inconclusive: Function 'ff_put_bilin_4v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:111:1: note: Function 'ff_put_bilin_4v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2178:56: note: Function 'ff_put_bilin_4v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2179:30: style:inconclusive: Function 'ff_put_bilin_4v_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:111:1: note: Function 'ff_put_bilin_4v_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2179:30: note: Function 'ff_put_bilin_4v_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2259:50: style:inconclusive: Function 'ff_put_bilin_8v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:110:1: note: Function 'ff_put_bilin_8v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2259:50: note: Function 'ff_put_bilin_8v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2260:56: style:inconclusive: Function 'ff_put_bilin_8v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:110:1: note: Function 'ff_put_bilin_8v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2260:56: note: Function 'ff_put_bilin_8v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2261:30: style:inconclusive: Function 'ff_put_bilin_8v_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:110:1: note: Function 'ff_put_bilin_8v_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2261:30: note: Function 'ff_put_bilin_8v_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2273:51: style:inconclusive: Function 'ff_put_bilin_16v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:109:1: note: Function 'ff_put_bilin_16v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2273:51: note: Function 'ff_put_bilin_16v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2274:57: style:inconclusive: Function 'ff_put_bilin_16v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:109:1: note: Function 'ff_put_bilin_16v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2274:57: note: Function 'ff_put_bilin_16v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2275:31: style:inconclusive: Function 'ff_put_bilin_16v_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:109:1: note: Function 'ff_put_bilin_16v_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2275:31: note: Function 'ff_put_bilin_16v_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2327:51: style:inconclusive: Function 'ff_put_bilin_32v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:108:1: note: Function 'ff_put_bilin_32v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2327:51: note: Function 'ff_put_bilin_32v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2328:57: style:inconclusive: Function 'ff_put_bilin_32v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:108:1: note: Function 'ff_put_bilin_32v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2328:57: note: Function 'ff_put_bilin_32v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2329:31: style:inconclusive: Function 'ff_put_bilin_32v_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:108:1: note: Function 'ff_put_bilin_32v_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2329:31: note: Function 'ff_put_bilin_32v_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2405:51: style:inconclusive: Function 'ff_put_bilin_64v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:107:1: note: Function 'ff_put_bilin_64v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2405:51: note: Function 'ff_put_bilin_64v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2406:57: style:inconclusive: Function 'ff_put_bilin_64v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:107:1: note: Function 'ff_put_bilin_64v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2406:57: note: Function 'ff_put_bilin_64v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2407:31: style:inconclusive: Function 'ff_put_bilin_64v_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:107:1: note: Function 'ff_put_bilin_64v_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2407:31: note: Function 'ff_put_bilin_64v_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2565:51: style:inconclusive: Function 'ff_put_bilin_4hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:111:1: note: Function 'ff_put_bilin_4hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2565:51: note: Function 'ff_put_bilin_4hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2566:57: style:inconclusive: Function 'ff_put_bilin_4hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:111:1: note: Function 'ff_put_bilin_4hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2566:57: note: Function 'ff_put_bilin_4hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2567:31: style:inconclusive: Function 'ff_put_bilin_4hv_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:111:1: note: Function 'ff_put_bilin_4hv_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2567:31: note: Function 'ff_put_bilin_4hv_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2703:51: style:inconclusive: Function 'ff_put_bilin_8hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:110:1: note: Function 'ff_put_bilin_8hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2703:51: note: Function 'ff_put_bilin_8hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2704:57: style:inconclusive: Function 'ff_put_bilin_8hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:110:1: note: Function 'ff_put_bilin_8hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2704:57: note: Function 'ff_put_bilin_8hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2705:31: style:inconclusive: Function 'ff_put_bilin_8hv_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:110:1: note: Function 'ff_put_bilin_8hv_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2705:31: note: Function 'ff_put_bilin_8hv_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2719:52: style:inconclusive: Function 'ff_put_bilin_16hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:109:1: note: Function 'ff_put_bilin_16hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2719:52: note: Function 'ff_put_bilin_16hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2720:58: style:inconclusive: Function 'ff_put_bilin_16hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:109:1: note: Function 'ff_put_bilin_16hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2720:58: note: Function 'ff_put_bilin_16hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2721:32: style:inconclusive: Function 'ff_put_bilin_16hv_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:109:1: note: Function 'ff_put_bilin_16hv_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2721:32: note: Function 'ff_put_bilin_16hv_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2790:52: style:inconclusive: Function 'ff_put_bilin_32hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:108:1: note: Function 'ff_put_bilin_32hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2790:52: note: Function 'ff_put_bilin_32hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2791:58: style:inconclusive: Function 'ff_put_bilin_32hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:108:1: note: Function 'ff_put_bilin_32hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2791:58: note: Function 'ff_put_bilin_32hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2792:32: style:inconclusive: Function 'ff_put_bilin_32hv_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:108:1: note: Function 'ff_put_bilin_32hv_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2792:32: note: Function 'ff_put_bilin_32hv_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2804:52: style:inconclusive: Function 'ff_put_bilin_64hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:107:1: note: Function 'ff_put_bilin_64hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2804:52: note: Function 'ff_put_bilin_64hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2805:58: style:inconclusive: Function 'ff_put_bilin_64hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:107:1: note: Function 'ff_put_bilin_64hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2805:58: note: Function 'ff_put_bilin_64hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2806:32: style:inconclusive: Function 'ff_put_bilin_64hv_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:107:1: note: Function 'ff_put_bilin_64hv_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2806:32: note: Function 'ff_put_bilin_64hv_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2881:50: style:inconclusive: Function 'ff_avg_bilin_4h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:111:1: note: Function 'ff_avg_bilin_4h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2881:50: note: Function 'ff_avg_bilin_4h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2882:56: style:inconclusive: Function 'ff_avg_bilin_4h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:111:1: note: Function 'ff_avg_bilin_4h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2882:56: note: Function 'ff_avg_bilin_4h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2883:30: style:inconclusive: Function 'ff_avg_bilin_4h_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:111:1: note: Function 'ff_avg_bilin_4h_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2883:30: note: Function 'ff_avg_bilin_4h_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2996:50: style:inconclusive: Function 'ff_avg_bilin_8h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:110:1: note: Function 'ff_avg_bilin_8h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2996:50: note: Function 'ff_avg_bilin_8h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2997:56: style:inconclusive: Function 'ff_avg_bilin_8h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:110:1: note: Function 'ff_avg_bilin_8h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2997:56: note: Function 'ff_avg_bilin_8h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2998:30: style:inconclusive: Function 'ff_avg_bilin_8h_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:110:1: note: Function 'ff_avg_bilin_8h_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:2998:30: note: Function 'ff_avg_bilin_8h_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3011:51: style:inconclusive: Function 'ff_avg_bilin_16h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:109:1: note: Function 'ff_avg_bilin_16h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3011:51: note: Function 'ff_avg_bilin_16h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3012:57: style:inconclusive: Function 'ff_avg_bilin_16h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:109:1: note: Function 'ff_avg_bilin_16h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3012:57: note: Function 'ff_avg_bilin_16h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3013:31: style:inconclusive: Function 'ff_avg_bilin_16h_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:109:1: note: Function 'ff_avg_bilin_16h_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3013:31: note: Function 'ff_avg_bilin_16h_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3079:51: style:inconclusive: Function 'ff_avg_bilin_32h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:108:1: note: Function 'ff_avg_bilin_32h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3079:51: note: Function 'ff_avg_bilin_32h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3080:57: style:inconclusive: Function 'ff_avg_bilin_32h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:108:1: note: Function 'ff_avg_bilin_32h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3080:57: note: Function 'ff_avg_bilin_32h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3081:31: style:inconclusive: Function 'ff_avg_bilin_32h_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:108:1: note: Function 'ff_avg_bilin_32h_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3081:31: note: Function 'ff_avg_bilin_32h_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3129:51: style:inconclusive: Function 'ff_avg_bilin_64h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:107:1: note: Function 'ff_avg_bilin_64h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3129:51: note: Function 'ff_avg_bilin_64h_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3130:57: style:inconclusive: Function 'ff_avg_bilin_64h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:107:1: note: Function 'ff_avg_bilin_64h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3130:57: note: Function 'ff_avg_bilin_64h_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3131:31: style:inconclusive: Function 'ff_avg_bilin_64h_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:107:1: note: Function 'ff_avg_bilin_64h_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3131:31: note: Function 'ff_avg_bilin_64h_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3246:50: style:inconclusive: Function 'ff_avg_bilin_4v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:111:1: note: Function 'ff_avg_bilin_4v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3246:50: note: Function 'ff_avg_bilin_4v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3247:56: style:inconclusive: Function 'ff_avg_bilin_4v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:111:1: note: Function 'ff_avg_bilin_4v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3247:56: note: Function 'ff_avg_bilin_4v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3248:30: style:inconclusive: Function 'ff_avg_bilin_4v_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:111:1: note: Function 'ff_avg_bilin_4v_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3248:30: note: Function 'ff_avg_bilin_4v_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3345:50: style:inconclusive: Function 'ff_avg_bilin_8v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:110:1: note: Function 'ff_avg_bilin_8v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3345:50: note: Function 'ff_avg_bilin_8v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3346:56: style:inconclusive: Function 'ff_avg_bilin_8v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:110:1: note: Function 'ff_avg_bilin_8v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3346:56: note: Function 'ff_avg_bilin_8v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3347:30: style:inconclusive: Function 'ff_avg_bilin_8v_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:110:1: note: Function 'ff_avg_bilin_8v_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3347:30: note: Function 'ff_avg_bilin_8v_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3360:51: style:inconclusive: Function 'ff_avg_bilin_16v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:109:1: note: Function 'ff_avg_bilin_16v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3360:51: note: Function 'ff_avg_bilin_16v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3361:57: style:inconclusive: Function 'ff_avg_bilin_16v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:109:1: note: Function 'ff_avg_bilin_16v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3361:57: note: Function 'ff_avg_bilin_16v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3362:31: style:inconclusive: Function 'ff_avg_bilin_16v_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:109:1: note: Function 'ff_avg_bilin_16v_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3362:31: note: Function 'ff_avg_bilin_16v_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3414:51: style:inconclusive: Function 'ff_avg_bilin_32v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:108:1: note: Function 'ff_avg_bilin_32v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3414:51: note: Function 'ff_avg_bilin_32v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3415:57: style:inconclusive: Function 'ff_avg_bilin_32v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:108:1: note: Function 'ff_avg_bilin_32v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3415:57: note: Function 'ff_avg_bilin_32v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3416:31: style:inconclusive: Function 'ff_avg_bilin_32v_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:108:1: note: Function 'ff_avg_bilin_32v_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3416:31: note: Function 'ff_avg_bilin_32v_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3494:51: style:inconclusive: Function 'ff_avg_bilin_64v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:107:1: note: Function 'ff_avg_bilin_64v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3494:51: note: Function 'ff_avg_bilin_64v_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3495:57: style:inconclusive: Function 'ff_avg_bilin_64v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:107:1: note: Function 'ff_avg_bilin_64v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3495:57: note: Function 'ff_avg_bilin_64v_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3496:31: style:inconclusive: Function 'ff_avg_bilin_64v_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:107:1: note: Function 'ff_avg_bilin_64v_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3496:31: note: Function 'ff_avg_bilin_64v_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3677:51: style:inconclusive: Function 'ff_avg_bilin_4hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:111:1: note: Function 'ff_avg_bilin_4hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3677:51: note: Function 'ff_avg_bilin_4hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3678:57: style:inconclusive: Function 'ff_avg_bilin_4hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:111:1: note: Function 'ff_avg_bilin_4hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3678:57: note: Function 'ff_avg_bilin_4hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3679:31: style:inconclusive: Function 'ff_avg_bilin_4hv_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:111:1: note: Function 'ff_avg_bilin_4hv_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3679:31: note: Function 'ff_avg_bilin_4hv_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3805:51: style:inconclusive: Function 'ff_avg_bilin_8hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:110:1: note: Function 'ff_avg_bilin_8hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3805:51: note: Function 'ff_avg_bilin_8hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3806:57: style:inconclusive: Function 'ff_avg_bilin_8hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:110:1: note: Function 'ff_avg_bilin_8hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3806:57: note: Function 'ff_avg_bilin_8hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3807:31: style:inconclusive: Function 'ff_avg_bilin_8hv_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:110:1: note: Function 'ff_avg_bilin_8hv_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3807:31: note: Function 'ff_avg_bilin_8hv_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3823:52: style:inconclusive: Function 'ff_avg_bilin_16hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:109:1: note: Function 'ff_avg_bilin_16hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3823:52: note: Function 'ff_avg_bilin_16hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3824:58: style:inconclusive: Function 'ff_avg_bilin_16hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:109:1: note: Function 'ff_avg_bilin_16hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3824:58: note: Function 'ff_avg_bilin_16hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3825:32: style:inconclusive: Function 'ff_avg_bilin_16hv_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:109:1: note: Function 'ff_avg_bilin_16hv_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3825:32: note: Function 'ff_avg_bilin_16hv_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3894:52: style:inconclusive: Function 'ff_avg_bilin_32hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:108:1: note: Function 'ff_avg_bilin_32hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3894:52: note: Function 'ff_avg_bilin_32hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3895:58: style:inconclusive: Function 'ff_avg_bilin_32hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:108:1: note: Function 'ff_avg_bilin_32hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3895:58: note: Function 'ff_avg_bilin_32hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3896:32: style:inconclusive: Function 'ff_avg_bilin_32hv_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:108:1: note: Function 'ff_avg_bilin_32hv_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3896:32: note: Function 'ff_avg_bilin_32hv_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3908:52: style:inconclusive: Function 'ff_avg_bilin_64hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:107:1: note: Function 'ff_avg_bilin_64hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3908:52: note: Function 'ff_avg_bilin_64hv_msa' argument 2 names different: declaration 'dststride' definition 'dst_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3909:58: style:inconclusive: Function 'ff_avg_bilin_64hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:107:1: note: Function 'ff_avg_bilin_64hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3909:58: note: Function 'ff_avg_bilin_64hv_msa' argument 4 names different: declaration 'srcstride' definition 'src_stride'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3910:32: style:inconclusive: Function 'ff_avg_bilin_64hv_msa' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mips/vp9dsp_mips.h:107:1: note: Function 'ff_avg_bilin_64hv_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3910:32: note: Function 'ff_avg_bilin_64hv_msa' argument 5 names different: declaration 'h' definition 'height'. ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:1931:13: style: Variable 'src' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3968:13: style: Variable 'src' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mips/vp9_mc_msa.c:3970:13: style: Variable 'dst' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mjpegenc.c:381:54: style: Parameter 'block' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mjpegenc.c:424:54: style: Parameter 'block' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mjpegenc_common.c:72:25: style: The if condition is the same as the previous if condition [duplicateCondition] ffmpeg-5.0.1/libavcodec/mjpegenc_common.c:69:25: note: First condition ffmpeg-5.0.1/libavcodec/mjpegenc_common.c:72:25: note: Second condition ffmpeg-5.0.1/libavcodec/mjpegenc_common.c:62:35: style: Parameter 'hsample' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/mjpegenc_huffman.c:108:16: error: Uninitialized variable: i [uninitvar] ffmpeg-5.0.1/libavcodec/mjpegenc_huffman.c:103:11: style: Variable 'k' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mlp_parse.c:65:35: style: Variable 'extensions' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mlpdsp.c:104:37: style: Parameter 'ch_assign' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mlpdsp.c:105:36: style: Parameter 'output_shift' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mlpdsp.c:109:28: style: Variable 'out_ch' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mjpegdec.c:1161:17: warning: Redundant assignment of 'pred' to itself. [selfAssignment] ffmpeg-5.0.1/libavcodec/mjpegdec.c:2848:13: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mjpegdec.c:2405:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mjpegdec.c:2848:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/mjpegdec.c:219:75: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/mlpdec.c:382:28: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress] ffmpeg-5.0.1/libavcodec/mjpegdec.c:856:44: style: Parameter 'quant_matrix' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mlpdec.c:628:32: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress] ffmpeg-5.0.1/libavcodec/mjpegdec.c:874:47: style: Parameter 'quant_matrix' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mlpdec.c:890:40: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress] ffmpeg-5.0.1/libavcodec/mjpegdec.c:973:60: style: Parameter 'quant_matrix' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mjpegdec.c:835:38: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/mjpegdec.c:900:42: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/mjpegdec.c:242:13: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mjpegdec.c:1119:43: style: Variable 'topleft[i]' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mjpegdec.c:1139:49: style: Variable 'topleft[i]' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mlz.c:35:37: style:inconclusive: Function 'ff_mlz_flush_dict' argument 1 names different: declaration 'dict' definition 'mlz'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mlz.h:64:29: note: Function 'ff_mlz_flush_dict' argument 1 names different: declaration 'dict' definition 'mlz'. ffmpeg-5.0.1/libavcodec/mlz.c:35:37: note: Function 'ff_mlz_flush_dict' argument 1 names different: declaration 'dict' definition 'mlz'. ffmpeg-5.0.1/libavcodec/mlz.c:128:17: style: Variable 'string_code' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mlpenc.c:1453:53: style: Variable 'mp->coeff[0][2]' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/mlpenc.c:1453:25: note: mp->coeff[0][2] is assigned ffmpeg-5.0.1/libavcodec/mlpenc.c:1453:53: note: mp->coeff[0][2] is overwritten ffmpeg-5.0.1/libavcodec/mlpenc.c:1455:53: style: Variable 'mp->forco[0][2]' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/mlpenc.c:1455:25: note: mp->forco[0][2] is assigned ffmpeg-5.0.1/libavcodec/mlpenc.c:1455:53: note: mp->forco[0][2] is overwritten ffmpeg-5.0.1/libavcodec/mlpenc.c:1461:53: style: Variable 'mp->coeff[0][2]' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/mlpenc.c:1461:25: note: mp->coeff[0][2] is assigned ffmpeg-5.0.1/libavcodec/mlpenc.c:1461:53: note: mp->coeff[0][2] is overwritten ffmpeg-5.0.1/libavcodec/mlpenc.c:1463:53: style: Variable 'mp->forco[0][2]' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/mlpenc.c:1463:25: note: mp->forco[0][2] is assigned ffmpeg-5.0.1/libavcodec/mlpenc.c:1463:53: note: mp->forco[0][2] is overwritten ffmpeg-5.0.1/libavcodec/mlpenc.c:1099:42: style: Parameter 'substream_data_len' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/mlpenc.c:1284:82: style: Parameter 'fcoeff' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mlpenc.c:989:23: error: Uninitialized variable: sign_huff_offset [uninitvar] ffmpeg-5.0.1/libavcodec/mlpenc.c:968:48: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/mlpenc.c:989:23: note: Uninitialized variable: sign_huff_offset ffmpeg-5.0.1/libavcodec/mlpenc.c:193:21: style: struct member 'MLPEncodeContext::seq_index' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/mlpenc.c:1821:28: style: Variable 'sample_buffer' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mmaldec.c:654:19: style: Variable 'frame->width' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/mmaldec.c:653:19: note: frame->width is assigned ffmpeg-5.0.1/libavcodec/mmaldec.c:654:19: note: frame->width is overwritten ffmpeg-5.0.1/libavcodec/mmaldec.c:168:24: style: Local variable 'buffer' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mmaldec.c:154:27: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mmaldec.c:168:24: note: Shadow variable ffmpeg-5.0.1/libavcodec/mobiclip.c:939:13: style: Local variable 'x' shadows outer argument [shadowArgument] ffmpeg-5.0.1/libavcodec/mobiclip.c:928:54: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mobiclip.c:939:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/motion_est_template.c:646:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] ffmpeg-5.0.1/libavcodec/motion_est_template.c:108:13: style: Redundant initialization for 'd'. The initialized value is overwritten before it is read. [redundantInitialization] ffmpeg-5.0.1/libavcodec/motion_est_template.c:84:14: note: d is initialized ffmpeg-5.0.1/libavcodec/motion_est_template.c:108:13: note: d is overwritten ffmpeg-5.0.1/libavcodec/motionpixels_tablegen.h:41:73: error: Null pointer dereference: cm [nullPointer] ffmpeg-5.0.1/libavcodec/motionpixels_tablegen.h:34:37: note: Assignment 'cm=((uint8_t*)NULL)+0', assigned value is 0 ffmpeg-5.0.1/libavcodec/motionpixels_tablegen.h:41:73: note: Null pointer dereference ffmpeg-5.0.1/libavcodec/motion_est_template.c:524:17: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/motion_est_template.c:525:17: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/motion_est_template.c:254:19: style: Local variable 'c' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/motion_est_template.c:212:30: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/motion_est_template.c:254:19: note: Shadow variable ffmpeg-5.0.1/libavcodec/motion_est_template.c:272:25: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/motion_est_template.c:248:13: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/motion_est_template.c:272:25: note: Shadow variable ffmpeg-5.0.1/libavcodec/motion_est_template.c:321:25: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/motion_est_template.c:248:13: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/motion_est_template.c:321:25: note: Shadow variable ffmpeg-5.0.1/libavcodec/motion_est_template.c:646:5: style: Variable 'dmin' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/movtextdec.c:340:78: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavcodec/mpc8.c:310:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/mpeg12.c:241:48: style: Parameter 'scantable' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mpeg12.c:281:34: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/mpeg12.c:282:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/mpeg12dec.c:669:17: style: Local variable 'mb_type' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mpeg12dec.c:655:28: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mpeg12dec.c:669:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/mpeg12dec.c:1870:21: style: Local variable 'left' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mpeg12dec.c:1861:17: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mpeg12dec.c:1870:21: note: Shadow variable ffmpeg-5.0.1/libavcodec/mpeg12dec.c:2146:17: style: Local variable 'j' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mpeg12dec.c:2099:15: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mpeg12dec.c:2146:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/mpeg12dec.c:2615:25: style: Local variable 'ret' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mpeg12dec.c:2475:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mpeg12dec.c:2615:25: note: Shadow variable ffmpeg-5.0.1/libavcodec/mpeg12dec.c:2813:17: style: Local variable 'ret' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mpeg12dec.c:2804:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mpeg12dec.c:2813:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/mpeg12dec.c:178:34: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/mpeg12dec.c:179:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/mpeg12dec.c:267:34: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/mpeg12dec.c:268:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/mpeg12dec.c:360:34: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/mpeg12dec.c:361:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/mpeg12dec.c:438:30: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/mpeg12dec.c:439:21: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/mpeg12dec.c:525:34: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/mpeg12dec.c:526:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/mpeg12dec.c:606:34: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/mpeg12dec.c:607:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/motion_est.c:440:17: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/motion_est.c:446:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/motion_est.c:448:17: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/motion_est.c:452:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/motion_est.c:463:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/motion_est.c:469:17: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/motion_est.c:470:17: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/motion_est.c:477:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/motion_est.c:1402:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/motion_est.c:691:13: style: Local variable 'mx' shadows outer argument [shadowArgument] ffmpeg-5.0.1/libavcodec/motion_est.c:571:58: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/motion_est.c:691:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/motion_est.c:691:17: style: Local variable 'my' shadows outer argument [shadowArgument] ffmpeg-5.0.1/libavcodec/motion_est.c:571:66: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/motion_est.c:691:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/motion_est.c:83:59: style: Parameter 'src' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/motion_est.c:83:76: style: Parameter 'ref' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/motion_est.c:83:93: style: Parameter 'ref2' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/motion_est.c:1699:51: style: Parameter 'field_select_table' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/motion_est_template.c:707:21: error: Signed integer overflow for expression '-(1<<(2*11))'. [integerOverflow] ffmpeg-5.0.1/libavcodec/mpeg4videodec.c:2921:24: warning: Invalid test for overflow 's->pp_time<=s->pp_time-s->pb_time'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always false. [invalidTestForOverflow] ffmpeg-5.0.1/libavcodec/mpeg4videodec.c:1884:26: style: Condition 'group>=1' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/mpeg4videodec.c:1881:19: note: Assuming that condition 'group==0' is not redundant ffmpeg-5.0.1/libavcodec/mpeg4videodec.c:1884:26: note: Condition 'group>=1' is always true ffmpeg-5.0.1/libavcodec/mpeg4videodec.c:2922:24: style: Checking if unsigned expression 's->pp_time' is less than zero. [unsignedLessThanZero] ffmpeg-5.0.1/libavcodec/mpeg4videodec.c:857:38: style: Local variable 'mot_val' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mpeg4videodec.c:748:32: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mpeg4videodec.c:857:38: note: Shadow variable ffmpeg-5.0.1/libavcodec/mpeg4videodec.c:1160:38: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/mpeg4videodec.c:1255:46: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/mpeg4videodec.c:1264:42: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/mpeg4videodec.c:1270:34: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/mpeg4videodec.c:1296:20: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/mpeg4videodec.c:1916:29: warning: Expression '-1' has a negative value. That is converted to an unsigned value and used in an unsigned calculation. [signConversion] ffmpeg-5.0.1/libavcodec/mpeg4videodec.c:1819:60: style: Variable 'group' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mpeg4videodec.c:1819:69: style: Variable 'run' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mpeg4videoenc.c:640:25: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mpeg4videoenc.c:487:13: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mpeg4videoenc.c:640:25: note: Shadow variable ffmpeg-5.0.1/libavcodec/mpeg4videoenc.c:67:64: style: Parameter 'scantable' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/mpeg4videoenc.c:66:61: style: Parameter 'block' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/mpeg4videoenc.c:285:48: style: Parameter 'block' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mpeg4videoenc.c:286:48: style: Parameter 'scan_table' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mpeg4videoenc.c:346:44: style: Parameter 'block' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mpeg4videoenc.c:347:58: style: Parameter 'scan_table' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mpegaudiodecheader.c:120:96: style:inconclusive: Function 'ff_mpa_decode_header' argument 5 names different: declaration 'bitrate' definition 'bit_rate'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mpegaudiodecheader.h:59:63: note: Function 'ff_mpa_decode_header' argument 5 names different: declaration 'bitrate' definition 'bit_rate'. ffmpeg-5.0.1/libavcodec/mpegaudiodecheader.c:120:96: note: Function 'ff_mpa_decode_header' argument 5 names different: declaration 'bitrate' definition 'bit_rate'. ffmpeg-5.0.1/libavcodec/mpegaudiodec_template.c:1137:16: portability: Casting from float * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] ffmpeg-5.0.1/libavcodec/mpegaudiodec_template.c:873:17: style: Local variable 'pos' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mpegaudiodec_template.c:845:13: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mpegaudiodec_template.c:873:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/mpegaudiodec_template.c:322:48: style: Parameter 'in' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mpegaudiodec_template.c:197:15: warning: Shifting 32-bit value by 4294967295 bits is undefined behaviour. See condition at line 560. [shiftTooManyBits] ffmpeg-5.0.1/libavcodec/mpegaudiodec_template.c:560:34: note: Assuming that condition 'bits<0' is not redundant ffmpeg-5.0.1/libavcodec/mpegaudiodec_template.c:576:53: note: Calling function 'l1_unscale', 1st argument 'bits-1' value is -1 ffmpeg-5.0.1/libavcodec/mpegaudiodec_template.c:197:15: note: Shift ffmpeg-5.0.1/libavcodec/mpegaudiodec_template.c:197:15: warning: Expression 'n' can have a negative value. That is converted to an unsigned value and used in an unsigned calculation. [signConversionCond] ffmpeg-5.0.1/libavcodec/mpegaudiodec_template.c:560:34: note: Assuming that condition 'bits<0' is not redundant ffmpeg-5.0.1/libavcodec/mpegaudiodec_template.c:576:53: note: Calling function 'l1_unscale', 1st argument 'bits-1' value is -1 ffmpeg-5.0.1/libavcodec/mpegaudiodec_template.c:197:15: note: Negative value is converted to an unsigned value ffmpeg-5.0.1/libavcodec/mpegaudiodec_template.c:750:36: style: Parameter 'exponents' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mpegaudiodsp_template.c:274:77: style: Parameter 'win' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mpegaudioenc_template.c:415:54: warning: Either the condition 'index<=63' is redundant or the array 's->scale_factor_table[64]' is accessed at index 64, which is out of bounds. [arrayIndexOutOfBoundsCond] ffmpeg-5.0.1/libavcodec/mpegaudioenc_template.c:417:43: note: Assuming that condition 'index<=63' is not redundant ffmpeg-5.0.1/libavcodec/mpegaudioenc_template.c:415:54: note: Array index out of bounds ffmpeg-5.0.1/libavcodec/mpegaudioenc_template.c:150:13: style: Local variable 'v' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mpegaudioenc_template.c:83:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mpegaudioenc_template.c:150:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/mpegaudiodec_template.c:80:14: style: struct member 'MPADecodeContext::free_format_next_header' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/mpegaudiodec_template.c:93:12: style: struct member 'MPADecodeContext::butterflies_float' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/mpegpicture.c:295:60: style:inconclusive: Function 'ff_mpeg_unref_picture' argument 2 names different: declaration 'picture' definition 'pic'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mpegpicture.h:108:60: note: Function 'ff_mpeg_unref_picture' argument 2 names different: declaration 'picture' definition 'pic'. ffmpeg-5.0.1/libavcodec/mpegpicture.c:295:60: note: Function 'ff_mpeg_unref_picture' argument 2 names different: declaration 'picture' definition 'pic'. ffmpeg-5.0.1/libavcodec/mpegutils.c:104:36: style: Parameter 'mbtype_table' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mpegvideo.c:785:22: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mpegvideo.c:712:34: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mpegvideo.c:785:22: note: Shadow variable ffmpeg-5.0.1/libavcodec/mpegvideo.c:805:18: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mpegvideo.c:712:34: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mpegvideo.c:805:18: note: Shadow variable ffmpeg-5.0.1/libavcodec/mpegvideo.c:1390:13: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mpegvideo.c:1202:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mpegvideo.c:1390:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/mpegvideo.c:2179:25: style: Local variable 'linesize' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mpegvideo.c:2011:19: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mpegvideo.c:2179:25: note: Shadow variable ffmpeg-5.0.1/libavcodec/mpegvideo.c:2193:25: style: Local variable 'linesize' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mpegvideo.c:2011:19: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mpegvideo.c:2193:25: note: Shadow variable ffmpeg-5.0.1/libavcodec/mpegvideo.c:2179:25: style: Variable 'linesize' can be declared as const array [constVariable] ffmpeg-5.0.1/libavcodec/mpegvideo.c:2193:25: style: Variable 'linesize' can be declared as const array [constVariable] ffmpeg-5.0.1/libavcodec/mpegvideodsp.c:47:38: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mpegvideoencdsp.c:31:35: style: Parameter 'rem' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/mpegvideoencdsp.c:32:35: style: Parameter 'basis' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/mpegvideoencdsp.c:31:52: style: Parameter 'weight' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/mpegvideoencdsp.c:50:53: style: Parameter 'basis' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:1252:24: style: Condition 'ret<0' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:1249:17: note: Assuming that condition 'ret>=0' is not redundant ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:1252:24: note: Condition 'ret<0' is always true ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:1264:28: error: Shifting by a negative value is undefined behaviour [shiftNegative] ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:1265:28: error: Shifting by a negative value is undefined behaviour [shiftNegative] ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:1713:42: style:inconclusive: Function 'ff_mpv_encode_picture' argument 3 names different: declaration 'frame' definition 'pic_arg'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mpegvideo.h:708:42: note: Function 'ff_mpv_encode_picture' argument 3 names different: declaration 'frame' definition 'pic_arg'. ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:1713:42: note: Function 'ff_mpv_encode_picture' argument 3 names different: declaration 'frame' definition 'pic_arg'. ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:1546:17: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:1408:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:1546:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:1786:25: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:1716:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:1786:25: note: Shadow variable ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:3703:22: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:3512:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:3703:22: note: Shadow variable ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:4450:21: style: Local variable 'j' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:4433:17: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:4450:21: note: Shadow variable ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:1001:29: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:2037:57: style: Parameter 'ptr' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:2521:42: style: Parameter 'pb' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:2521:63: style: Parameter 'pb2' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:2521:85: style: Parameter 'tex_pb' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:4135:34: style: Parameter 'perm' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:4155:67: style: Parameter 'orig' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:4481:48: style: Parameter 'permutation' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:3937:32: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:2715:31: error: Uninitialized variable: pred_x [uninitvar] ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:2709:9: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:2715:31: note: Uninitialized variable: pred_x ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:2716:31: error: Uninitialized variable: pred_y [uninitvar] ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:2709:9: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:2716:31: note: Uninitialized variable: pred_y ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:1050:35: style: Variable 'display_picture_number' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mpegvideo_enc.c:1269:13: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/msmpeg4.c:269:17: style: Local variable 'wrap' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/msmpeg4.c:205:18: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/msmpeg4.c:269:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/msmpeg4.c:188:28: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/msmpeg4dec.c:772:38: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/msmpeg4dec.c:781:34: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/msmpeg4dec.c:786:30: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/msrle.c:111:18: style: Local variable 'buf' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/msrle.c:88:20: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/msrle.c:111:18: note: Shadow variable ffmpeg-5.0.1/libavcodec/mss1.c:95:51: style: Parameter 'probs' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mss12.c:542:40: style:inconclusive: Function 'ff_mss12_decode_rect' argument 1 names different: declaration 'ctx' definition 'sc'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mss12.h:96:40: note: Function 'ff_mss12_decode_rect' argument 1 names different: declaration 'ctx' definition 'sc'. ffmpeg-5.0.1/libavcodec/mss12.c:542:40: note: Function 'ff_mss12_decode_rect' argument 1 names different: declaration 'ctx' definition 'sc'. ffmpeg-5.0.1/libavcodec/mss12.c:692:47: style:inconclusive: Function 'ff_mss12_decode_end' argument 1 names different: declaration 'ctx' definition 'c'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/mss12.h:102:39: note: Function 'ff_mss12_decode_end' argument 1 names different: declaration 'ctx' definition 'c'. ffmpeg-5.0.1/libavcodec/mss12.c:692:47: note: Function 'ff_mss12_decode_end' argument 1 names different: declaration 'ctx' definition 'c'. ffmpeg-5.0.1/libavcodec/mss12.c:160:51: style: Parameter 'ngb' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mss3.c:180:25: error: Division by zero. [zerodiv] ffmpeg-5.0.1/libavcodec/mss3.c:174:25: note: Assignment 'm->tot_weight=0', assigned value is 0 ffmpeg-5.0.1/libavcodec/mss3.c:175:23: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/mss3.c:180:25: note: Division by zero ffmpeg-5.0.1/libavcodec/mss2.c:114:52: style: Parameter 'probs' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mss2.c:488:56: style: Variable 'av_uninit' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mss4.c:166:54: style: Parameter 'quant_mat' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mss4.c:267:64: style: Parameter 'sel_flag' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mss4.c:268:45: style: Parameter 'prev' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mss4.c:293:70: style: Parameter 'vec' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mss4.c:318:45: style: Parameter 'picdst' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/mv30.c:296:63: style: Parameter 'qtab' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mv30.c:337:63: style: Parameter 'qtab' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mvcdec.c:100:13: style: Variable 'dst' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/mvcdec.c:99:13: note: dst is assigned ffmpeg-5.0.1/libavcodec/mvcdec.c:100:13: note: dst is overwritten ffmpeg-5.0.1/libavcodec/mvcdec.c:101:13: style: Variable 'dst' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/mvcdec.c:100:13: note: dst is assigned ffmpeg-5.0.1/libavcodec/mvcdec.c:101:13: note: dst is overwritten ffmpeg-5.0.1/libavcodec/mvcdec.c:102:13: style: Variable 'dst' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/mvcdec.c:101:13: note: dst is assigned ffmpeg-5.0.1/libavcodec/mvcdec.c:102:13: note: dst is overwritten ffmpeg-5.0.1/libavcodec/mvcdec.c:200:21: style: Variable 'dst' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/mvcdec.c:200:21: note: dst is assigned ffmpeg-5.0.1/libavcodec/mvcdec.c:200:21: note: dst is overwritten ffmpeg-5.0.1/libavcodec/mvcdec.c:210:17: style: Variable 'dst' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/mvcdec.c:210:17: note: dst is assigned ffmpeg-5.0.1/libavcodec/mvcdec.c:210:17: note: dst is overwritten ffmpeg-5.0.1/libavcodec/mvcdec.c:102:13: style: Variable 'dst' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mvcdec.c:200:21: style: Variable 'dst' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/mvcdec.c:210:17: style: Variable 'dst' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/nellymoser.c:93:28: style: Parameter 'buf' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/mxpegdec.c:170:43: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavcodec/mxpegdec.c:326:13: style: Local variable 'ret' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/mxpegdec.c:194:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mxpegdec.c:326:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/nuv.c:194:18: style: Condition 'buf_size<12' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/nuv.c:176:18: note: Assuming that condition 'buf_size<12' is not redundant ffmpeg-5.0.1/libavcodec/nuv.c:182:23: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/nuv.c:194:18: note: Condition 'buf_size<12' is always false ffmpeg-5.0.1/libavcodec/nuv.c:183:13: style: Local variable 'ret' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/nuv.c:162:19: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/nuv.c:183:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/nvdec_av1.c:54:19: style: Variable 'remap_lr_type' can be declared as const array [constVariable] ffmpeg-5.0.1/libavcodec/omx.c:512:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/omx.c:495:9: note: err is assigned ffmpeg-5.0.1/libavcodec/omx.c:512:9: note: err is overwritten ffmpeg-5.0.1/libavcodec/omx.c:153:13: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/omx.c:167:23: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/options.c:156:44: style:inconclusive: Function 'avcodec_free_context' argument 1 names different: declaration 'avctx' definition 'pavctx'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/avcodec.h:2332:44: note: Function 'avcodec_free_context' argument 1 names different: declaration 'avctx' definition 'pavctx'. ffmpeg-5.0.1/libavcodec/options.c:156:44: note: Function 'avcodec_free_context' argument 1 names different: declaration 'avctx' definition 'pavctx'. ffmpeg-5.0.1/libavcodec/options.c:48:48: style: Parameter 'prev' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/on2avc.c:415:32: style: Parameter 's0' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/on2avc.c:415:43: style: Parameter 's1' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/on2avc.c:415:54: style: Parameter 's2' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/on2avc.c:415:65: style: Parameter 's3' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/on2avc.c:827:18: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/opus_celt.c:321:46: style:inconclusive: Function 'ff_celt_decode_frame' argument 4 names different: declaration 'coded_channels' definition 'channels'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/opus_celt.h:170:30: note: Function 'ff_celt_decode_frame' argument 4 names different: declaration 'coded_channels' definition 'channels'. ffmpeg-5.0.1/libavcodec/opus_celt.c:321:46: note: Function 'ff_celt_decode_frame' argument 4 names different: declaration 'coded_channels' definition 'channels'. ffmpeg-5.0.1/libavcodec/opus_celt.c:322:30: style:inconclusive: Function 'ff_celt_decode_frame' argument 6 names different: declaration 'startband' definition 'start_band'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/opus_celt.h:170:66: note: Function 'ff_celt_decode_frame' argument 6 names different: declaration 'startband' definition 'start_band'. ffmpeg-5.0.1/libavcodec/opus_celt.c:322:30: note: Function 'ff_celt_decode_frame' argument 6 names different: declaration 'startband' definition 'start_band'. ffmpeg-5.0.1/libavcodec/opus_celt.c:322:47: style:inconclusive: Function 'ff_celt_decode_frame' argument 7 names different: declaration 'endband' definition 'end_band'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/opus_celt.h:170:81: note: Function 'ff_celt_decode_frame' argument 7 names different: declaration 'endband' definition 'end_band'. ffmpeg-5.0.1/libavcodec/opus_celt.c:322:47: note: Function 'ff_celt_decode_frame' argument 7 names different: declaration 'endband' definition 'end_band'. ffmpeg-5.0.1/libavcodec/opus.c:93:30: style:inconclusive: Function 'ff_opus_parse_packet' argument 4 names different: declaration 'self_delimited' definition 'self_delimiting'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/opus.h:178:30: note: Function 'ff_opus_parse_packet' argument 4 names different: declaration 'self_delimited' definition 'self_delimiting'. ffmpeg-5.0.1/libavcodec/opus.c:93:30: note: Function 'ff_opus_parse_packet' argument 4 names different: declaration 'self_delimited' definition 'self_delimiting'. ffmpeg-5.0.1/libavcodec/opus_parser.c:88:29: style: Variable 'i' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/opus_silk.c:79:26: style: Condition 'pass==20' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/opus_silk.c:68:25: note: Assuming that condition 'pass<20' is not redundant ffmpeg-5.0.1/libavcodec/opus_silk.c:79:26: note: Condition 'pass==20' is always false ffmpeg-5.0.1/libavcodec/opus_silk.c:365:30: error: Uninitialized variable: lsf_res [uninitvar] ffmpeg-5.0.1/libavcodec/opus_silk.c:331:27: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/opus_silk.c:365:30: note: Uninitialized variable: lsf_res ffmpeg-5.0.1/libavcodec/opusdsp.c:21:58: style: Parameter 'gains' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/opusdsp.c:44:44: style: Parameter 'x' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/opusdec.c:131:36: portability:inconclusive: Casting from const float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] ffmpeg-5.0.1/libavcodec/opusdec.c:534:20: style: Local variable 'buf' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/opusdec.c:419:20: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/opusdec.c:534:20: note: Shadow variable ffmpeg-5.0.1/libavcodec/pafvideo.c:375:20: style: Local variable 'code' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/pafvideo.c:274:13: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/pafvideo.c:375:20: note: Shadow variable ffmpeg-5.0.1/libavcodec/opus_pvq.c:393:45: style:inconclusive: Boolean expression 'y[i]==0' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavcodec/opus_pvq.c:604:17: style: The if condition is the same as the previous if condition [duplicateCondition] ffmpeg-5.0.1/libavcodec/opus_pvq.c:600:17: note: First condition ffmpeg-5.0.1/libavcodec/opus_pvq.c:604:17: note: Second condition ffmpeg-5.0.1/libavcodec/opus_pvq.c:461:54: style: Parameter 'Y' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/opus_pvq.c:494:14: style: Variable 'imid' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/opus_pvq.c:494:25: style: Variable 'iside' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/opus_pvq.c:502:25: style: Variable 'side' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/pcm-dvdenc.c:62:34: style: Variable 'avctx->bits_per_coded_sample' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/pcm-dvdenc.c:53:38: note: avctx->bits_per_coded_sample is assigned ffmpeg-5.0.1/libavcodec/pcm-dvdenc.c:62:34: note: avctx->bits_per_coded_sample is overwritten ffmpeg-5.0.1/libavcodec/pcm-dvdenc.c:62:34: style: Variable 'avctx->bits_per_coded_sample' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/pcm-dvdenc.c:57:38: note: avctx->bits_per_coded_sample is assigned ffmpeg-5.0.1/libavcodec/pcm-dvdenc.c:62:34: note: avctx->bits_per_coded_sample is overwritten ffmpeg-5.0.1/libavcodec/pcx.c:177:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/pcx.c:195:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/pgssubdec.c:333:28: style: Variable 'cm' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/pgssubdec.c:336:18: style: Unused variable: r_add [unusedVariable] ffmpeg-5.0.1/libavcodec/pgssubdec.c:336:25: style: Unused variable: g_add [unusedVariable] ffmpeg-5.0.1/libavcodec/pgssubdec.c:336:32: style: Unused variable: b_add [unusedVariable] ffmpeg-5.0.1/libavcodec/photocd.c:150:24: style: Local variable 'src1' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/photocd.c:145:20: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/photocd.c:150:24: note: Shadow variable ffmpeg-5.0.1/libavcodec/photocd.c:151:18: style: Local variable 'dst' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/photocd.c:146:14: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/photocd.c:151:18: note: Shadow variable ffmpeg-5.0.1/libavcodec/pixlet.c:425:57: style: Parameter 'scaling_v' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/pixlet.c:425:37: style: Parameter 'scaling_h' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/pixlet.c:214:16: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/pixlet.c:215:36: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/pixlet.c:43:14: style: struct member 'SubBand::width' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/pixlet.c:43:21: style: struct member 'SubBand::height' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/pixlet.c:44:14: style: struct member 'SubBand::size' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/pixlet.c:45:14: style: struct member 'SubBand::x' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/pixlet.c:45:17: style: struct member 'SubBand::y' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/pngenc.c:122:61: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/pngenc.c:122:75: style: Parameter 'top' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/ppc/blockdsp.c:72:11: style: Variable 'i' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/pnm.c:57:35: error: Uninitialized variable: c [uninitvar] ffmpeg-5.0.1/libavcodec/pnm.c:45:15: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/pnm.c:57:35: note: Uninitialized variable: c ffmpeg-5.0.1/libavcodec/pnmenc.c:109:18: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/pnmenc.c:33:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/pnmenc.c:109:18: note: Shadow variable ffmpeg-5.0.1/libavcodec/pngdec.c:631:78: style: Condition 'avctx->sample_aspect_ratio.den<0' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/pngdec.c:630:58: note: Assignment 'avctx->sample_aspect_ratio.den=bytestream2_get_be32(gb)', assigned value is greater than -1 ffmpeg-5.0.1/libavcodec/pngdec.c:631:78: note: Condition 'avctx->sample_aspect_ratio.den<0' is always false ffmpeg-5.0.1/libavcodec/pngdec.c:1200:86: style: Condition 'length==0' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/pngdec.c:1193:20: note: Assuming that condition 'length<=0' is not redundant ffmpeg-5.0.1/libavcodec/pngdec.c:1195:52: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/pngdec.c:1200:86: note: Condition 'length==0' is always true ffmpeg-5.0.1/libavcodec/pnmdec.c:170:30: style: Local variable 'j' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/pnmdec.c:46:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/pnmdec.c:170:30: note: Shadow variable ffmpeg-5.0.1/libavcodec/pnmdec.c:174:30: style: Local variable 'j' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/pnmdec.c:46:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/pnmdec.c:174:30: note: Shadow variable ffmpeg-5.0.1/libavcodec/pnmdec.c:221:26: style: Local variable 'j' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/pnmdec.c:46:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/pnmdec.c:221:26: note: Shadow variable ffmpeg-5.0.1/libavcodec/pnmdec.c:268:22: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/pnmdec.c:46:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/pnmdec.c:268:22: note: Shadow variable ffmpeg-5.0.1/libavcodec/pnmdec.c:269:26: style: Local variable 'j' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/pnmdec.c:46:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/pnmdec.c:269:26: note: Shadow variable ffmpeg-5.0.1/libavcodec/pnmdec.c:286:22: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/pnmdec.c:46:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/pnmdec.c:286:22: note: Shadow variable ffmpeg-5.0.1/libavcodec/pnmdec.c:287:26: style: Local variable 'j' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/pnmdec.c:46:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/pnmdec.c:287:26: note: Shadow variable ffmpeg-5.0.1/libavcodec/pnmdec.c:306:22: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/pnmdec.c:46:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/pnmdec.c:306:22: note: Shadow variable ffmpeg-5.0.1/libavcodec/pnmdec.c:307:26: style: Local variable 'j' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/pnmdec.c:46:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/pnmdec.c:307:26: note: Shadow variable ffmpeg-5.0.1/libavcodec/pnmdec.c:315:22: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/pnmdec.c:46:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/pnmdec.c:315:22: note: Shadow variable ffmpeg-5.0.1/libavcodec/pnmdec.c:316:26: style: Local variable 'j' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/pnmdec.c:46:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/pnmdec.c:316:26: note: Shadow variable ffmpeg-5.0.1/libavcodec/pnmdec.c:231:42: style: Variable '((uint16_t*)ptr)[j]' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/pngdec.c:1193:20: style: Checking if unsigned expression 'length' is less than zero. [unsignedLessThanZero] ffmpeg-5.0.1/libavcodec/pngdec.c:831:22: style: Local variable 'v' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/pngdec.c:814:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/pngdec.c:831:22: note: Shadow variable ffmpeg-5.0.1/libavcodec/pngdec.c:198:71: style: Parameter 'top' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/pngdec.c:198:57: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/proresenc_anatoliy.c:342:16: style: Condition 'chroma' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/proresenc_anatoliy.c:245:58: style: Parameter 'in' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/proresenc_anatoliy.c:246:36: style: Parameter 'qmat' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/proresenc_anatoliy.c:277:18: style: Parameter 'in' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/proresenc_anatoliy.c:277:49: style: Parameter 'qmat' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/proresenc_anatoliy.c:237:21: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/proresenc_anatoliy.c:253:12: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/proresenc_anatoliy.c:260:21: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/proresenc_anatoliy.c:266:27: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/proresenc_anatoliy.c:299:33: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/prosumer.c:317:15: style: Checking if unsigned expression 'd' is less than zero. [unsignedLessThanZero] ffmpeg-5.0.1/libavcodec/proresdec2.c:734:16: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/proresdec2.c:647:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/proresdec2.c:734:16: note: Shadow variable ffmpeg-5.0.1/libavcodec/proresdec2.c:531:16: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/pthread_frame.c:946:1: error: There is an unknown macro here somewhere. Configuration is required. If FF_ENABLE_DEPRECATION_WARNINGS is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavcodec/pthread.c:74:36: style:inconclusive: Function 'ff_thread_init' argument 1 names different: declaration 's' definition 'avctx'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/thread.h:138:36: note: Function 'ff_thread_init' argument 1 names different: declaration 's' definition 'avctx'. ffmpeg-5.0.1/libavcodec/pthread.c:74:36: note: Function 'ff_thread_init' argument 1 names different: declaration 's' definition 'avctx'. ffmpeg-5.0.1/libavcodec/pthread.c:86:37: style:inconclusive: Function 'ff_thread_free' argument 1 names different: declaration 's' definition 'avctx'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/thread.h:142:37: note: Function 'ff_thread_free' argument 1 names different: declaration 's' definition 'avctx'. ffmpeg-5.0.1/libavcodec/pthread.c:86:37: note: Function 'ff_thread_free' argument 1 names different: declaration 's' definition 'avctx'. ffmpeg-5.0.1/libavcodec/proresenc_kostya.c:562:41: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavcodec/proresenc_kostya.c:815:41: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavcodec/pthread_slice.c:158:79: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/proresenc_kostya.c:434:52: style: Parameter 'blocks' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/proresenc_kostya.c:515:60: style: Parameter 'blocks' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/proresenc_kostya.c:751:61: style: Parameter 'blocks' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/psd.c:155:21: style: Condition 'len_section<0' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/psd.c:154:39: note: Assignment 'len_section=bytestream2_get_be32(&s->gb)', assigned value is greater than -1 ffmpeg-5.0.1/libavcodec/psd.c:155:21: note: Condition 'len_section<0' is always false ffmpeg-5.0.1/libavcodec/proresenc_kostya.c:415:42: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/psd.c:176:21: style: Condition 'len_section<0' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/psd.c:175:39: note: Assignment 'len_section=bytestream2_get_be32(&s->gb)', assigned value is greater than -1 ffmpeg-5.0.1/libavcodec/psd.c:176:21: note: Condition 'len_section<0' is always false ffmpeg-5.0.1/libavcodec/proresenc_kostya.c:423:20: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/psd.c:189:21: style: Condition 'len_section<0' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/psd.c:188:39: note: Assignment 'len_section=bytestream2_get_be32(&s->gb)', assigned value is greater than -1 ffmpeg-5.0.1/libavcodec/psd.c:189:21: note: Condition 'len_section<0' is always false ffmpeg-5.0.1/libavcodec/proresenc_kostya.c:425:20: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/proresenc_kostya.c:456:34: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/proresenc_kostya.c:657:42: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/proresenc_kostya.c:667:20: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/proresenc_kostya.c:669:20: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/proresenc_kostya.c:864:38: error: Uninitialized variable: src [uninitvar] ffmpeg-5.0.1/libavcodec/proresenc_kostya.c:818:19: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/proresenc_kostya.c:864:38: note: Uninitialized variable: src ffmpeg-5.0.1/libavcodec/proresenc_kostya.c:881:9: error: Uninitialized variable: slice_bits [uninitvar] ffmpeg-5.0.1/libavcodec/proresenc_kostya.c:860:27: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/proresenc_kostya.c:881:9: note: Uninitialized variable: slice_bits ffmpeg-5.0.1/libavcodec/proresenc_kostya.c:147:17: style: struct member 'prores_profile::full_name' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/proresenc_kostya.c:991:24: style: Variable 'q' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/psd.c:170:24: error: Uninitialized variable: i [uninitvar] ffmpeg-5.0.1/libavcodec/psd.c:167:36: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/psd.c:170:24: note: Uninitialized variable: i ffmpeg-5.0.1/libavcodec/qcelpdec.c:654:64: style: Parameter 'lpc' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/bitstream.c:125:13: style: Condition '!vlc->table' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/bitstream.c:124:22: note: Assignment 'vlc->table=NULL', assigned value is 0 ffmpeg-5.0.1/libavcodec/bitstream.c:125:13: note: Condition '!vlc->table' is always true ffmpeg-5.0.1/libavcodec/bitstream.c:163:13: style: Condition '!*buf' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/bitstream.c:162:16: note: Assignment '*buf=NULL', assigned value is 0 ffmpeg-5.0.1/libavcodec/bitstream.c:163:13: note: Condition '!*buf' is always true ffmpeg-5.0.1/libavcodec/qdmc.c:168:19: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/qdmc.c:166:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/qdmc.c:168:19: note: Shadow variable ffmpeg-5.0.1/libavcodec/qdm2.c:548:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode] ffmpeg-5.0.1/libavcodec/qsvdec.c:373:5: error:inconclusive: Address of local auto-variable assigned to a function parameter. [autoVariables] ffmpeg-5.0.1/libavcodec/qsv.c:773:67: style:inconclusive: Function 'ff_qsv_init_session_frames' argument 2 names different: declaration 'session' definition 'psession'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/qsv_internal.h:135:67: note: Function 'ff_qsv_init_session_frames' argument 2 names different: declaration 'session' definition 'psession'. ffmpeg-5.0.1/libavcodec/qsv.c:773:67: note: Function 'ff_qsv_init_session_frames' argument 2 names different: declaration 'session' definition 'psession'. ffmpeg-5.0.1/libavcodec/qsvdec.c:564:19: style: Local variable 'out_frame' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/qsvdec.c:505:15: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/qsvdec.c:564:19: note: Shadow variable ffmpeg-5.0.1/libavcodec/qsvdec.c:607:68: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/qsvdec.c:608:68: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/qsvdec.c:609:68: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/qsvdec.c:490:62: style: Parameter 'surf' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/qsvdec.c:80:14: style: struct member 'QSVContext::fourcc' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/qsvdec.c:732:14: style: struct member 'QSVDecContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/qsvenc.c:672:79: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/qsvenc.c:1161:26: style: Variable 'extradata_offset' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/qsvenc.c:1708:23: style: Variable 'pict_type' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/qsvenc.c:1710:23: style: Variable 'pict_type' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/qsvenc.c:1712:23: style: Variable 'pict_type' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/qsvenc.c:1714:23: style: Variable 'pict_type' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/qsvenc.c:1716:23: style: Variable 'pict_type' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/qtrleenc.c:147:27: style: Variable 'av_uninit' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/ra144.c:1554:20: style: Variable 'buffer2[i]' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/ra288.c:100:11: warning:inconclusive: Found suspicious operator '*', result is not used. [constStatement] ffmpeg-5.0.1/libavcodec/ra288.c:101:11: warning:inconclusive: Found suspicious operator '*', result is not used. [constStatement] ffmpeg-5.0.1/libavcodec/ra288.c:195:11: warning:inconclusive: Found suspicious operator '*', result is not used. [constStatement] ffmpeg-5.0.1/libavcodec/ra144enc.c:200:21: style: Variable 'av_uninit' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/ra144enc.c:201:45: style: Variable 'av_uninit' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/raw.c:305:62: style:inconclusive: Function 'avcodec_pix_fmt_to_codec_tag' argument 1 names different: declaration 'pix_fmt' definition 'fmt'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/avcodec.h:3040:62: note: Function 'avcodec_pix_fmt_to_codec_tag' argument 1 names different: declaration 'pix_fmt' definition 'fmt'. ffmpeg-5.0.1/libavcodec/raw.c:305:62: note: Function 'avcodec_pix_fmt_to_codec_tag' argument 1 names different: declaration 'pix_fmt' definition 'fmt'. ffmpeg-5.0.1/libavcodec/ratecontrol.c:545:13: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/ratecontrol.c:475:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/ratecontrol.c:545:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/rle.c:53:65: style:inconclusive: Function 'ff_rle_encode' argument 3 names different: declaration 'inbuf' definition 'ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/rle.h:48:65: note: Function 'ff_rle_encode' argument 3 names different: declaration 'inbuf' definition 'ptr'. ffmpeg-5.0.1/libavcodec/rle.c:53:65: note: Function 'ff_rle_encode' argument 3 names different: declaration 'inbuf' definition 'ptr'. ffmpeg-5.0.1/libavcodec/rkmppdec.c:500:13: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/roqvideoenc.c:170:38: style: Parameter 'cb2' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/roqvideoenc.c:185:37: style: Parameter 'base' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/rpzaenc.c:87:33: style: Parameter 'min' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/rpzaenc.c:87:47: style: Parameter 'max' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/rpzaenc.c:138:42: style: Parameter 'rgb24' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/rpzaenc.c:157:33: style: Parameter 'colorA' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/rpzaenc.c:157:50: style: Parameter 'colorB' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/rpzaenc.c:171:41: style: Parameter 'colorA' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/rpzaenc.c:171:59: style: Parameter 'colorB' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/rpzaenc.c:359:34: style: Parameter 'color' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/rpzaenc.c:60:13: style: struct member 'rgb::r' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/rpzaenc.c:61:13: style: struct member 'rgb::g' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/rpzaenc.c:62:13: style: struct member 'rgb::b' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/rpzaenc.c:80:9: style: struct member 'BlockInfo::block_index' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/rpzaenc.c:81:14: style: struct member 'BlockInfo::start' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/rpzaenc.c:84:9: style: struct member 'BlockInfo::total_blocks' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/rpzaenc.c:247:20: style: Variable 'diff' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/rv10enc.c:51:8: style: Condition '!full_frame' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/rv10enc.c:34:21: note: Assignment 'full_frame=0', assigned value is 0 ffmpeg-5.0.1/libavcodec/rv10enc.c:51:8: note: Condition '!full_frame' is always true ffmpeg-5.0.1/libavcodec/rv10.c:285:51: warning: Invalid test for overflow 's->pp_time<=s->pp_time-s->pb_time'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always false. [invalidTestForOverflow] ffmpeg-5.0.1/libavcodec/rv10.c:617:13: style: Condition '!slice_count' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/rv10.c:614:32: note: Assignment 'slice_count=(*buf++)+1', assigned value is greater than 0 ffmpeg-5.0.1/libavcodec/rv10.c:617:13: note: Condition '!slice_count' is always false ffmpeg-5.0.1/libavcodec/rv10.c:285:91: style: Checking if unsigned expression 's->pp_time' is less than zero. [unsignedLessThanZero] ffmpeg-5.0.1/libavcodec/rv10.c:532:13: style: Local variable 'ret' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/rv10.c:447:63: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/rv10.c:532:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/rv30.c:68:11: style: Redundant initialization for 'w'. The initialized value is overwritten before it is read. [redundantInitialization] ffmpeg-5.0.1/libavcodec/rv30.c:40:11: note: w is initialized ffmpeg-5.0.1/libavcodec/rv30.c:68:11: note: w is overwritten ffmpeg-5.0.1/libavcodec/rv30.c:69:11: style: Redundant initialization for 'h'. The initialized value is overwritten before it is read. [redundantInitialization] ffmpeg-5.0.1/libavcodec/rv30.c:40:27: note: h is initialized ffmpeg-5.0.1/libavcodec/rv30.c:69:11: note: h is overwritten ffmpeg-5.0.1/libavcodec/rv34_parser.c:31:18: style: struct member 'RV34ParseContext::pc' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/rv34dsp.c:36:72: style: Parameter 'block' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/rv34.c:1223:33: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/rv34.c:1325:33: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/rv34.c:322:53: style:inconclusive: Function 'ff_rv34_get_start_offset' argument 2 names different: declaration 'blocks' definition 'mb_size'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/rv34.h:137:53: note: Function 'ff_rv34_get_start_offset' argument 2 names different: declaration 'blocks' definition 'mb_size'. ffmpeg-5.0.1/libavcodec/rv34.c:322:53: note: Function 'ff_rv34_get_start_offset' argument 2 names different: declaration 'blocks' definition 'mb_size'. ffmpeg-5.0.1/libavcodec/rv34.c:1598:46: style:inconclusive: Function 'ff_rv34_decode_frame' argument 3 names different: declaration 'got_frame' definition 'got_picture_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/rv34.h:139:66: note: Function 'ff_rv34_decode_frame' argument 3 names different: declaration 'got_frame' definition 'got_picture_ptr'. ffmpeg-5.0.1/libavcodec/rv34.c:1598:46: note: Function 'ff_rv34_decode_frame' argument 3 names different: declaration 'got_frame' definition 'got_picture_ptr'. ffmpeg-5.0.1/libavcodec/rv34.c:1697:17: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/rv34.c:1607:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/rv34.c:1697:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/rv34.c:1751:13: style: Local variable 'offset' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/rv34.c:1612:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/rv34.c:1751:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/rv34.c:1024:59: style: Parameter 'intra_types' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/rv40.c:74:19: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/rv40.c:63:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/rv40.c:74:19: note: Shadow variable ffmpeg-5.0.1/libavcodec/rv40.c:376:13: style: Local variable 'mbtype' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/rv40.c:348:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/rv40.c:376:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/rv40.c:468:64: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/rv40.c:476:82: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/rv40.c:483:75: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/rv40.c:485:73: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/rv40.c:495:75: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/rv40.c:500:71: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/rv40.c:513:71: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/rv40.c:515:79: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/rv40.c:523:84: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/rv40.c:525:84: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/rv40.c:532:81: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/rv40.c:539:80: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/rv40.c:273:11: style: Variable 'q' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/rv40.c:280:11: style: Variable 'q' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/rv40dsp.c:377:1: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/rv40dsp.c:378:1: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/s302menc.c:58:47: style: Condition 'avctx->bits_per_raw_sample<=20' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/s302menc.c:52:40: note: Assuming that condition 'avctx->bits_per_raw_sample>20' is not redundant ffmpeg-5.0.1/libavcodec/s302menc.c:58:47: note: Condition 'avctx->bits_per_raw_sample<=20' is always true ffmpeg-5.0.1/libavcodec/sbc.c:54:34: style:inconclusive: Function 'ff_sbc_crc8' argument 1 names different: declaration 'crc_ctx' definition 'ctx'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/sbc.h:117:34: note: Function 'ff_sbc_crc8' argument 1 names different: declaration 'crc_ctx' definition 'ctx'. ffmpeg-5.0.1/libavcodec/sbc.c:54:34: note: Function 'ff_sbc_crc8' argument 1 names different: declaration 'crc_ctx' definition 'ctx'. ffmpeg-5.0.1/libavcodec/sbcdec_data.c:42:22: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:43:22: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:44:39: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:45:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:46:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:50:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:51:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:52:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:53:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:54:22: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:58:22: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:59:22: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:60:39: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:61:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:62:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:63:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:64:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:65:22: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:66:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:67:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:71:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:72:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:73:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:74:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:75:22: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:76:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:77:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:78:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:79:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:80:22: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:84:24: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:85:24: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:87:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:88:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:89:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:90:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:91:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:95:24: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:96:24: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:97:24: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcenc.c:125:55: style:inconclusive: Boolean expression 'frame->subbands==8' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:98:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:99:24: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:100:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:101:24: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:102:24: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:105:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:106:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:107:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:108:24: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:109:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:110:41: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbrdsp_template.c:76:14: error: There is an unknown macro here somewhere. Configuration is required. If AAC_RENAME is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:111:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:112:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:113:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:114:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:115:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:116:41: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:117:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:119:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sanm.c:1048:14: style: Variable 'colors' can be declared as const array [constVariable] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:120:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sanm.c:1367:64: style: Parameter 'hdr' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:121:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:123:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:124:41: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:125:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbcdec_data.c:126:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] ffmpeg-5.0.1/libavcodec/sbrdsp.c:148:11: style: Same expression on both sides of '-'. [duplicateExpression] ffmpeg-5.0.1/libavcodec/sbrdsp.c:149:11: style: Same expression on both sides of '-'. [duplicateExpression] ffmpeg-5.0.1/libavcodec/scpr3.c:403:25: warning: Either the condition 'a>0' is redundant or the array 'm->cnts[256]' is accessed at index 256, which is out of bounds. [arrayIndexOutOfBoundsCond] ffmpeg-5.0.1/libavcodec/scpr3.c:403:11: note: Assuming that condition 'a>0' is not redundant ffmpeg-5.0.1/libavcodec/scpr3.c:403:25: note: Array index out of bounds ffmpeg-5.0.1/libavcodec/scpr3.c:404:33: warning: Either the condition 'a>0' is redundant or the array 'm->cnts[256]' is accessed at index 256, which is out of bounds. [arrayIndexOutOfBoundsCond] ffmpeg-5.0.1/libavcodec/scpr3.c:403:11: note: Assuming that condition 'a>0' is not redundant ffmpeg-5.0.1/libavcodec/scpr3.c:404:33: note: Array index out of bounds ffmpeg-5.0.1/libavcodec/scpr3.c:679:56: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/libavcodec/scpr3.c:150:31: style:inconclusive: Same expression used in consecutive assignments of 'e' and 'totfr'. [duplicateAssignExpression] ffmpeg-5.0.1/libavcodec/scpr3.c:150:39: note: Same expression used in consecutive assignments of 'e' and 'totfr'. ffmpeg-5.0.1/libavcodec/scpr3.c:150:31: note: Same expression used in consecutive assignments of 'e' and 'totfr'. ffmpeg-5.0.1/libavcodec/scpr.h:224:50: style: Parameter 'prev' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/sga.c:268:13: style: Variable 'dst' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/sipr16k.c:99:62: style: Parameter 'iir_mem' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/sheervideo.c:66:21: style: Local variable 'y' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/sheervideo.c:47:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/sheervideo.c:66:21: note: Shadow variable ffmpeg-5.0.1/libavcodec/sheervideo.c:109:17: style: Local variable 'y' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/sheervideo.c:91:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/sheervideo.c:109:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/sheervideo.c:138:17: style: Local variable 'y' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/sheervideo.c:91:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/sheervideo.c:138:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/sheervideo.c:196:21: style: Local variable 'y' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/sheervideo.c:179:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/sheervideo.c:196:21: note: Shadow variable ffmpeg-5.0.1/libavcodec/sheervideo.c:234:17: style: Local variable 'y' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/sheervideo.c:218:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/sheervideo.c:234:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/sheervideo.c:259:17: style: Local variable 'y' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/sheervideo.c:218:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/sheervideo.c:259:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/sheervideo.c:979:17: style: Local variable 'y' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/sheervideo.c:963:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/sheervideo.c:979:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/sheervideo.c:1004:17: style: Local variable 'y' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/sheervideo.c:963:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/sheervideo.c:1004:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/sheervideo.c:1047:17: style: Local variable 'y' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/sheervideo.c:1031:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/sheervideo.c:1047:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/sheervideo.c:1072:17: style: Local variable 'y' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/sheervideo.c:1031:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/sheervideo.c:1072:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/simple_idct_template.c:330:41: style:inconclusive: Function 'ff_simple_idct_put_int16_8bit' argument 1 names different: declaration 'dest' definition 'dest_'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/simple_idct.h:34:45: note: Function 'ff_simple_idct_put_int16_8bit' argument 1 names different: declaration 'dest' definition 'dest_'. ffmpeg-5.0.1/libavcodec/simple_idct_template.c:330:41: note: Function 'ff_simple_idct_put_int16_8bit' argument 1 names different: declaration 'dest' definition 'dest_'. ffmpeg-5.0.1/libavcodec/sheervideo.c:1125:20: style: Local variable 'y' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/sheervideo.c:1107:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/sheervideo.c:1125:20: note: Shadow variable ffmpeg-5.0.1/libavcodec/simple_idct_template.c:330:78: style:inconclusive: Function 'ff_simple_idct_put_int16_8bit' argument 3 names different: declaration 'block' definition 'block_'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/simple_idct.h:34:81: note: Function 'ff_simple_idct_put_int16_8bit' argument 3 names different: declaration 'block' definition 'block_'. ffmpeg-5.0.1/libavcodec/simple_idct_template.c:330:78: note: Function 'ff_simple_idct_put_int16_8bit' argument 3 names different: declaration 'block' definition 'block_'. ffmpeg-5.0.1/libavcodec/sheervideo.c:1154:20: style: Local variable 'y' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/sheervideo.c:1107:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/sheervideo.c:1154:20: note: Shadow variable ffmpeg-5.0.1/libavcodec/simple_idct_template.c:346:41: style:inconclusive: Function 'ff_simple_idct_add_int16_8bit' argument 1 names different: declaration 'dest' definition 'dest_'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/simple_idct.h:35:45: note: Function 'ff_simple_idct_add_int16_8bit' argument 1 names different: declaration 'dest' definition 'dest_'. ffmpeg-5.0.1/libavcodec/simple_idct_template.c:346:41: note: Function 'ff_simple_idct_add_int16_8bit' argument 1 names different: declaration 'dest' definition 'dest_'. ffmpeg-5.0.1/libavcodec/sheervideo.c:1203:20: style: Local variable 'y' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/sheervideo.c:1185:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/sheervideo.c:1203:20: note: Shadow variable ffmpeg-5.0.1/libavcodec/simple_idct_template.c:330:41: style:inconclusive: Function 'ff_simple_idct_put_int16_10bit' argument 1 names different: declaration 'dest' definition 'dest_'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/simple_idct.h:38:46: note: Function 'ff_simple_idct_put_int16_10bit' argument 1 names different: declaration 'dest' definition 'dest_'. ffmpeg-5.0.1/libavcodec/simple_idct_template.c:330:41: note: Function 'ff_simple_idct_put_int16_10bit' argument 1 names different: declaration 'dest' definition 'dest_'. ffmpeg-5.0.1/libavcodec/sheervideo.c:1232:20: style: Local variable 'y' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/sheervideo.c:1185:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/sheervideo.c:1232:20: note: Shadow variable ffmpeg-5.0.1/libavcodec/simple_idct_template.c:330:78: style:inconclusive: Function 'ff_simple_idct_put_int16_10bit' argument 3 names different: declaration 'block' definition 'block_'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/simple_idct.h:38:82: note: Function 'ff_simple_idct_put_int16_10bit' argument 3 names different: declaration 'block' definition 'block_'. ffmpeg-5.0.1/libavcodec/simple_idct_template.c:330:78: note: Function 'ff_simple_idct_put_int16_10bit' argument 3 names different: declaration 'block' definition 'block_'. ffmpeg-5.0.1/libavcodec/simple_idct_template.c:346:41: style:inconclusive: Function 'ff_simple_idct_add_int16_10bit' argument 1 names different: declaration 'dest' definition 'dest_'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/simple_idct.h:39:46: note: Function 'ff_simple_idct_add_int16_10bit' argument 1 names different: declaration 'dest' definition 'dest_'. ffmpeg-5.0.1/libavcodec/simple_idct_template.c:346:41: note: Function 'ff_simple_idct_add_int16_10bit' argument 1 names different: declaration 'dest' definition 'dest_'. ffmpeg-5.0.1/libavcodec/simple_idct_template.c:330:41: style:inconclusive: Function 'ff_simple_idct_put_int16_12bit' argument 1 names different: declaration 'dest' definition 'dest_'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/simple_idct.h:46:46: note: Function 'ff_simple_idct_put_int16_12bit' argument 1 names different: declaration 'dest' definition 'dest_'. ffmpeg-5.0.1/libavcodec/simple_idct_template.c:330:41: note: Function 'ff_simple_idct_put_int16_12bit' argument 1 names different: declaration 'dest' definition 'dest_'. ffmpeg-5.0.1/libavcodec/simple_idct_template.c:330:78: style:inconclusive: Function 'ff_simple_idct_put_int16_12bit' argument 3 names different: declaration 'block' definition 'block_'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/simple_idct.h:46:82: note: Function 'ff_simple_idct_put_int16_12bit' argument 3 names different: declaration 'block' definition 'block_'. ffmpeg-5.0.1/libavcodec/simple_idct_template.c:330:78: note: Function 'ff_simple_idct_put_int16_12bit' argument 3 names different: declaration 'block' definition 'block_'. ffmpeg-5.0.1/libavcodec/simple_idct_template.c:346:41: style:inconclusive: Function 'ff_simple_idct_add_int16_12bit' argument 1 names different: declaration 'dest' definition 'dest_'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/simple_idct.h:47:46: note: Function 'ff_simple_idct_add_int16_12bit' argument 1 names different: declaration 'dest' definition 'dest_'. ffmpeg-5.0.1/libavcodec/simple_idct_template.c:346:41: note: Function 'ff_simple_idct_add_int16_12bit' argument 1 names different: declaration 'dest' definition 'dest_'. ffmpeg-5.0.1/libavcodec/simple_idct_template.c:330:41: style:inconclusive: Function 'ff_simple_idct_put_int32_10bit' argument 1 names different: declaration 'dest' definition 'dest_'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/simple_idct.h:42:46: note: Function 'ff_simple_idct_put_int32_10bit' argument 1 names different: declaration 'dest' definition 'dest_'. ffmpeg-5.0.1/libavcodec/simple_idct_template.c:330:41: note: Function 'ff_simple_idct_put_int32_10bit' argument 1 names different: declaration 'dest' definition 'dest_'. ffmpeg-5.0.1/libavcodec/simple_idct_template.c:330:78: style:inconclusive: Function 'ff_simple_idct_put_int32_10bit' argument 3 names different: declaration 'block' definition 'block_'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/simple_idct.h:42:82: note: Function 'ff_simple_idct_put_int32_10bit' argument 3 names different: declaration 'block' definition 'block_'. ffmpeg-5.0.1/libavcodec/simple_idct_template.c:330:78: note: Function 'ff_simple_idct_put_int32_10bit' argument 3 names different: declaration 'block' definition 'block_'. ffmpeg-5.0.1/libavcodec/sipr.c:216:35: style: Parameter 'lsfnew' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/siren.c:463:36: style: Parameter 'absolute_region_power_index' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/siren.c:573:33: style: Parameter 'decoder_standard_deviation' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/smacker.c:346:59: style: Parameter 'last' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/smacker.c:352:79: style: Parameter 'last' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snappy.c:78:33: style: Parameter 'start' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snappy.c:42:28: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour. See condition at line 40. [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/snappy.c:40:19: note: Assuming that condition 'shift>31' is not redundant ffmpeg-5.0.1/libavcodec/snappy.c:42:28: note: Shift ffmpeg-5.0.1/libavcodec/smcenc.c:232:31: style: Condition 'intra_skip_blocks>0' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/smcenc.c:231:31: note: Assuming that condition 'intra_skip_blocks>0' is not redundant ffmpeg-5.0.1/libavcodec/smcenc.c:232:31: note: Condition 'intra_skip_blocks>0' is always true ffmpeg-5.0.1/libavcodec/smcenc.c:238:31: style: Condition 'intra_skip_blocks>0' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/smcenc.c:237:31: note: Assuming that condition 'intra_skip_blocks>16' is not redundant ffmpeg-5.0.1/libavcodec/smcenc.c:238:31: note: Condition 'intra_skip_blocks>0' is always true ffmpeg-5.0.1/libavcodec/smcenc.c:244:31: style: Condition 'inter_skip_blocks>0' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/smcenc.c:243:31: note: Assuming that condition 'inter_skip_blocks>0' is not redundant ffmpeg-5.0.1/libavcodec/smcenc.c:244:31: note: Condition 'inter_skip_blocks>0' is always true ffmpeg-5.0.1/libavcodec/smcenc.c:250:31: style: Condition 'inter_skip_blocks>0' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/smcenc.c:249:31: note: Assuming that condition 'inter_skip_blocks>16' is not redundant ffmpeg-5.0.1/libavcodec/smcenc.c:250:31: note: Condition 'inter_skip_blocks>0' is always true ffmpeg-5.0.1/libavcodec/smcenc.c:462:43: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/libavcodec/smcenc.c:231:77: style: Same expression 'intra_skip_blocks>0' found multiple times in chain of '&&' operators. [duplicateExpression] ffmpeg-5.0.1/libavcodec/smcenc.c:243:76: style: Same expression 'inter_skip_blocks>0' found multiple times in chain of '&&' operators. [duplicateExpression] ffmpeg-5.0.1/libavcodec/snow_dwt.c:416:39: style: Condition 'y<(unsigned int)height' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/snow_dwt.c:416:15: note: Assuming that condition 'y+1<(unsigned int)height' is not redundant ffmpeg-5.0.1/libavcodec/snow_dwt.c:416:39: note: Condition 'y<(unsigned int)height' is always true ffmpeg-5.0.1/libavcodec/snow_dwt.c:803:25: style: Local variable 'v' shadows outer argument [shadowArgument] ffmpeg-5.0.1/libavcodec/snow_dwt.c:743:46: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/snow_dwt.c:803:25: note: Shadow variable ffmpeg-5.0.1/libavcodec/snow_dwt.c:115:72: style: Parameter 'ref' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snow_dwt.c:145:73: style: Parameter 'ref' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snow_dwt.c:194:46: style: Parameter 'b0' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snow_dwt.c:194:72: style: Parameter 'b2' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snow_dwt.c:203:46: style: Parameter 'b0' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snow_dwt.c:203:72: style: Parameter 'b2' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snow_dwt.c:248:46: style: Parameter 'b0' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snow_dwt.c:248:72: style: Parameter 'b2' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snow_dwt.c:257:46: style: Parameter 'b0' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snow_dwt.c:257:72: style: Parameter 'b2' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snow_dwt.c:266:46: style: Parameter 'b0' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snow_dwt.c:266:72: style: Parameter 'b2' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snow_dwt.c:276:46: style: Parameter 'b0' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snow_dwt.c:276:72: style: Parameter 'b2' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snow_dwt.c:365:45: style: Parameter 'b0' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snow_dwt.c:365:73: style: Parameter 'b2' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snow_dwt.c:374:45: style: Parameter 'b0' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snow_dwt.c:374:73: style: Parameter 'b2' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snow_dwt.c:493:45: style: Parameter 'b0' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snow_dwt.c:493:73: style: Parameter 'b2' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snow_dwt.c:502:45: style: Parameter 'b0' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snow_dwt.c:502:73: style: Parameter 'b2' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snow_dwt.c:511:45: style: Parameter 'b0' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snow_dwt.c:511:73: style: Parameter 'b2' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snow_dwt.c:520:45: style: Parameter 'b0' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snow_dwt.c:520:73: style: Parameter 'b2' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snow_dwt.c:530:76: style: Parameter 'b5' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snow_dwt.c:529:48: style: Parameter 'b0' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snow_dwt.c:223:15: error: Signed integer overflow for expression 'y+1'. [integerOverflow] ffmpeg-5.0.1/libavcodec/snow_dwt.c:298:15: error: Signed integer overflow for expression 'y+3'. [integerOverflow] ffmpeg-5.0.1/libavcodec/snow.h:381:28: style: Local variable 'obmc4' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/snowdata.h:96:22: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/snow.h:381:28: note: Shadow variable ffmpeg-5.0.1/libavcodec/snow.c:46:24: style: Local variable 'obmc4' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/snowdata.h:96:22: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/snow.c:46:24: note: Shadow variable ffmpeg-5.0.1/libavcodec/snow.c:307:13: style: Local variable 'b' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/snow.c:164:15: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/snow.c:307:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/snow.c:672:13: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/snow.c:654:8: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/snow.c:672:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/snow.h:212:94: style: Parameter 'high' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snow.h:219:102: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snow.h:219:118: style: Parameter 'ref' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snow.h:229:103: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snow.h:229:119: style: Parameter 'ref' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snow.h:488:76: style: Parameter 'ref' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/snow.h:395:40: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/snow.h:429:40: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/snow.c:61:36: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/snow.c:200:39: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/snow.c:229:39: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/snow.c:256:39: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/snow.h:622:15: style: Variable 'lt' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/snowdec.c:545:13: style: Local variable 'y' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/snowdec.c:516:16: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/snowdec.c:545:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/snowdec.c:563:25: style: Local variable 'end_y' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/snowdec.c:546:13: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/snowdec.c:563:25: note: Shadow variable ffmpeg-5.0.1/libavcodec/snowdec.c:61:40: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/snowdec.c:374:46: error: Signed integer overflow for expression '1-2*(i&1)'. [integerOverflow] ffmpeg-5.0.1/libavcodec/snowdec.c:374:46: warning: Expression '1-2*(i&1)' can have a negative value. That is converted to an unsigned value and used in an unsigned calculation. [signConversion] ffmpeg-5.0.1/libavcodec/mathops.h:132:14: style: Local variable 'shift' shadows outer function [shadowFunction] ffmpeg-5.0.1/libavcodec/sonic.c:83:19: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/mathops.h:132:14: note: Shadow variable ffmpeg-5.0.1/libavcodec/sonic.c:51:9: style: struct member 'SonicContext::version' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/sonic.c:52:9: style: struct member 'SonicContext::minor_version' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/sonic.c:53:9: style: struct member 'SonicContext::lossless' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/sonic.c:53:19: style: struct member 'SonicContext::decorrelation' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/sonic.c:55:9: style: struct member 'SonicContext::num_taps' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/sonic.c:55:19: style: struct member 'SonicContext::downsampling' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/sonic.c:56:12: style: struct member 'SonicContext::quantization' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/sonic.c:58:9: style: struct member 'SonicContext::channels' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/sonic.c:58:19: style: struct member 'SonicContext::samplerate' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/sonic.c:58:31: style: struct member 'SonicContext::block_align' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/sonic.c:58:44: style: struct member 'SonicContext::frame_size' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/sonic.c:60:10: style: struct member 'SonicContext::tap_quant' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/sonic.c:61:10: style: struct member 'SonicContext::int_samples' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/sonic.c:62:10: style: struct member 'SonicContext::coded_samples' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/sonic.c:65:10: style: struct member 'SonicContext::tail' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/sonic.c:66:9: style: struct member 'SonicContext::tail_size' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/sonic.c:67:10: style: struct member 'SonicContext::window' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/sonic.c:68:9: style: struct member 'SonicContext::window_size' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/sonic.c:71:10: style: struct member 'SonicContext::predictor_k' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/sonic.c:72:10: style: struct member 'SonicContext::predictor_state' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/speedhq.c:51:21: style: struct member 'SHQContext::avctx' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/speedhq.c:52:21: style: struct member 'SHQContext::bdsp' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/speedhq.c:53:20: style: struct member 'SHQContext::idsp' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/speedhq.c:54:15: style: struct member 'SHQContext::intra_scantable' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/speedhq.c:55:9: style: struct member 'SHQContext::quant_matrix' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/speedhq.c:57:9: style: struct member 'SHQContext::subsampling' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/speedhq.c:58:57: style: struct member 'SHQContext::alpha_type' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/speedhqenc.c:180:54: style: Parameter 'block' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/speedhqenc.c:206:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/speexdec.c:1471:31: style: Redundant condition: avctx->extradata. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ffmpeg-5.0.1/libavcodec/speexdec.c:352:27: style: Parameter 'exc' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/speexdec.c:844:34: error: Uninitialized variable: x_freq [uninitvar] ffmpeg-5.0.1/libavcodec/speexdec.c:833:23: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/speexdec.c:844:34: note: Uninitialized variable: x_freq ffmpeg-5.0.1/libavcodec/speexdec.c:1246:22: style: Variable 'wideband' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/sunrast.c:150:31: style: Condition 'buf_end-buf<1' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/sunrast.c:148:34: note: Assuming that condition 'bufpict_type' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/snowenc.c:1589:20: note: pic->pict_type is assigned ffmpeg-5.0.1/libavcodec/snowenc.c:1594:41: note: pic->pict_type is overwritten ffmpeg-5.0.1/libavcodec/snowenc.c:539:21: style: Local variable 'index' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/snowenc.c:516:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/snowenc.c:539:21: note: Shadow variable ffmpeg-5.0.1/libavcodec/snowenc.c:1719:16: style: Local variable 'y' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/snowenc.c:1564:45: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/snowenc.c:1719:16: note: Shadow variable ffmpeg-5.0.1/libavcodec/snowenc.c:895:81: style: Parameter 'p' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/snowenc.c:1236:74: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/snowenc.c:641:32: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/snowenc.c:428:23: error: Uninitialized variable: i_buffer [uninitvar] ffmpeg-5.0.1/libavcodec/snowenc.c:263:9: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/snowenc.c:428:23: note: Uninitialized variable: i_buffer ffmpeg-5.0.1/libavcodec/snowenc.c:436:23: error: Uninitialized variable: p_buffer [uninitvar] ffmpeg-5.0.1/libavcodec/snowenc.c:263:9: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/snowenc.c:436:23: note: Uninitialized variable: p_buffer ffmpeg-5.0.1/libavcodec/svq1enc.c:209:32: warning: Either the condition 'level>0' is redundant or the array 's->reorder_pb[6]' is accessed at index 7, which is out of bounds. [arrayIndexOutOfBoundsCond] ffmpeg-5.0.1/libavcodec/svq1enc.c:208:15: note: Assuming that condition 'level>0' is not redundant ffmpeg-5.0.1/libavcodec/svq1enc.c:209:32: note: Array index out of bounds ffmpeg-5.0.1/libavcodec/svq1enc.c:625:13: style: Local variable 'ret' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/svq1enc.c:583:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/svq1enc.c:625:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/svq1enc.c:169:53: error: Uninitialized variable: best_vector [uninitvar] ffmpeg-5.0.1/libavcodec/svq1enc.c:158:27: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/svq1enc.c:169:53: note: Uninitialized variable: best_vector ffmpeg-5.0.1/libavcodec/svq1enc.c:266:26: style: Variable 'threshold[level]' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/tak.c:143:47: style:inconclusive: Function 'ff_tak_decode_frame_header' argument 3 names different: declaration 's' definition 'ti'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/tak.h:165:47: note: Function 'ff_tak_decode_frame_header' argument 3 names different: declaration 's' definition 'ti'. ffmpeg-5.0.1/libavcodec/tak.c:143:47: note: Function 'ff_tak_decode_frame_header' argument 3 names different: declaration 's' definition 'ti'. ffmpeg-5.0.1/libavcodec/tak_parser.c:54:18: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/takdsp.c:26:37: style: Parameter 'p1' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/takdsp.c:37:50: style: Parameter 'p2' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/takdsp.c:61:50: style: Parameter 'p2' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/targa.c:225:23: style: Local variable 'pal' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/targa.c:117:16: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/targa.c:225:23: note: Shadow variable ffmpeg-5.0.1/libavcodec/tests/avcodec.c:110:54: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavcodec/tests/dct.c:294:69: style: Parameter 'block' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/tests/dct.c:307:17: style: Variable 'sum' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/tests/dct.c:311:21: style: Variable 'sum' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/tests/dct.c:316:17: style: Variable 'sum' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/tests/dct.c:320:21: style: Variable 'sum' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/textdec.c:33:14: style: struct member 'TextContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/tests/snowenc.c:117:17: style: Local variable 'level' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/tests/snowenc.c:72:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/tests/snowenc.c:117:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/tests/snowenc.c:130:25: style: Variable 'tab' can be declared as const array [constVariable] ffmpeg-5.0.1/libavcodec/tests/snowenc.c:121:25: style: Variable 'buf' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/tests/snowenc.c:122:26: style: Variable 'error' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/tests/snowenc.c:124:16: style: Variable 'buf' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/tests/snowenc.c:125:16: style: Variable 'buf' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/tests/snowenc.c:138:27: style: Variable 'error' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/texturedspenc.c:153:53: style: Parameter 'p1' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/texturedspenc.c:153:66: style: Parameter 'p2' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/texturedspenc.c:185:20: error: Signed integer overflow for expression '2<<30'. [integerOverflow] ffmpeg-5.0.1/libavcodec/texturedspenc.c:186:11: error: Signed integer overflow for expression '3<<30'. [integerOverflow] ffmpeg-5.0.1/libavcodec/texturedspenc.c:510:15: error: Uninitialized variable: block [uninitvar] ffmpeg-5.0.1/libavcodec/texturedspenc.c:644:33: note: Calling function 'compress_alpha', 3rd argument 'reorder' value is ffmpeg-5.0.1/libavcodec/texturedspenc.c:510:15: note: Uninitialized variable: block ffmpeg-5.0.1/libavcodec/svq3.c:1047:22: style: Local variable 'header' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/svq3.c:1017:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/svq3.c:1047:22: note: Shadow variable ffmpeg-5.0.1/libavcodec/svq3.c:1500:13: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/svq3.c:1384:17: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/svq3.c:1500:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/svq3.c:219:67: style: Parameter 'input' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/svq3.c:698:18: style: Variable 'dest' can be declared as const array [constVariable] ffmpeg-5.0.1/libavcodec/truemotion2.c:414:23: warning: Either the condition 'type<=TM2_MOT' is redundant or the array 'ctx->tokens[7]' is accessed at index 7, which is out of bounds. [arrayIndexOutOfBoundsCond] ffmpeg-5.0.1/libavcodec/truemotion2.c:407:14: note: Assuming that condition 'type<=TM2_MOT' is not redundant ffmpeg-5.0.1/libavcodec/truemotion2.c:414:23: note: Array index out of bounds ffmpeg-5.0.1/libavcodec/truemotion2.c:414:43: warning: Either the condition 'type<=TM2_MOT' is redundant or the array 'ctx->tok_ptrs[7]' is accessed at index 7, which is out of bounds. [arrayIndexOutOfBoundsCond] ffmpeg-5.0.1/libavcodec/truemotion2.c:407:14: note: Assuming that condition 'type<=TM2_MOT' is not redundant ffmpeg-5.0.1/libavcodec/truemotion2.c:414:43: note: Array index out of bounds ffmpeg-5.0.1/libavcodec/tiff.c:1382:19: style: Variable 's->strips' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/tiff.c:1378:30: note: s->strips is assigned ffmpeg-5.0.1/libavcodec/tiff.c:1382:19: note: s->strips is overwritten ffmpeg-5.0.1/libavcodec/tiff.c:1269:32: style: Checking if unsigned expression 'count' is less than zero. [unsignedLessThanZero] ffmpeg-5.0.1/libavcodec/tiff.c:1300:32: style: Checking if unsigned expression 'value' is less than zero. [unsignedLessThanZero] ffmpeg-5.0.1/libavcodec/tiff.c:1198:18: style: Local variable 'num' shadows outer argument [shadowArgument] ffmpeg-5.0.1/libavcodec/tiff.c:1192:60: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/tiff.c:1198:18: note: Shadow variable ffmpeg-5.0.1/libavcodec/tiff.c:1199:18: style: Local variable 'den' shadows outer argument [shadowArgument] ffmpeg-5.0.1/libavcodec/tiff.c:1192:74: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/tiff.c:1199:18: note: Shadow variable ffmpeg-5.0.1/libavcodec/tiff.c:1415:18: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/tiff.c:1216:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/tiff.c:1415:18: note: Shadow variable ffmpeg-5.0.1/libavcodec/tiff.c:2093:19: style: Local variable 'dst' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/tiff.c:1751:14: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/tiff.c:2093:19: note: Shadow variable ffmpeg-5.0.1/libavcodec/tiff.c:797:18: style: Variable 'ssrc' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/tiff.c:959:16: style: Variable 'tile_x' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/tiff.c:959:28: style: Variable 'tile_y' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/truemotion1.c:174:54: style: Parameter 'ydt' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/truemotion1.c:186:54: style: Parameter 'cdt' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/truemotion1.c:199:54: style: Parameter 'ydt' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/truemotion1.c:211:54: style: Parameter 'cdt' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/truemotion1.c:221:54: style: Parameter 'ydt' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/truemotion1.c:230:54: style: Parameter 'cdt' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/truemotion1.c:99:14: style: struct member 'frame_header::xoffset' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/truemotion1.c:100:14: style: struct member 'frame_header::yoffset' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/truemotion1.c:101:14: style: struct member 'frame_header::width' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/truemotion1.c:102:14: style: struct member 'frame_header::height' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/truemotion1.c:340:21: style: Variable 'header.checksum' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/truemotion1.c:344:20: style: Variable 'header.control' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/truemotion2.c:454:79: style: Parameter 'deltas' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/truemotion2.c:472:89: style: Parameter 'deltas' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/truemotion2.c:652:5: style: Variable '(clast+2)[1]' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/truemotion2.c:690:5: style: Variable '(clast+2)[1]' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/truemotion2.c:744:5: style: Variable '(clast+2)[1]' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/tta.c:258:17: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/tta.c:230:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/tta.c:258:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/tta.c:99:57: portability: Shifting signed 64-bit value by 63 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/twinvq.c:645:25: portability: Casting from float * to signed short * is not portable due to different binary data representations on different platforms. [invalidPointerCast] ffmpeg-5.0.1/libavcodec/twinvq.c:263:68: style: Parameter 'lpc_idx2' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/twinvq.c:339:9: style: Variable 'types_sizes' can be declared as const array [constVariable] ffmpeg-5.0.1/libavcodec/twinvq.c:620:51: style: Parameter 'in' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/twinvq.c:631:48: style: Parameter 'in' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/tscc2.c:99:34: style: Parameter 'in' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/tscc2.c:99:42: style: Parameter 'q' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/txd.c:125:30: style: Local variable 'p' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/txd.c:38:21: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/txd.c:125:30: note: Shadow variable ffmpeg-5.0.1/libavcodec/txd.c:134:30: style: Local variable 'p' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/txd.c:38:21: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/txd.c:134:30: note: Shadow variable ffmpeg-5.0.1/libavcodec/ulti.c:97:39: style: Parameter 'luma' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/utils.c:410:47: style:inconclusive: Function 'ff_color_frame' argument 2 names different: declaration 'color' definition 'c'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/internal.h:230:47: note: Function 'ff_color_frame' argument 2 names different: declaration 'color' definition 'c'. ffmpeg-5.0.1/libavcodec/utils.c:410:47: note: Function 'ff_color_frame' argument 2 names different: declaration 'color' definition 'c'. ffmpeg-5.0.1/libavcodec/utils.c:600:47: style: Parameter 'extradata' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/v210_template.c:35:13: error: There is an unknown macro here somewhere. Configuration is required. If RENAME is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavcodec/utvideoenc.c:236:46: style: Parameter 'src' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/vaapi_av1.c:128:13: style: Variable 'remap_lr_type' can be declared as const array [constVariable] ffmpeg-5.0.1/libavcodec/vaapi_av1.c:407:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/v4l2_buffers.c:419:63: style:inconclusive: Function 'ff_v4l2_buffer_buf_to_avframe' argument 2 names different: declaration 'buf' definition 'avbuf'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/v4l2_buffers.h:80:63: note: Function 'ff_v4l2_buffer_buf_to_avframe' argument 2 names different: declaration 'buf' definition 'avbuf'. ffmpeg-5.0.1/libavcodec/v4l2_buffers.c:419:63: note: Function 'ff_v4l2_buffer_buf_to_avframe' argument 2 names different: declaration 'buf' definition 'avbuf'. ffmpeg-5.0.1/libavcodec/v4l2_buffers.c:453:60: style:inconclusive: Function 'ff_v4l2_buffer_buf_to_avpkt' argument 2 names different: declaration 'buf' definition 'avbuf'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/v4l2_buffers.h:92:60: note: Function 'ff_v4l2_buffer_buf_to_avpkt' argument 2 names different: declaration 'buf' definition 'avbuf'. ffmpeg-5.0.1/libavcodec/v4l2_buffers.c:453:60: note: Function 'ff_v4l2_buffer_buf_to_avpkt' argument 2 names different: declaration 'buf' definition 'avbuf'. ffmpeg-5.0.1/libavcodec/utvideodec.c:78:14: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/utvideodec.c:51:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/utvideodec.c:78:14: note: Shadow variable ffmpeg-5.0.1/libavcodec/utvideodec.c:81:19: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/utvideodec.c:51:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/utvideodec.c:81:19: note: Shadow variable ffmpeg-5.0.1/libavcodec/v4l2_m2m.c:377:18: portability: Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. [prohibitedreaddirCalled] ffmpeg-5.0.1/libavcodec/v4l2_context.c:685:16: warning: Identical condition and return expression 'ret', return value is always 0 [identicalConditionAfterEarlyExit] ffmpeg-5.0.1/libavcodec/v4l2_context.c:678:13: note: If condition 'ret' is true, the function will return/exit ffmpeg-5.0.1/libavcodec/v4l2_context.c:685:16: note: Returning identical expression 'ret' ffmpeg-5.0.1/libavcodec/v4l2_context.c:213:9: style: Condition 'reinit' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/v4l2_context.c:216:9: style: Condition 'reinit' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/v4l2_m2m.c:205:46: style:inconclusive: Function 'ff_v4l2_m2m_codec_reinit' argument 1 names different: declaration 'ctx' definition 's'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/v4l2_m2m.h:120:46: note: Function 'ff_v4l2_m2m_codec_reinit' argument 1 names different: declaration 'ctx' definition 's'. ffmpeg-5.0.1/libavcodec/v4l2_m2m.c:205:46: note: Function 'ff_v4l2_m2m_codec_reinit' argument 1 names different: declaration 'ctx' definition 's'. ffmpeg-5.0.1/libavcodec/v4l2_m2m.c:248:51: style:inconclusive: Function 'ff_v4l2_m2m_codec_full_reinit' argument 1 names different: declaration 'ctx' definition 's'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/v4l2_m2m.h:130:51: note: Function 'ff_v4l2_m2m_codec_full_reinit' argument 1 names different: declaration 'ctx' definition 's'. ffmpeg-5.0.1/libavcodec/v4l2_m2m.c:248:51: note: Function 'ff_v4l2_m2m_codec_full_reinit' argument 1 names different: declaration 'ctx' definition 's'. ffmpeg-5.0.1/libavcodec/v4l2_context.c:581:68: style:inconclusive: Function 'ff_v4l2_context_enqueue_frame' argument 2 names different: declaration 'f' definition 'frame'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/v4l2_context.h:185:68: note: Function 'ff_v4l2_context_enqueue_frame' argument 2 names different: declaration 'f' definition 'frame'. ffmpeg-5.0.1/libavcodec/v4l2_context.c:581:68: note: Function 'ff_v4l2_context_enqueue_frame' argument 2 names different: declaration 'f' definition 'frame'. ffmpeg-5.0.1/libavcodec/v4l2_context.c:631:62: style:inconclusive: Function 'ff_v4l2_context_dequeue_frame' argument 2 names different: declaration 'f' definition 'frame'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/v4l2_context.h:162:62: note: Function 'ff_v4l2_context_dequeue_frame' argument 2 names different: declaration 'f' definition 'frame'. ffmpeg-5.0.1/libavcodec/v4l2_context.c:631:62: note: Function 'ff_v4l2_context_dequeue_frame' argument 2 names different: declaration 'f' definition 'frame'. ffmpeg-5.0.1/libavcodec/vaapi_encode_h265.c:458:23: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/vaapi_encode_h265.c:255:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/vaapi_encode_h265.c:458:23: note: Shadow variable ffmpeg-5.0.1/libavcodec/vaapi_encode_h265.c:919:13: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/vaapi_encode_h265.c:896:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/vaapi_encode_h265.c:919:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/vaapi_encode_h265.c:879:25: warning: Conversion of string literal "invalid picture type" to bool always evaluates to true. [incorrectStringBooleanError] ffmpeg-5.0.1/libavcodec/vaapi_encode_vp9.c:147:25: warning: Conversion of string literal "invalid picture type" to bool always evaluates to true. [incorrectStringBooleanError] ffmpeg-5.0.1/libavcodec/vaapi_encode_mpeg2.c:329:34: style: Variable 'ph->forward_f_code' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/vaapi_encode_mpeg2.c:327:34: note: ph->forward_f_code is assigned ffmpeg-5.0.1/libavcodec/vaapi_encode_mpeg2.c:329:34: note: ph->forward_f_code is overwritten ffmpeg-5.0.1/libavcodec/vaapi_encode_mpeg2.c:467:25: warning: Conversion of string literal "invalid picture type" to bool always evaluates to true. [incorrectStringBooleanError] ffmpeg-5.0.1/libavcodec/vaapi_encode_mpeg2.c:502:25: warning: Conversion of string literal "invalid picture type" to bool always evaluates to true. [incorrectStringBooleanError] ffmpeg-5.0.1/libavcodec/vaapi_encode_mpeg2.c:135:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/vaapi_encode_mpeg2.c:159:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/vaapi_encode_vp8.c:107:25: warning: Conversion of string literal "invalid picture type" to bool always evaluates to true. [incorrectStringBooleanError] ffmpeg-5.0.1/libavcodec/vaapi_vc1.c:392:16: style: Local variable 'size' shadows outer argument [shadowArgument] ffmpeg-5.0.1/libavcodec/vaapi_vc1.c:250:109: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/vaapi_vc1.c:392:16: note: Shadow variable ffmpeg-5.0.1/libavcodec/vb.c:79:40: style: Parameter 'buf' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vb.c:79:54: style: Parameter 'start' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vb.c:79:70: style: Parameter 'end' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vb.c:84:53: style: Parameter 'start' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vb.c:84:69: style: Parameter 'end' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vc1.c:1044:52: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavcodec/vc1_loopfilter.c:1128:9: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] ffmpeg-5.0.1/libavcodec/vc1_loopfilter.c:1130:9: note: Found duplicate branches for 'if' and 'else'. ffmpeg-5.0.1/libavcodec/vc1_loopfilter.c:1128:9: note: Found duplicate branches for 'if' and 'else'. ffmpeg-5.0.1/libavcodec/vc1_loopfilter.c:42:64: style: Clarify calculation precedence for '^' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/vc1_loopfilter.c:43:64: style: Clarify calculation precedence for '^' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/vc1_loopfilter.c:58:64: style: Clarify calculation precedence for '^' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/vc1_loopfilter.c:59:64: style: Clarify calculation precedence for '^' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavcodec/vc1_loopfilter.c:363:90: style: Parameter 'cbp' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vc1_loopfilter.c:364:59: style: Parameter 'is_intra' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vc1_loopfilter.c:364:96: style: Parameter 'mv_f' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vc1_loopfilter.c:365:55: style: Parameter 'ttblk' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vc1_loopfilter.c:416:90: style: Parameter 'cbp' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vc1_loopfilter.c:417:59: style: Parameter 'is_intra' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vc1_loopfilter.c:417:96: style: Parameter 'mv_f' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vc1_loopfilter.c:418:55: style: Parameter 'ttblk' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vc1_loopfilter.c:802:91: style: Parameter 'ttblk' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vc1_loopfilter.c:852:91: style: Parameter 'ttblk' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vc1_loopfilter.c:1112:96: style: Parameter 'cbp' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vc1_loopfilter.c:1113:61: style: Parameter 'ttblk' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vc1_loopfilter.c:1144:96: style: Parameter 'cbp' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vc1_loopfilter.c:1145:61: style: Parameter 'ttblk' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vc1_loopfilter.c:277:20: style: Variable 'flags' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/vc1_loopfilter.c:1179:20: style: Variable 'flags' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/vc1_mc.c:143:49: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavcodec/vc1_mc.c:61:58: style: Parameter 'lut1' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vc1_mc.c:61:73: style: Parameter 'lut2' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vc1_mc.c:81:60: style: Parameter 'lut1' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vc1_mc.c:81:75: style: Parameter 'lut2' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vc1_parser.c:141:26: style: Variable 'start_code_found' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/vc1_pred.c:512:13: style: Redundant condition: !v->blk_mv_type[xy]. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ffmpeg-5.0.1/libavcodec/vc1_pred.c:695:23: style: Variable 'off' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/vc1dsp.c:971:44: style:inconclusive: Function 'ff_vc1dsp_init' argument 1 names different: declaration 'c' definition 'dsp'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/vc1dsp.h:85:36: note: Function 'ff_vc1dsp_init' argument 1 names different: declaration 'c' definition 'dsp'. ffmpeg-5.0.1/libavcodec/vc1dsp.c:971:44: note: Function 'ff_vc1dsp_init' argument 1 names different: declaration 'c' definition 'dsp'. ffmpeg-5.0.1/libavcodec/vc1dsp.c:244:78: style: Parameter 'block' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vc1dsp.c:335:78: style: Parameter 'block' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vc1dsp.c:412:78: style: Parameter 'block' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vc1dsp.c:485:78: style: Parameter 'block' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vc1dsp.c:151:22: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/vc1dsp.c:161:34: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/vc1dsp.c:167:33: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/vc1dsp.c:173:23: style: Variable 'd' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/vc2enc_dwt.c:258:60: style:inconclusive: Function 'ff_vc2enc_init_transforms' argument 1 names different: declaration 't' definition 's'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/vc2enc_dwt.h:50:53: note: Function 'ff_vc2enc_init_transforms' argument 1 names different: declaration 't' definition 's'. ffmpeg-5.0.1/libavcodec/vc2enc_dwt.c:258:60: note: Function 'ff_vc2enc_init_transforms' argument 1 names different: declaration 't' definition 's'. ffmpeg-5.0.1/libavcodec/vc2enc_dwt.c:277:61: style:inconclusive: Function 'ff_vc2enc_free_transforms' argument 1 names different: declaration 't' definition 's'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/vc2enc_dwt.h:52:53: note: Function 'ff_vc2enc_free_transforms' argument 1 names different: declaration 't' definition 's'. ffmpeg-5.0.1/libavcodec/vc2enc_dwt.c:277:61: note: Function 'ff_vc2enc_free_transforms' argument 1 names different: declaration 't' definition 's'. ffmpeg-5.0.1/libavcodec/vc2enc.c:1053:35: style: Local variable 'fmt' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/vc2enc.c:1027:31: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/vc2enc.c:1053:35: note: Shadow variable ffmpeg-5.0.1/libavcodec/vdpau.c:329:63: style:inconclusive: Function 'ff_vdpau_common_start_frame' argument 1 names different: declaration 'pic' definition 'pic_ctx'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/vdpau_internal.h:121:63: note: Function 'ff_vdpau_common_start_frame' argument 1 names different: declaration 'pic' definition 'pic_ctx'. ffmpeg-5.0.1/libavcodec/vdpau.c:329:63: note: Function 'ff_vdpau_common_start_frame' argument 1 names different: declaration 'pic' definition 'pic_ctx'. ffmpeg-5.0.1/libavcodec/vdpau.c:340:61: style:inconclusive: Function 'ff_vdpau_common_end_frame' argument 3 names different: declaration 'pic' definition 'pic_ctx'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/vdpau_internal.h:124:61: note: Function 'ff_vdpau_common_end_frame' argument 3 names different: declaration 'pic' definition 'pic_ctx'. ffmpeg-5.0.1/libavcodec/vdpau.c:340:61: note: Function 'ff_vdpau_common_end_frame' argument 3 names different: declaration 'pic' definition 'pic_ctx'. ffmpeg-5.0.1/libavcodec/vdpau.c:384:55: style:inconclusive: Function 'ff_vdpau_add_buffer' argument 1 names different: declaration 'pic' definition 'pic_ctx'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/vdpau_internal.h:126:55: note: Function 'ff_vdpau_add_buffer' argument 1 names different: declaration 'pic' definition 'pic_ctx'. ffmpeg-5.0.1/libavcodec/vdpau.c:384:55: note: Function 'ff_vdpau_add_buffer' argument 1 names different: declaration 'pic' definition 'pic_ctx'. ffmpeg-5.0.1/libavcodec/vdpau.c:385:54: style:inconclusive: Function 'ff_vdpau_add_buffer' argument 3 names different: declaration 'buf_size' definition 'size'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/vdpau_internal.h:127:34: note: Function 'ff_vdpau_add_buffer' argument 3 names different: declaration 'buf_size' definition 'size'. ffmpeg-5.0.1/libavcodec/vdpau.c:385:54: note: Function 'ff_vdpau_add_buffer' argument 3 names different: declaration 'buf_size' definition 'size'. ffmpeg-5.0.1/libavcodec/vdpau.c:409:46: style:inconclusive: Function 'av_vdpau_bind_context' argument 3 names different: declaration 'get_proc_address' definition 'get_proc'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/vdpau.h:126:46: note: Function 'av_vdpau_bind_context' argument 3 names different: declaration 'get_proc_address' definition 'get_proc'. ffmpeg-5.0.1/libavcodec/vdpau.c:409:46: note: Function 'av_vdpau_bind_context' argument 3 names different: declaration 'get_proc_address' definition 'get_proc'. ffmpeg-5.0.1/libavcodec/vc1_block.c:1427:48: style:inconclusive: Boolean expression '!is_intra[i]' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavcodec/vc1_block.c:1427:48: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavcodec/vc1_block.c:2490:29: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] ffmpeg-5.0.1/libavcodec/vc1_block.c:2488:25: note: outer condition: mvsw ffmpeg-5.0.1/libavcodec/vc1_block.c:2490:29: note: identical inner condition: mvsw ffmpeg-5.0.1/libavcodec/vc1_block.c:1812:13: style: Condition 'cbp' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/vc1_block.c:1734:15: note: Assignment 'cbp=0', assigned value is 0 ffmpeg-5.0.1/libavcodec/vc1_block.c:1812:13: note: Condition 'cbp' is always false ffmpeg-5.0.1/libavcodec/vc1_block.c:2142:13: style: Condition 'cbp' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/vc1_block.c:2016:15: note: Assignment 'cbp=0', assigned value is 0 ffmpeg-5.0.1/libavcodec/vc1_block.c:2142:13: note: Condition 'cbp' is always false ffmpeg-5.0.1/libavcodec/vc1_block.c:2489:29: style: Local variable 'dir2' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/vc1_block.c:2197:14: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/vc1_block.c:2489:29: note: Shadow variable ffmpeg-5.0.1/libavcodec/vc1_block.c:411:16: style: Variable 'q2' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/vc1_block.c:1535:20: style: Variable 'idx_mbmode' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/videodsp_template.c:23:41: style:inconclusive: Function 'ff_emulated_edge_mc_8' argument 1 names different: declaration 'dst' definition 'buf'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/videodsp.h:38:1: note: Function 'ff_emulated_edge_mc_8' argument 1 names different: declaration 'dst' definition 'buf'. ffmpeg-5.0.1/libavcodec/videodsp_template.c:23:41: note: Function 'ff_emulated_edge_mc_8' argument 1 names different: declaration 'dst' definition 'buf'. ffmpeg-5.0.1/libavcodec/videodsp_template.c:24:42: style:inconclusive: Function 'ff_emulated_edge_mc_8' argument 3 names different: declaration 'dst_stride' definition 'buf_linesize'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/videodsp.h:38:1: note: Function 'ff_emulated_edge_mc_8' argument 3 names different: declaration 'dst_stride' definition 'buf_linesize'. ffmpeg-5.0.1/libavcodec/videodsp_template.c:24:42: note: Function 'ff_emulated_edge_mc_8' argument 3 names different: declaration 'dst_stride' definition 'buf_linesize'. ffmpeg-5.0.1/libavcodec/videodsp_template.c:25:42: style:inconclusive: Function 'ff_emulated_edge_mc_8' argument 4 names different: declaration 'src_stride' definition 'src_linesize'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/videodsp.h:38:1: note: Function 'ff_emulated_edge_mc_8' argument 4 names different: declaration 'src_stride' definition 'src_linesize'. ffmpeg-5.0.1/libavcodec/videodsp_template.c:25:42: note: Function 'ff_emulated_edge_mc_8' argument 4 names different: declaration 'src_stride' definition 'src_linesize'. ffmpeg-5.0.1/libavcodec/videodsp_template.c:23:41: style:inconclusive: Function 'ff_emulated_edge_mc_16' argument 1 names different: declaration 'dst' definition 'buf'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/videodsp.h:39:1: note: Function 'ff_emulated_edge_mc_16' argument 1 names different: declaration 'dst' definition 'buf'. ffmpeg-5.0.1/libavcodec/videodsp_template.c:23:41: note: Function 'ff_emulated_edge_mc_16' argument 1 names different: declaration 'dst' definition 'buf'. ffmpeg-5.0.1/libavcodec/videodsp_template.c:24:42: style:inconclusive: Function 'ff_emulated_edge_mc_16' argument 3 names different: declaration 'dst_stride' definition 'buf_linesize'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/videodsp.h:39:1: note: Function 'ff_emulated_edge_mc_16' argument 3 names different: declaration 'dst_stride' definition 'buf_linesize'. ffmpeg-5.0.1/libavcodec/videodsp_template.c:24:42: note: Function 'ff_emulated_edge_mc_16' argument 3 names different: declaration 'dst_stride' definition 'buf_linesize'. ffmpeg-5.0.1/libavcodec/videodsp_template.c:25:42: style:inconclusive: Function 'ff_emulated_edge_mc_16' argument 4 names different: declaration 'src_stride' definition 'src_linesize'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/videodsp.h:39:1: note: Function 'ff_emulated_edge_mc_16' argument 4 names different: declaration 'src_stride' definition 'src_linesize'. ffmpeg-5.0.1/libavcodec/videodsp_template.c:25:42: note: Function 'ff_emulated_edge_mc_16' argument 4 names different: declaration 'src_stride' definition 'src_linesize'. ffmpeg-5.0.1/libavcodec/vmdaudio.c:212:30: style:inconclusive: Boolean expression 'avctx->channels>1' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavcodec/videotoolbox.c:338:5: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] ffmpeg-5.0.1/libavcodec/vorbis.c:56:32: style: Parameter 'bits' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vorbis.c:197:45: style: Parameter 'y_list' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vmnc.c:252:12: style: Variable 'bw' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/videotoolboxenc.c:1115:48: style: Condition '!vtenc_qscale_enabled()' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/videotoolboxenc.c:1683:14: warning: Possible null pointer dereference: dst [nullPointer] ffmpeg-5.0.1/libavcodec/videotoolboxenc.c:1957:40: note: Calling function 'copy_emulation_prev', 3rd argument 'NULL' value is 0 ffmpeg-5.0.1/libavcodec/videotoolboxenc.c:1683:14: note: Null pointer dereference ffmpeg-5.0.1/libavcodec/videotoolboxenc.c:1402:12: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavcodec/videotoolboxenc.c:1202:20: note: status is assigned ffmpeg-5.0.1/libavcodec/videotoolboxenc.c:1402:12: note: status is overwritten ffmpeg-5.0.1/libavcodec/videotoolboxenc.c:1872:36: style: Checking if unsigned expression 'remaining_dst_size' is less than zero. [unsignedLessThanZero] ffmpeg-5.0.1/libavcodec/videotoolboxenc.c:2005:17: style: Local variable 'status' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/videotoolboxenc.c:1975:13: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/videotoolboxenc.c:2005:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/videotoolboxenc.c:389:16: style: Variable 'status' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/videotoolboxenc.c:1088:41: style: Variable 'bytes_per_second_value' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/videotoolboxenc.c:1089:35: style: Variable 'one_second_value' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/videotoolboxenc.c:1612:26: style: Variable 'sei_payload_type' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/videotoolboxenc.c:1631:30: style: Variable 'sei_payload_type' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/videotoolboxenc.c:2383:22: style: Variable 'side_data' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/vorbisenc.c:1121:17: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/vorbisenc.c:1094:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/vorbisenc.c:1121:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/vorbisenc.c:888:33: style: Parameter 'num' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vorbisenc.c:782:25: error: Uninitialized variable: averages [uninitvar] ffmpeg-5.0.1/libavcodec/vorbisenc.c:773:19: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/vorbisenc.c:782:25: note: Uninitialized variable: averages ffmpeg-5.0.1/libavcodec/vp3.c:2180:33: style: Condition 'standard_mc' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/vp3.c:2149:47: note: Assignment 'standard_mc=1', assigned value is 1 ffmpeg-5.0.1/libavcodec/vp3.c:2180:33: note: Condition 'standard_mc' is always true ffmpeg-5.0.1/libavcodec/vp3.c:2434:18: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/vp3.c:2326:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/vp3.c:2434:18: note: Shadow variable ffmpeg-5.0.1/libavcodec/vp3.c:470:9: style: Variable 'superblock_starts' can be declared as const array [constVariable] ffmpeg-5.0.1/libavcodec/vp3.c:2211:63: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/vp3.c:157:9: style: struct member 'VP4Predictor::dc' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/vp3.c:158:9: style: struct member 'VP4Predictor::type' is never used. [unusedStructMember] ffmpeg-5.0.1/libavcodec/vp3.c:1186:19: style: Variable 'zero_run' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/vp3.c:1711:19: style: Variable 'transform' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/vorbisdec.c:974:28: style: Checking if unsigned expression 'vc->audio_channels' is less than zero. [unsignedLessThanZero] ffmpeg-5.0.1/libavcodec/vorbisdec.c:979:30: style: Checking if unsigned expression 'vc->audio_samplerate' is less than zero. [unsignedLessThanZero] ffmpeg-5.0.1/libavcodec/vorbisdec.c:1145:17: style: Local variable 'idx' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/vorbisdec.c:1110:18: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/vorbisdec.c:1145:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/vorbisdec.c:1214:14: style: Variable 'range_v' can be declared as const array [constVariable] ffmpeg-5.0.1/libavcodec/vorbisdec.c:1338:53: style: Parameter 'do_not_decode' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vorbisdec.c:245:13: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/vp3dsp.c:476:42: style:inconclusive: Function 'ff_vp3dsp_set_bounding_values' argument 1 names different: declaration 'bound_values_array' definition 'bounding_values_array'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/vp3dsp.h:62:42: note: Function 'ff_vp3dsp_set_bounding_values' argument 1 names different: declaration 'bound_values_array' definition 'bounding_values_array'. ffmpeg-5.0.1/libavcodec/vp3dsp.c:476:42: note: Function 'ff_vp3dsp_set_bounding_values' argument 1 names different: declaration 'bound_values_array' definition 'bounding_values_array'. ffmpeg-5.0.1/libavcodec/vp3dsp.c:387:55: style: Parameter 'bounding_values' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vp3dsp.c:404:55: style: Parameter 'bounding_values' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vp5.c:77:17: style: Local variable 'ret' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/vp5.c:41:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/vp5.c:77:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/vp56.c:649:10: style: Condition 's->discard_frame' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/vp56.c:646:24: note: Assignment 's->discard_frame=0', assigned value is 0 ffmpeg-5.0.1/libavcodec/vp56.c:649:10: note: Condition 's->discard_frame' is always false ffmpeg-5.0.1/libavcodec/vp6.c:433:29: style: Local variable 'pt' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/vp6.c:414:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/vp6.c:433:29: note: Shadow variable ffmpeg-5.0.1/libavcodec/vp6.c:262:56: style: Parameter 'coeff_model' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/vp8dsp.c:666:45: style:inconclusive: Function 'ff_vp78dsp_init' argument 1 names different: declaration 'c' definition 'dsp'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/vp8dsp.h:93:37: note: Function 'ff_vp78dsp_init' argument 1 names different: declaration 'c' definition 'dsp'. ffmpeg-5.0.1/libavcodec/vp8dsp.c:666:45: note: Function 'ff_vp78dsp_init' argument 1 names different: declaration 'c' definition 'dsp'. ffmpeg-5.0.1/libavcodec/vp8dsp.c:309:55: style: Parameter 'p' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vp8dsp.c:316:55: style: Parameter 'p' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vp8dsp.c:343:42: style: Parameter 'p' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/vp8.c:1406:18: style:inconclusive: Boolean expression '!pred[0]' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavcodec/vp9_mc_template.c:30:13: error: There is an unknown macro here somewhere. Configuration is required. If FN is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavcodec/vp9_parser.c:39:23: style: Variable 'res' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/vp8.c:1406:18: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavcodec/vp8.c:1679:39: style: Condition '!mb_y' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/vp8.c:1779:39: style: Condition '!mb_y' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/vp8.c:1713:26: style: Local variable 'dst' shadows outer argument [shadowArgument] ffmpeg-5.0.1/libavcodec/vp8.c:1671:63: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/vp8.c:1713:26: note: Shadow variable ffmpeg-5.0.1/libavcodec/vp8.c:1338:70: style: Parameter 'qmul' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/vp8.c:1917:61: style: Parameter 'dst' can be declared as const array [constParameter] ffmpeg-5.0.1/libavcodec/vp8.c:1406:59: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/vp8.c:2390:17: style: Variable 'next_td' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/vp8.c:2392:17: style: Variable 'next_td' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/vp8.c:2582:20: style: Variable 'next_td' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/vp8.c:2582:37: style: Variable 'prev_td' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/vp9.c:816:22: style: Local variable 'ref' shadows outer argument [shadowArgument] ffmpeg-5.0.1/libavcodec/vp9.c:499:68: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/vp9.c:816:22: note: Shadow variable ffmpeg-5.0.1/libavcodec/vp9.c:927:19: style: Local variable 'ref' shadows outer argument [shadowArgument] ffmpeg-5.0.1/libavcodec/vp9.c:499:68: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/vp9.c:927:19: note: Shadow variable ffmpeg-5.0.1/libavcodec/vp9.c:1521:22: style: Local variable 'tile' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/vp9.c:1500:18: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/vp9.c:1521:22: note: Shadow variable ffmpeg-5.0.1/libavcodec/vp9.c:1656:13: style: Local variable 'j' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/vp9.c:1555:17: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/vp9.c:1656:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/vp9.c:284:5: style: Variable 'p' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/vp9.c:1791:9: style: Unused variable: ret [unusedVariable] ffmpeg-5.0.1/libavcodec/vp9dsp_template.c:1718:1: error: Shifting 32-bit value by 4294967295 bits is undefined behaviour [shiftTooManyBits] ffmpeg-5.0.1/libavcodec/vp9dsp_template.c:1718:1: error: Signed integer overflow for expression '0-1'. [integerOverflow] ffmpeg-5.0.1/libavcodec/vp9dsp_template.c:1718:1: warning: Expression '0-1' can have a negative value. That is converted to an unsigned value and used in an unsigned calculation. [signConversion] ffmpeg-5.0.1/libavcodec/vp9block.c:469:43: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition] ffmpeg-5.0.1/libavcodec/vp9block.c:468:38: note: outer condition: !td->left_intra_ctx[row7] ffmpeg-5.0.1/libavcodec/vp9block.c:469:43: note: opposite inner condition: td->left_intra_ctx[row7] ffmpeg-5.0.1/libavcodec/wavpack.c:889:14: style: Condition '!last' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/wavpack.c:795:13: note: Assuming that condition 'last' is not redundant ffmpeg-5.0.1/libavcodec/wavpack.c:889:14: note: Condition '!last' is always true ffmpeg-5.0.1/libavcodec/wavpack.c:955:14: style: Condition '!last' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/wavpack.c:921:13: note: Assuming that condition 'last' is not redundant ffmpeg-5.0.1/libavcodec/wavpack.c:955:14: note: Condition '!last' is always true ffmpeg-5.0.1/libavcodec/wavpack.c:462:21: style: Local variable 'sp' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/wavpack.c:446:29: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/wavpack.c:462:21: note: Shadow variable ffmpeg-5.0.1/libavcodec/wavpack.c:1476:23: style: Local variable 'size' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/wavpack.c:1091:19: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/wavpack.c:1476:23: note: Shadow variable ffmpeg-5.0.1/libavcodec/wavpack.c:509:59: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpack.c:510:69: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpack.c:544:59: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpack.c:545:69: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpack.c:1412:22: style: Variable 'size' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/wavpack.c:1421:22: style: Variable 'size' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/wavpackenc.c:183:45: style: Condition 'avctx->compression_level<1' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/wavpackenc.c:180:45: note: Assuming that condition 'avctx->compression_level==1' is not redundant ffmpeg-5.0.1/libavcodec/wavpackenc.c:183:45: note: Condition 'avctx->compression_level<1' is always true ffmpeg-5.0.1/libavcodec/wavpackenc.c:1240:17: style: Local variable 'k' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/wavpackenc.c:1215:13: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/wavpackenc.c:1240:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/wavpackenc.c:1441:17: style: Local variable 'k' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/wavpackenc.c:1422:13: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/wavpackenc.c:1441:17: note: Shadow variable ffmpeg-5.0.1/libavcodec/wavpackenc.c:2606:24: style: Local variable 'dpp' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/wavpackenc.c:2475:20: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/wavpackenc.c:2606:24: note: Shadow variable ffmpeg-5.0.1/libavcodec/wavpackenc.c:2622:24: style: Local variable 'dpp' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/wavpackenc.c:2475:20: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/wavpackenc.c:2622:24: note: Shadow variable ffmpeg-5.0.1/libavcodec/wavpackenc.c:2630:24: style: Local variable 'dpp' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/wavpackenc.c:2475:20: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/wavpackenc.c:2630:24: note: Shadow variable ffmpeg-5.0.1/libavcodec/wavpackenc.c:2655:24: style: Local variable 'dpp' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/wavpackenc.c:2475:20: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/wavpackenc.c:2655:24: note: Shadow variable ffmpeg-5.0.1/libavcodec/wavpackenc.c:2761:28: style: Local variable 'dpp' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/wavpackenc.c:2475:20: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/wavpackenc.c:2761:28: note: Shadow variable ffmpeg-5.0.1/libavcodec/wavpackenc.c:1361:42: style: Parameter 'in_left' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/wavpackenc.c:1361:61: style: Parameter 'in_right' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/wavpackenc.c:2135:33: style: Parameter 'samples_l' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/wavpackenc.c:2135:53: style: Parameter 'samples_r' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/wavpackenc.c:2159:65: style: Parameter 'sample' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/wavpackenc.c:249:18: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:263:15: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:281:74: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:291:74: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:296:74: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:574:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:590:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:1155:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:1161:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:1177:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:1183:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:1199:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:1205:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:1222:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:1227:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:1383:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:1388:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:1398:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:1403:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:1413:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:1418:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:1429:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:1433:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:1981:40: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour. See condition at line 1977. [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:1977:23: note: Assuming that condition 'cbits>31' is not redundant ffmpeg-5.0.1/libavcodec/wavpackenc.c:1981:40: note: Shift ffmpeg-5.0.1/libavcodec/wavpackenc.c:2010:44: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour. See condition at line 2006. [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:2006:27: note: Assuming that condition 'cbits>31' is not redundant ffmpeg-5.0.1/libavcodec/wavpackenc.c:2010:44: note: Shift ffmpeg-5.0.1/libavcodec/wavpackenc.c:2197:33: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:2202:37: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:2245:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:2250:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:2260:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:2265:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:2274:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:2278:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:2422:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:2425:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:2434:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:2437:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:2449:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:2453:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:2732:17: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavcodec/wavpackenc.c:1981:40: warning: Either the condition 'cbits>31' is redundant or there is signed integer overflow for expression '1<31' is not redundant ffmpeg-5.0.1/libavcodec/wavpackenc.c:1981:40: note: Integer overflow ffmpeg-5.0.1/libavcodec/wavpackenc.c:2010:44: warning: Either the condition 'cbits>31' is redundant or there is signed integer overflow for expression '1<31' is not redundant ffmpeg-5.0.1/libavcodec/wavpackenc.c:2010:44: note: Integer overflow ffmpeg-5.0.1/libavcodec/wavpackenc.c:2517:18: style: Variable 'mag' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/wmalosslessdec.c:196:44: error: There is an unknown macro here somewhere. Configuration is required. If AV_STRINGIFY is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavcodec/wmaenc.c:178:49: warning: Either the condition 'code>=0' is redundant or the array 'ff_aac_scalefactor_bits[121]' is accessed at index -1, which is out of bounds. [negativeIndex] ffmpeg-5.0.1/libavcodec/wmaenc.c:177:25: note: Assuming that condition 'code>=0' is not redundant ffmpeg-5.0.1/libavcodec/wmaenc.c:176:35: note: Assignment to 'code=exp-last_exp+60' ffmpeg-5.0.1/libavcodec/wmaenc.c:176:18: note: code is assigned 'exp-last_exp+60' here. ffmpeg-5.0.1/libavcodec/wmaenc.c:178:49: note: Negative array index ffmpeg-5.0.1/libavcodec/wmaenc.c:179:41: warning: Either the condition 'code>=0' is redundant or the array 'ff_aac_scalefactor_code[121]' is accessed at index -1, which is out of bounds. [negativeIndex] ffmpeg-5.0.1/libavcodec/wmaenc.c:177:25: note: Assuming that condition 'code>=0' is not redundant ffmpeg-5.0.1/libavcodec/wmaenc.c:176:35: note: Assignment to 'code=exp-last_exp+60' ffmpeg-5.0.1/libavcodec/wmaenc.c:176:18: note: code is assigned 'exp-last_exp+60' here. ffmpeg-5.0.1/libavcodec/wmaenc.c:179:41: note: Negative array index ffmpeg-5.0.1/libavcodec/wma.c:434:28: portability: Casting from const float * to const unsigned int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] ffmpeg-5.0.1/libavcodec/wma.c:435:22: portability: Casting from float * to unsigned int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] ffmpeg-5.0.1/libavcodec/wma.c:196:44: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/wma.c:82:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/wma.c:196:44: note: Shadow variable ffmpeg-5.0.1/libavcodec/wmadec.c:338:29: portability: Casting from const float * to const unsigned int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] ffmpeg-5.0.1/libavcodec/wmadec.c:975:13: portability:inconclusive: Casting from float * * to signed char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] ffmpeg-5.0.1/libavcodec/wmadec.c:548:24: style: Local variable 'n' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/wmadec.c:442:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/wmadec.c:548:24: note: Shadow variable ffmpeg-5.0.1/libavcodec/wmadec.c:548:27: style: Local variable 'a' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/wmadec.c:442:15: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/wmadec.c:548:27: note: Shadow variable ffmpeg-5.0.1/libavcodec/wmadec.c:561:24: style: Local variable 'n' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/wmadec.c:442:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/wmadec.c:561:24: note: Shadow variable ffmpeg-5.0.1/libavcodec/wmadec.c:636:23: style: Local variable 'n' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/wmadec.c:442:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/wmadec.c:636:23: note: Shadow variable ffmpeg-5.0.1/libavcodec/wmadec.c:665:35: style: Local variable 'v' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/wmadec.c:442:12: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/wmadec.c:665:35: note: Shadow variable ffmpeg-5.0.1/libavcodec/wmadec.c:201:44: style: Parameter 'lsp' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/wmadec.c:970:24: style: Variable 'samples_offset' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/wmaenc.c:231:29: style: Condition 's->channel_coded[ch]' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/wmaenc.c:230:32: note: Assignment 's->channel_coded[ch]=1', assigned value is 1 ffmpeg-5.0.1/libavcodec/wmaenc.c:231:29: note: Condition 's->channel_coded[ch]' is always true ffmpeg-5.0.1/libavcodec/wmaenc.c:296:9: style: Condition 'parse_exponents' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavcodec/wmaenc.c:292:23: note: Assignment 'parse_exponents=1', assigned value is 1 ffmpeg-5.0.1/libavcodec/wmaenc.c:296:9: note: Condition 'parse_exponents' is always true ffmpeg-5.0.1/libavcodec/wmaenc.c:386:13: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/wmaenc.c:374:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/wmaenc.c:386:13: note: Shadow variable ffmpeg-5.0.1/libavcodec/wmaprodec.c:1196:9: style: Same expression used in consecutive assignments of 'offset' and 'subframe_len'. [duplicateAssignExpression] ffmpeg-5.0.1/libavcodec/wmaprodec.c:1197:9: note: Same expression used in consecutive assignments of 'offset' and 'subframe_len'. ffmpeg-5.0.1/libavcodec/wmaprodec.c:1196:9: note: Same expression used in consecutive assignments of 'offset' and 'subframe_len'. ffmpeg-5.0.1/libavcodec/wmaprodec.c:553:14: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/wmaprodec.c:359:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/wmaprodec.c:553:14: note: Shadow variable ffmpeg-5.0.1/libavcodec/wmaprodec.c:889:25: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/wmaprodec.c:798:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/wmaprodec.c:889:25: note: Shadow variable ffmpeg-5.0.1/libavcodec/wmaprodec.c:1056:21: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/wmaprodec.c:1018:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/wmaprodec.c:1056:21: note: Shadow variable ffmpeg-5.0.1/libavcodec/wmaprodec.c:2005:14: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavcodec/wmaprodec.c:1953:9: note: Shadowed declaration ffmpeg-5.0.1/libavcodec/wmaprodec.c:2005:14: note: Shadow variable ffmpeg-5.0.1/libavcodec/wmaprodec.c:769:25: error: Uninitialized variable: rotation_offset [uninitvar] ffmpeg-5.0.1/libavcodec/wmaprodec.c:755:19: note: Assuming condition is false ffmpeg-5.0.1/libavcodec/wmaprodec.c:769:25: note: Uninitialized variable: rotation_offset ffmpeg-5.0.1/libavcodec/wmaprodec.c:1820:14: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/wmv2.c:83:48: style:inconclusive: Function 'ff_wmv2_add_mb' argument 2 names different: declaration 'block' definition 'block1'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/wmv2.h:66:48: note: Function 'ff_wmv2_add_mb' argument 2 names different: declaration 'block' definition 'block1'. ffmpeg-5.0.1/libavcodec/wmv2.c:83:48: note: Function 'ff_wmv2_add_mb' argument 2 names different: declaration 'block' definition 'block1'. ffmpeg-5.0.1/libavcodec/wmavoice.c:1417:31: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] ffmpeg-5.0.1/libavcodec/wmavoice.c:1944:22: style: Variable 'res' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/x86/cfhdencdsp_init.c:41:19: style: Variable 'cpu_flags' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/x86/lossless_videodsp_init.c:88:44: style:inconclusive: Function 'ff_llviddsp_init_x86' argument 1 names different: declaration 'llviddsp' definition 'c'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavcodec/lossless_videodsp.h:43:44: note: Function 'ff_llviddsp_init_x86' argument 1 names different: declaration 'llviddsp' definition 'c'. ffmpeg-5.0.1/libavcodec/x86/lossless_videodsp_init.c:88:44: note: Function 'ff_llviddsp_init_x86' argument 1 names different: declaration 'llviddsp' definition 'c'. ffmpeg-5.0.1/libavcodec/x86/mpegvideoenc_qns_template.c:35:12: error: There is an unknown macro here somewhere. Configuration is required. If DEF is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavcodec/x86/mpegvideoenc_template.c:103:12: error: There is an unknown macro here somewhere. Configuration is required. If RENAME is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavcodec/xan.c:343:23: style: Redundant initialization for 'opcode_buffer_end'. The initialized value is overwritten before it is read. [redundantInitialization] ffmpeg-5.0.1/libavcodec/xan.c:309:32: note: opcode_buffer_end is initialized ffmpeg-5.0.1/libavcodec/xan.c:343:23: note: opcode_buffer_end is overwritten ffmpeg-5.0.1/libavcodec/xan.c:304:14: style: Variable 'size' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavcodec/xbmenc.c:53:12: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ffmpeg-5.0.1/libavcodec/xbmenc.c:54:12: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ffmpeg-5.0.1/libavcodec/xface.c:286:59: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavcodec/xpmdec.c:335:9: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] ffmpeg-5.0.1/libavcodec/xpmdec.c:335:9: warning: %u in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] ffmpeg-5.0.1/libavcodec/xpmdec.c:335:9: warning: %u in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] ffmpeg-5.0.1/libavcodec/xpmdec.c:335:9: warning: %u in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] ffmpeg-5.0.1/libavcodec/xpmdec.c:215:13: warning: Either the condition 'string' is redundant or there is possible null pointer dereference: string. [nullPointerRedundantCheck] ffmpeg-5.0.1/libavcodec/xpmdec.c:217:21: note: Assuming that condition 'string' is not redundant ffmpeg-5.0.1/libavcodec/xpmdec.c:215:13: note: Null pointer dereference ffmpeg-5.0.1/libavcodec/xpmdec.c:220:20: warning: Either the condition 'string' is redundant or there is possible null pointer dereference: string. [nullPointerRedundantCheck] ffmpeg-5.0.1/libavcodec/xpmdec.c:222:21: note: Assuming that condition 'string' is not redundant ffmpeg-5.0.1/libavcodec/xpmdec.c:220:20: note: Null pointer dereference ffmpeg-5.0.1/libavcodec/zmbvenc.c:239:34: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavdevice/bktr.c:231:14: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] ffmpeg-5.0.1/libavdevice/alsa.c:167:43: style:inconclusive: Function 'ff_alsa_open' argument 1 names different: declaration 's' definition 'ctx'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavdevice/alsa.h:79:35: note: Function 'ff_alsa_open' argument 1 names different: declaration 's' definition 'ctx'. ffmpeg-5.0.1/libavdevice/alsa.c:167:43: note: Function 'ff_alsa_open' argument 1 names different: declaration 's' definition 'ctx'. ffmpeg-5.0.1/libavdevice/alsa.c:340:49: style:inconclusive: Function 'ff_alsa_extend_reorder_buf' argument 2 names different: declaration 'size' definition 'min_size'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavdevice/alsa.h:104:49: note: Function 'ff_alsa_extend_reorder_buf' argument 2 names different: declaration 'size' definition 'min_size'. ffmpeg-5.0.1/libavdevice/alsa.c:340:49: note: Function 'ff_alsa_extend_reorder_buf' argument 2 names different: declaration 'size' definition 'min_size'. ffmpeg-5.0.1/libavdevice/dshow_enummediatypes.c:24:1: error: There is an unknown macro here somewhere. Configuration is required. If AV_STRINGIFY is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavdevice/dshow_enumpins.c:24:1: error: There is an unknown macro here somewhere. Configuration is required. If AV_STRINGIFY is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavdevice/dshow_filter.c:24:1: error: There is an unknown macro here somewhere. Configuration is required. If AV_STRINGIFY is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavdevice/dshow_pin.c:27:1: error: There is an unknown macro here somewhere. Configuration is required. If AV_STRINGIFY is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavdevice/decklink_enc.cpp:84:27: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_enc.cpp:86:27: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_enc.cpp:88:23: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_enc.cpp:167:35: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_enc.cpp:168:33: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_enc.cpp:238:35: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_enc.cpp:239:33: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_enc.cpp:279:35: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_enc.cpp:280:33: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_enc.cpp:435:35: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_enc.cpp:436:33: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_enc.cpp:438:37: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_enc.cpp:490:40: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/fbdev_common.c:33:48: style: struct member 'rgb_pixfmt_map_entry::alpha_offset' is never used. [unusedStructMember] ffmpeg-5.0.1/libavdevice/decklink_enc.cpp:527:35: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_enc.cpp:528:33: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_enc.cpp:550:35: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_enc.cpp:555:12: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_enc.cpp:624:35: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_enc.cpp:625:33: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_common.cpp:113:9: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_common.cpp:124:35: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_common.cpp:125:33: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_common.cpp:166:35: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_common.cpp:167:33: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_common.cpp:263:35: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_common.cpp:264:33: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_common.cpp:434:26: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_common.cpp:472:20: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_common.cpp:489:35: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_common.cpp:490:33: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_common.cpp:540:35: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_common.cpp:541:33: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_common.cpp:557:35: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_common.cpp:558:33: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/dshow_crossbar.c:104:12: style: Variable 'hr' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavdevice/dshow_crossbar.c:80:12: note: hr is assigned ffmpeg-5.0.1/libavdevice/dshow_crossbar.c:104:12: note: hr is overwritten ffmpeg-5.0.1/libavdevice/decklink_common.cpp:570:21: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_common.cpp:571:21: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_common.cpp:575:17: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_common.cpp:576:17: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/libcdio.c:71:14: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavdevice/iec61883.c:438:9: style: Unused variable: result [unusedVariable] ffmpeg-5.0.1/libavdevice/android_camera.c:634:9: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:694:9: style: Class 'decklink_input_callback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:178:18: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:806:30: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavdevice/utils.c:26:13: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavdevice/android_camera.c:832:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:149:22: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:405:10: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:424:28: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:476:34: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:533:12: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:715:34: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavfilter/af_acontrast.c:55:19: style: Local variable 'd' shadows outer argument [shadowArgument] ffmpeg-5.0.1/libavfilter/af_acontrast.c:45:31: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/af_acontrast.c:55:19: note: Shadow variable ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:716:12: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavfilter/af_acontrast.c:75:20: style: Local variable 'd' shadows outer argument [shadowArgument] ffmpeg-5.0.1/libavfilter/af_acontrast.c:65:31: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/af_acontrast.c:75:20: note: Shadow variable ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:846:35: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavfilter/af_acontrast.c:96:19: style: Local variable 'd' shadows outer argument [shadowArgument] ffmpeg-5.0.1/libavfilter/af_acontrast.c:85:32: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/af_acontrast.c:96:19: note: Shadow variable ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:896:31: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavfilter/af_acontrast.c:114:20: style: Local variable 'd' shadows outer argument [shadowArgument] ffmpeg-5.0.1/libavfilter/af_acontrast.c:103:32: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/af_acontrast.c:114:20: note: Shadow variable ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:929:44: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:970:28: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:1072:28: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:1086:35: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:1095:33: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:1131:29: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:1146:35: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:1147:33: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:1165:35: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:1173:12: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:1431:35: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:1432:33: style: C-style pointer casting [cstyleCast] ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:799:9: style: The scope of the variable 'hfr' can be reduced. [variableScope] ffmpeg-5.0.1/libavdevice/lavfi.c:149:23: style: Local variable 'options' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavdevice/lavfi.c:482:23: note: Shadowed declaration ffmpeg-5.0.1/libavdevice/lavfi.c:149:23: note: Shadow variable ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:986:21: style: The scope of the variable 'i' can be reduced. [variableScope] ffmpeg-5.0.1/libavdevice/lavfi.c:401:13: style: Local variable 'ret' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavdevice/lavfi.c:387:9: note: Shadowed declaration ffmpeg-5.0.1/libavdevice/lavfi.c:401:13: note: Shadow variable ffmpeg-5.0.1/libavfilter/af_afade.c:180:1: portability: Casting between unsigned char * and double * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:411:17: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:334:12: note: Shadowed declaration ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:411:17: note: Shadow variable ffmpeg-5.0.1/libavdevice/lavfi.c:449:16: style: Local variable 'size' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavdevice/lavfi.c:388:9: note: Shadowed declaration ffmpeg-5.0.1/libavdevice/lavfi.c:449:16: note: Shadow variable ffmpeg-5.0.1/libavfilter/af_afade.c:180:1: portability: Casting between unsigned char * const and double * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:636:35: style: Local variable 'packet' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:613:31: note: Shadowed declaration ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:636:35: note: Shadow variable ffmpeg-5.0.1/libavfilter/af_adynamicequalizer.c:61:53: style: Parameter 'a' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavfilter/af_afade.c:181:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:673:24: style: Local variable 'packet' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:613:31: note: Shadowed declaration ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:673:24: note: Shadow variable ffmpeg-5.0.1/libavfilter/af_adynamicequalizer.c:61:42: style: Parameter 'm' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavfilter/af_afade.c:181:1: portability: Casting between unsigned char * const and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:1013:38: style: Local variable 'vanc' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:976:43: note: Shadowed declaration ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:1013:38: note: Shadow variable ffmpeg-5.0.1/libavfilter/af_aexciter.c:27:12: style: struct member 'ChannelParams::blend_old' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/af_afade.c:185:1: portability: Casting between unsigned char * and double * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:171:49: style: Parameter 'buf' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavfilter/af_aexciter.c:27:23: style: struct member 'ChannelParams::drive_old' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/af_afade.c:185:1: portability: Casting between unsigned char * const and double * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:295:75: style: Parameter 'pend' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavfilter/af_afade.c:186:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:891:26: style: Variable 'bars' can be declared as const array [constVariable] ffmpeg-5.0.1/libavfilter/af_acrossover.c:268:21: style: Same expression on both sides of '/'. [duplicateExpression] ffmpeg-5.0.1/libavfilter/af_acrossover.c:264:17: note: 'b2' is assigned value 'a0' here. ffmpeg-5.0.1/libavfilter/af_acrossover.c:268:21: note: Same expression on both sides of '/'. ffmpeg-5.0.1/libavfilter/af_afade.c:186:1: portability: Casting between unsigned char * const and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/af_afade.c:33:20: style: struct member 'AudioFadeContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavdevice/decklink_dec.cpp:596:18: style: struct member 'KLVPacket::sequence_counter' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/af_afade.c:34:9: style: struct member 'AudioFadeContext::type' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/af_afade.c:35:9: style: struct member 'AudioFadeContext::curve' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/af_agate.c:36:20: style: struct member 'AudioGateContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/af_afade.c:35:16: style: struct member 'AudioFadeContext::curve2' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/af_agate.c:38:12: style: struct member 'AudioGateContext::level_in' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/af_afade.c:40:9: style: struct member 'AudioFadeContext::overlap' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/af_agate.c:39:12: style: struct member 'AudioGateContext::level_sc' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/aeval.c:57:20: style: struct member 'EvalContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/af_afade.c:41:9: style: struct member 'AudioFadeContext::cf0_eof' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/af_agate.c:61:13: style: struct member 'AudioGateContext::pts' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/af_afade.c:42:9: style: struct member 'AudioFadeContext::crossfade_is_over' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/af_afade.c:43:13: style: struct member 'AudioFadeContext::pts' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/af_afade.c:48:12: style: struct member 'AudioFadeContext::crossfade_samples' is never used. [unusedStructMember] ffmpeg-5.0.1/libavdevice/pulse_audio_dec.c:303:25: style: Checking if unsigned expression 'read_length' is less than zero. [unsignedLessThanZero] ffmpeg-5.0.1/libavfilter/af_afreqshift.c:102:1: error: Uninitialized variable: I [uninitvar] ffmpeg-5.0.1/libavfilter/af_afreqshift.c:102:1: note: Assuming condition is false ffmpeg-5.0.1/libavfilter/af_afreqshift.c:102:1: note: Uninitialized variable: I ffmpeg-5.0.1/libavfilter/af_afreqshift.c:103:1: error: Uninitialized variable: I [uninitvar] ffmpeg-5.0.1/libavfilter/af_afreqshift.c:103:1: note: Assuming condition is false ffmpeg-5.0.1/libavfilter/af_afreqshift.c:103:1: note: Uninitialized variable: I ffmpeg-5.0.1/libavfilter/af_afreqshift.c:152:1: error: Uninitialized variable: I [uninitvar] ffmpeg-5.0.1/libavfilter/af_afreqshift.c:152:1: note: Assuming condition is false ffmpeg-5.0.1/libavfilter/af_afreqshift.c:152:1: note: Uninitialized variable: I ffmpeg-5.0.1/libavfilter/af_afreqshift.c:153:1: error: Uninitialized variable: I [uninitvar] ffmpeg-5.0.1/libavfilter/af_afreqshift.c:153:1: note: Assuming condition is false ffmpeg-5.0.1/libavfilter/af_afreqshift.c:153:1: note: Uninitialized variable: I ffmpeg-5.0.1/libavfilter/af_adelay.c:96:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/af_adelay.c:96:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/af_adelay.c:97:1: portability: Casting between const unsigned char * and double * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/af_adelay.c:97:1: portability: Casting between unsigned char * and double * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/af_aecho.c:198:1: portability: Casting between unsigned char * const and double * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/af_aecho.c:198:1: portability: Casting between unsigned char * and double * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/af_anlmdn.c:116:43: style:inconclusive: Function 'ff_anlmdn_init' argument 1 names different: declaration 's' definition 'dsp'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavfilter/af_anlmdndsp.h:37:43: note: Function 'ff_anlmdn_init' argument 1 names different: declaration 's' definition 'dsp'. ffmpeg-5.0.1/libavfilter/af_anlmdn.c:116:43: note: Function 'ff_anlmdn_init' argument 1 names different: declaration 's' definition 'dsp'. ffmpeg-5.0.1/libavfilter/af_aphaser.c:160:1: portability: Casting between unsigned char * const and double * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/af_aecho.c:199:1: portability: Casting between unsigned char * const and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/af_aphaser.c:160:1: portability: Casting between unsigned char * and double * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/af_aecho.c:199:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/af_aphaser.c:161:1: portability: Casting between unsigned char * const and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/af_aecho.c:198:1: style: Variable 'av_uninit' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/af_aphaser.c:161:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/af_aecho.c:199:1: style: Variable 'av_uninit' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/af_aphaser.c:165:1: portability: Casting between unsigned char * const and double * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/af_aecho.c:200:1: style: Variable 'av_uninit' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/af_aphaser.c:165:1: portability: Casting between unsigned char * and double * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/af_aecho.c:201:1: style: Variable 'av_uninit' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/af_aphaser.c:166:1: portability: Casting between unsigned char * const and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/af_aphaser.c:166:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/af_aphaser.c:160:1: error: Uninitialized variable: delay_pos [uninitvar] ffmpeg-5.0.1/libavfilter/af_aphaser.c:160:1: note: Assuming condition is false ffmpeg-5.0.1/libavfilter/af_aphaser.c:160:1: note: Uninitialized variable: delay_pos ffmpeg-5.0.1/libavfilter/af_aphaser.c:160:1: error: Uninitialized variable: modulation_pos [uninitvar] ffmpeg-5.0.1/libavfilter/af_aphaser.c:160:1: note: Assuming condition is false ffmpeg-5.0.1/libavfilter/af_aphaser.c:160:1: note: Uninitialized variable: modulation_pos ffmpeg-5.0.1/libavfilter/af_aphaser.c:161:1: error: Uninitialized variable: delay_pos [uninitvar] ffmpeg-5.0.1/libavfilter/af_aphaser.c:161:1: note: Assuming condition is false ffmpeg-5.0.1/libavfilter/af_aphaser.c:161:1: note: Uninitialized variable: delay_pos ffmpeg-5.0.1/libavfilter/af_adeclick.c:398:24: style: Local variable 'index' shadows outer argument [shadowArgument] ffmpeg-5.0.1/libavfilter/af_adeclick.c:383:45: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/af_adeclick.c:398:24: note: Shadow variable ffmpeg-5.0.1/libavfilter/af_aphaser.c:161:1: error: Uninitialized variable: modulation_pos [uninitvar] ffmpeg-5.0.1/libavfilter/af_aphaser.c:161:1: note: Assuming condition is false ffmpeg-5.0.1/libavfilter/af_aphaser.c:161:1: note: Uninitialized variable: modulation_pos ffmpeg-5.0.1/libavfilter/af_adeclick.c:248:28: style: Parameter 'index' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavfilter/af_aphaser.c:162:1: error: Uninitialized variable: delay_pos [uninitvar] ffmpeg-5.0.1/libavfilter/af_aphaser.c:162:1: note: Assuming condition is false ffmpeg-5.0.1/libavfilter/af_aphaser.c:162:1: note: Uninitialized variable: delay_pos ffmpeg-5.0.1/libavdevice/xcbgrab.c:827:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] ffmpeg-5.0.1/libavfilter/af_adeclick.c:303:37: style: Parameter 'vector' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavfilter/af_aphaser.c:162:1: error: Uninitialized variable: modulation_pos [uninitvar] ffmpeg-5.0.1/libavfilter/af_aphaser.c:162:1: note: Assuming condition is false ffmpeg-5.0.1/libavfilter/af_aphaser.c:162:1: note: Uninitialized variable: modulation_pos ffmpeg-5.0.1/libavfilter/af_adeclick.c:432:53: style: Parameter 'acoefficients' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavfilter/af_aphaser.c:163:1: error: Uninitialized variable: delay_pos [uninitvar] ffmpeg-5.0.1/libavfilter/af_aphaser.c:163:1: note: Assuming condition is false ffmpeg-5.0.1/libavfilter/af_aphaser.c:163:1: note: Uninitialized variable: delay_pos ffmpeg-5.0.1/libavfilter/af_adeclick.c:255:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/af_aphaser.c:163:1: error: Uninitialized variable: modulation_pos [uninitvar] ffmpeg-5.0.1/libavfilter/af_aphaser.c:163:1: note: Assuming condition is false ffmpeg-5.0.1/libavfilter/af_aphaser.c:163:1: note: Uninitialized variable: modulation_pos ffmpeg-5.0.1/libavfilter/af_asoftclip.c:111:12: style: Same expression on both sides of '/='. [duplicateExpression] ffmpeg-5.0.1/libavfilter/af_aresample.c:290:51: style: Parameter 'prev' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavfilter/af_biquads.c:709:11: style: Same expression on both sides of '/='. [duplicateExpression] ffmpeg-5.0.1/libavfilter/af_biquads.c:571:20: style: Local variable 'A' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavfilter/af_biquads.c:511:12: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/af_biquads.c:571:20: note: Shadow variable ffmpeg-5.0.1/libavfilter/af_flanger.c:144:36: portability: Casting between unsigned char * and double * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/af_biquads.c:597:20: style: Local variable 'A' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavfilter/af_biquads.c:511:12: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/af_biquads.c:597:20: note: Shadow variable ffmpeg-5.0.1/libavfilter/af_afftfilt.c:348:13: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/af_biquads.c:113:20: style: struct member 'BiquadsContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/af_sidechaincompress.c:40:20: style: struct member 'SidechainCompressContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/af_biquads.c:168:24: style: Variable 'sample_fmts[0]' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/af_sidechaincompress.c:42:12: style: struct member 'SidechainCompressContext::level_in' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/af_biquads.c:171:24: style: Variable 'sample_fmts[0]' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/af_sidechaincompress.c:43:12: style: struct member 'SidechainCompressContext::level_sc' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/af_biquads.c:174:24: style: Variable 'sample_fmts[0]' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/af_sidechaincompress.c:66:13: style: struct member 'SidechainCompressContext::pts' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/af_apsyclip.c:458:18: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavfilter/af_apsyclip.c:438:14: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/af_apsyclip.c:458:18: note: Shadow variable ffmpeg-5.0.1/libavfilter/af_biquads.c:177:24: style: Variable 'sample_fmts[0]' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/af_apsyclip.c:462:18: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavfilter/af_apsyclip.c:438:14: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/af_apsyclip.c:462:18: note: Shadow variable ffmpeg-5.0.1/libavfilter/af_axcorrelate.c:147:1: error: Uninitialized variable: used [uninitvar] ffmpeg-5.0.1/libavfilter/af_axcorrelate.c:147:1: note: Assuming condition is false ffmpeg-5.0.1/libavfilter/af_axcorrelate.c:147:1: note: Uninitialized variable: used ffmpeg-5.0.1/libavfilter/af_apsyclip.c:489:18: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavfilter/af_apsyclip.c:438:14: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/af_apsyclip.c:489:18: note: Shadow variable ffmpeg-5.0.1/libavfilter/af_axcorrelate.c:148:1: error: Uninitialized variable: used [uninitvar] ffmpeg-5.0.1/libavfilter/af_axcorrelate.c:148:1: note: Assuming condition is false ffmpeg-5.0.1/libavfilter/af_axcorrelate.c:148:1: note: Uninitialized variable: used ffmpeg-5.0.1/libavfilter/af_amix.c:443:18: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/af_axcorrelate.c:197:1: error: Uninitialized variable: used [uninitvar] ffmpeg-5.0.1/libavfilter/af_axcorrelate.c:197:1: note: Assuming condition is false ffmpeg-5.0.1/libavfilter/af_axcorrelate.c:197:1: note: Uninitialized variable: used ffmpeg-5.0.1/libavfilter/af_replaygain.c:530:40: style: Parameter 'histogram' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavfilter/af_axcorrelate.c:198:1: error: Uninitialized variable: used [uninitvar] ffmpeg-5.0.1/libavfilter/af_axcorrelate.c:198:1: note: Assuming condition is false ffmpeg-5.0.1/libavfilter/af_axcorrelate.c:198:1: note: Uninitialized variable: used ffmpeg-5.0.1/libavfilter/af_afftdn.c:177:17: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall] ffmpeg-5.0.1/libavfilter/af_afftdn.c:179:17: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall] ffmpeg-5.0.1/libavfilter/af_loudnorm.c:457:21: error: Uninitialized variable: true_peak [uninitvar] ffmpeg-5.0.1/libavfilter/af_loudnorm.c:449:23: note: Assuming condition is false ffmpeg-5.0.1/libavfilter/af_loudnorm.c:457:21: note: Uninitialized variable: true_peak ffmpeg-5.0.1/libavfilter/af_afftdn.c:181:17: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall] ffmpeg-5.0.1/libavfilter/af_afftdn.c:585:29: style: The statement 'if (s->last_noise_floor!=s->noise_floor) s->last_noise_floor=s->noise_floor' is logically equivalent to 's->last_noise_floor=s->noise_floor'. [duplicateConditionalAssign] ffmpeg-5.0.1/libavfilter/af_afftdn.c:586:29: note: Assignment 's->last_noise_floor=s->noise_floor' ffmpeg-5.0.1/libavfilter/af_afftdn.c:585:29: note: Condition 's->last_noise_floor!=s->noise_floor' is redundant ffmpeg-5.0.1/libavdevice/opengl_enc.c:601:20: style: Condition 'major==required_extensions[i].major' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/libavdevice/opengl_enc.c:600:19: note: Assuming that condition 'major=64' is not redundant ffmpeg-5.0.1/libavfilter/af_pan.c:83:65: note: Shift ffmpeg-5.0.1/libavfilter/af_speechnorm.c:277:1: portability: Casting between const unsigned char * and const float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:260:72: style:inconclusive: Boolean expression '!0' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavfilter/af_atempo.c:411:9: portability: Casting between const unsigned char * and const float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:263:32: style:inconclusive: Boolean expression '!0' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavfilter/af_atempo.c:413:9: portability: Casting between const unsigned char * and const double * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:264:32: style:inconclusive: Boolean expression '!0' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavfilter/af_atempo.c:802:9: portability: Casting between const unsigned char * and const float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:265:32: style:inconclusive: Boolean expression '!0' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavfilter/af_atempo.c:802:9: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:266:32: style:inconclusive: Boolean expression '!0' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavfilter/af_atempo.c:802:9: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/af_mcompand.c:512:31: style: Checking if unsigned expression 'c->delay_buf_size' is less than zero. [unsignedLessThanZero] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:267:32: style:inconclusive: Boolean expression '!0' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:260:72: style:inconclusive: Boolean expression '!SS_H' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavfilter/af_atempo.c:804:9: portability: Casting between const unsigned char * and const double * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/af_mcompand.c:56:12: style: struct member 'PrevCrossover::in' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:269:72: style:inconclusive: Boolean expression '!0' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:263:32: style:inconclusive: Boolean expression '!SS_H' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavfilter/af_atempo.c:804:9: portability: Casting between unsigned char * and double * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/af_mcompand.c:57:12: style: struct member 'PrevCrossover::out_low' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:272:32: style:inconclusive: Boolean expression '!0' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:264:32: style:inconclusive: Boolean expression '!SS_H' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavfilter/af_atempo.c:804:9: portability:inconclusive: Casting from double * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/af_mcompand.c:58:12: style: struct member 'PrevCrossover::out_high' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/af_silenceremove.c:771:28: style: Expression is always true because 'else if' condition is opposite to previous condition at line 759. [multiCondition] ffmpeg-5.0.1/libavfilter/af_silenceremove.c:759:28: note: first condition ffmpeg-5.0.1/libavfilter/af_silenceremove.c:771:28: note: else if condition is opposite to first condition ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:273:32: style:inconclusive: Boolean expression '!0' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:265:32: style:inconclusive: Boolean expression '!SS_H' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavfilter/avf_aphasemeter.c:115:23: style: Local variable 'outlink' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavfilter/avf_aphasemeter.c:96:19: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/avf_aphasemeter.c:115:23: note: Shadow variable ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:274:32: style:inconclusive: Boolean expression '!0' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:266:32: style:inconclusive: Boolean expression '!SS_H' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:275:32: style:inconclusive: Boolean expression '!0' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:267:32: style:inconclusive: Boolean expression '!SS_H' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavfilter/af_arnndn.c:1112:23: style: Local variable 'tmp' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavfilter/af_arnndn.c:1034:11: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/af_arnndn.c:1112:23: note: Shadow variable ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:276:32: style:inconclusive: Boolean expression '!0' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavfilter/af_arnndn.c:908:50: style: Parameter 'y' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavfilter/af_silenceremove.c:568:29: style: Checking if unsigned expression 's->stop_silence_end' is less than zero. [unsignedLessThanZero] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:260:72: style:inconclusive: Boolean expression '!1' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavfilter/af_arnndn.c:908:36: style: Parameter 'xcorr' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:263:32: style:inconclusive: Boolean expression '!1' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavdevice/v4l2.c:1033:21: portability: Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. [prohibitedreaddirCalled] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:264:32: style:inconclusive: Boolean expression '!1' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:265:32: style:inconclusive: Boolean expression '!1' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavfilter/af_astats.c:592:9: portability: Casting between const unsigned char * const and const double * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/avf_avectorscope.c:389:17: error: Uninitialized variable: x [uninitvar] ffmpeg-5.0.1/libavfilter/avf_avectorscope.c:321:19: note: Assuming condition is false ffmpeg-5.0.1/libavfilter/avf_avectorscope.c:389:17: note: Uninitialized variable: x ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:266:32: style:inconclusive: Boolean expression '!1' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavfilter/af_astats.c:595:9: portability: Casting between const unsigned char * const and const double * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/avf_avectorscope.c:389:32: error: Uninitialized variable: y [uninitvar] ffmpeg-5.0.1/libavfilter/avf_avectorscope.c:321:19: note: Assuming condition is false ffmpeg-5.0.1/libavfilter/avf_avectorscope.c:389:32: note: Uninitialized variable: y ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:267:32: style:inconclusive: Boolean expression '!1' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavfilter/af_astats.c:598:9: portability: Casting between const unsigned char * const and const float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:269:72: style:inconclusive: Boolean expression '!1' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavfilter/af_astats.c:601:9: portability: Casting between const unsigned char * const and const float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:272:32: style:inconclusive: Boolean expression '!1' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavfilter/af_astats.c:331:18: style: Local variable 'i' shadows outer argument [shadowArgument] ffmpeg-5.0.1/libavfilter/af_astats.c:264:100: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/af_astats.c:331:18: note: Shadow variable ffmpeg-5.0.1/libavfilter/af_headphone.c:667:21: style: Local variable 'pad' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavfilter/af_headphone.c:650:17: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/af_headphone.c:667:21: note: Shadow variable ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:273:32: style:inconclusive: Boolean expression '!1' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:274:32: style:inconclusive: Boolean expression '!1' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavfilter/dnn/dnn_backend_common.c:94:18: style: Variable 'status' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:275:32: style:inconclusive: Boolean expression '!1' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavfilter/dnn/dnn_backend_common.c:114:18: style: Variable 'status' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:276:32: style:inconclusive: Boolean expression '!1' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ffmpeg-5.0.1/libavfilter/dnn/dnn_backend_common.c:113:9: style: Unused variable: ret [unusedVariable] ffmpeg-5.0.1/libavfilter/af_firequalizer.c:620:37: error: Invalid log2() argument nr 1. The value is 0 but the valid values are '4.94066e-324:'. [invalidFunctionArg] ffmpeg-5.0.1/libavfilter/af_firequalizer.c:618:24: note: Assignment 'vars[VAR_F]=0.0', assigned value is 0.0 ffmpeg-5.0.1/libavfilter/af_firequalizer.c:620:37: note: Invalid argument ffmpeg-5.0.1/libavfilter/avf_showvolume.c:155:29: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavfilter/dnn/dnn_backend_native_layer_mathbinary.c:131:20: style: Variable 'input_index' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/af_aiir.c:880:17: style: The comparison 'ret < 0' is always false. [knownConditionTrueFalse] ffmpeg-5.0.1/libavfilter/af_aiir.c:820:15: note: 'ret' is assigned value '0' here. ffmpeg-5.0.1/libavfilter/af_aiir.c:880:17: note: The comparison 'ret < 0' is always false. ffmpeg-5.0.1/libavdevice/dshow.c:1586:26: style: Variable 'par->color_range' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavdevice/dshow.c:1584:30: note: par->color_range is assigned ffmpeg-5.0.1/libavdevice/dshow.c:1586:26: note: par->color_range is overwritten ffmpeg-5.0.1/libavfilter/af_aiir.c:659:24: style: Local variable 'distance' shadows outer function [shadowFunction] ffmpeg-5.0.1/libavfilter/af_aiir.c:1090:15: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/af_aiir.c:659:24: note: Shadow variable ffmpeg-5.0.1/libavdevice/dshow.c:1122:46: style:inconclusive: Function 'ff_dshow_show_filter_properties' argument 1 names different: declaration 'pFilter' definition 'device_filter'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavdevice/dshow_capture.h:354:51: note: Function 'ff_dshow_show_filter_properties' argument 1 names different: declaration 'pFilter' definition 'device_filter'. ffmpeg-5.0.1/libavdevice/dshow.c:1122:46: note: Function 'ff_dshow_show_filter_properties' argument 1 names different: declaration 'pFilter' definition 'device_filter'. ffmpeg-5.0.1/libavfilter/af_aiir.c:1417:23: style: Local variable 'outlink' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavfilter/af_aiir.c:1386:19: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/af_aiir.c:1417:23: note: Shadow variable ffmpeg-5.0.1/libavdevice/dshow.c:582:30: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavdevice/dshow.c:500:13: note: Shadowed declaration ffmpeg-5.0.1/libavdevice/dshow.c:582:30: note: Shadow variable ffmpeg-5.0.1/libavfilter/af_aiir.c:765:36: style: Parameter 'x' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavfilter/buffersrc.c:165:71: style:inconclusive: Function 'av_buffersrc_add_frame_flags' argument 1 names different: declaration 'buffer_src' definition 'ctx'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavfilter/buffersrc.h:193:51: note: Function 'av_buffersrc_add_frame_flags' argument 1 names different: declaration 'buffer_src' definition 'ctx'. ffmpeg-5.0.1/libavfilter/buffersrc.c:165:71: note: Function 'av_buffersrc_add_frame_flags' argument 1 names different: declaration 'buffer_src' definition 'ctx'. ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:260:72: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavfilter/af_aiir.c:783:27: style: Parameter 'matrix' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:263:32: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavfilter/f_ebur128.c:876:17: error: There is an unknown macro here somewhere. Configuration is required. If AV_STRINGIFY is a macro then please configure it. [unknownMacro] ffmpeg-5.0.1/libavfilter/af_aiir.c:783:43: style: Parameter 'vector' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:264:32: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavfilter/f_graphmonitor.c:259:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] ffmpeg-5.0.1/libavfilter/af_aiir.c:948:34: style: Parameter 'a' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavfilter/avf_showwaves.c:72:20: style: struct member 'ShowWavesContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:265:32: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavfilter/avf_showwaves.c:81:9: style: struct member 'ShowWavesContext::sample_count_mod' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:266:32: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavfilter/f_cue.c:28:20: style: struct member 'CueContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/af_aiir.c:785:16: style: Variable 'sum' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:267:32: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:131:34: style: Parameter 'rgb' can be declared as const array [constParameter] ffmpeg-5.0.1/libavfilter/f_bench.c:32:20: style: struct member 'BenchContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:209:38: style: Parameter 'rgb' can be declared as const array [constParameter] ffmpeg-5.0.1/libavfilter/f_loop.c:33:20: style: struct member 'LoopContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/f_loop.c:35:18: style: struct member 'LoopContext::fifo' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/f_loop.c:36:18: style: struct member 'LoopContext::left' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/f_loop.c:37:15: style: struct member 'LoopContext::frames' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/f_latency.c:30:13: style: struct member 'LatencyContext::sum' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/f_loop.c:38:9: style: struct member 'LoopContext::nb_frames' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/f_interleave.c:38:20: style: struct member 'InterleaveContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/f_loop.c:39:9: style: struct member 'LoopContext::current_frame' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/f_loop.c:40:13: style: struct member 'LoopContext::start_pts' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/f_realtime.c:28:20: style: struct member 'RealtimeContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/f_graphmonitor.c:125:76: style: Parameter 'color' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavfilter/f_loop.c:41:13: style: struct member 'LoopContext::duration' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/af_surround.c:1613:13: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/f_graphmonitor.c:36:20: style: struct member 'GraphMonitorContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/f_loop.c:42:13: style: struct member 'LoopContext::current_sample' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/f_graphmonitor.c:259:14: style: Variable 'xpos' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/f_loop.c:43:13: style: struct member 'LoopContext::nb_samples' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/f_perms.c:37:20: style: struct member 'PermsContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/f_loop.c:44:13: style: struct member 'LoopContext::ignored_samples' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/f_loop.c:46:9: style: struct member 'LoopContext::loop' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/f_loop.c:47:9: style: struct member 'LoopContext::eof' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/f_loop.c:49:13: style: struct member 'LoopContext::start' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/f_reverse.c:35:9: style: struct member 'ReverseContext::flush_idx' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/f_sidedata.c:39:20: style: struct member 'SideDataContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/f_loop.c:50:13: style: struct member 'LoopContext::pts' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/f_reverse.c:36:13: style: struct member 'ReverseContext::nb_samples' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/ebur128.c:119:12: style: Variable 'rb' can be declared as const array [constVariable] ffmpeg-5.0.1/libavfilter/f_segment.c:36:20: style: struct member 'SegmentContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/dnn/dnn_backend_native.c:397:21: style: Local variable 'oprd' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavfilter/dnn/dnn_backend_native.c:306:17: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/dnn/dnn_backend_native.c:397:21: note: Shadow variable ffmpeg-5.0.1/libavfilter/drawutils.c:55:17: style: Condition 'depthb' is always false [knownConditionTrueFalse] ffmpeg-5.0.1/libavfilter/drawutils.c:49:27: note: Assignment 'depthb=0', assigned value is 0 ffmpeg-5.0.1/libavfilter/drawutils.c:55:17: note: Condition 'depthb' is always false ffmpeg-5.0.1/libavfilter/drawutils.c:184:58: style: Parameter 'data' can be declared as const array [constParameter] ffmpeg-5.0.1/libavfilter/f_metadata.c:78:20: style: struct member 'MetadataContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/drawutils.c:184:70: style: Parameter 'linesize' can be declared as const array [constParameter] ffmpeg-5.0.1/libavfilter/f_select.c:145:20: style: struct member 'SelectContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/drawutils.c:214:58: style: Parameter 'color' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavfilter/drawutils.c:639:18: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/f_drawgraph.c:33:20: style: struct member 'DrawGraphContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/framepool.c:120:43: style:inconclusive: Function 'ff_frame_pool_audio_init' argument 3 names different: declaration 'samples' definition 'nb_samples'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavfilter/framepool.h:67:43: note: Function 'ff_frame_pool_audio_init' argument 3 names different: declaration 'samples' definition 'nb_samples'. ffmpeg-5.0.1/libavfilter/framepool.c:120:43: note: Function 'ff_frame_pool_audio_init' argument 3 names different: declaration 'samples' definition 'nb_samples'. ffmpeg-5.0.1/libavfilter/f_streamselect.c:156:20: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/scale_eval.c:57:36: style:inconclusive: Function 'ff_scale_eval_dimensions' argument 1 names different: declaration 'ctx' definition 'log_ctx'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavfilter/scale_eval.h:32:36: note: Function 'ff_scale_eval_dimensions' argument 1 names different: declaration 'ctx' definition 'log_ctx'. ffmpeg-5.0.1/libavfilter/scale_eval.c:57:36: note: Function 'ff_scale_eval_dimensions' argument 1 names different: declaration 'ctx' definition 'log_ctx'. ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:269:72: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavfilter/settb.c:56:20: style: struct member 'SetTBContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:272:32: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavfilter/af_ladspa.c:605:13: style: Local variable 'ret' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavfilter/af_ladspa.c:459:19: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/af_ladspa.c:605:13: note: Shadow variable ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:273:32: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavfilter/f_zmq.c:36:20: style: struct member 'ZMQContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:274:32: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:275:32: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavfilter/colorspacedsp_template.c:276:32: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ffmpeg-5.0.1/libavfilter/setpts.c:91:20: style: struct member 'SetPTSContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/af_sofalizer.c:205:48: portability: Shifting signed 64-bit value by 63 bits is implementation-defined behaviour. See condition at line 205. [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavfilter/af_sofalizer.c:205:24: note: Assuming that condition 'channel_id>=64' is not redundant ffmpeg-5.0.1/libavfilter/af_sofalizer.c:205:48: note: Shift ffmpeg-5.0.1/libavfilter/avfiltergraph.c:1204:88: style:inconclusive: Function 'avfilter_graph_queue_command' argument 3 names different: declaration 'cmd' definition 'command'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavfilter/avfilter.h:1149:88: note: Function 'avfilter_graph_queue_command' argument 3 names different: declaration 'cmd' definition 'command'. ffmpeg-5.0.1/libavfilter/avfiltergraph.c:1204:88: note: Function 'avfilter_graph_queue_command' argument 3 names different: declaration 'cmd' definition 'command'. ffmpeg-5.0.1/libavfilter/signature_lookup.c:552:16: error: Uninitialized variables: bestmatch.framerateratio, bestmatch.offset, bestmatch.matchframes, bestmatch.first, bestmatch.second, bestmatch.next [uninitvar] ffmpeg-5.0.1/libavfilter/af_sofalizer.c:51:12: style: struct member 'MySofa::lir' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/avfiltergraph.c:475:33: style: Local variable 'filter' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavfilter/avfiltergraph.c:433:26: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/avfiltergraph.c:475:33: note: Shadow variable ffmpeg-5.0.1/libavfilter/af_sofalizer.c:51:18: style: struct member 'MySofa::rir' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/trim.c:35:20: style: struct member 'TrimContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/trim.c:42:13: style: struct member 'TrimContext::start_frame' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/trim.c:42:26: style: struct member 'TrimContext::end_frame' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/trim.c:48:13: style: struct member 'TrimContext::start_sample' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/trim.c:48:27: style: struct member 'TrimContext::end_sample' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/trim.c:53:13: style: struct member 'TrimContext::nb_frames' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/trim.c:57:13: style: struct member 'TrimContext::nb_samples' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/trim.c:67:13: style: struct member 'TrimContext::next_pts' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/trim.c:69:9: style: struct member 'TrimContext::eof' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/avf_showspectrum.c:401:18: style: Local variable 'n' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavfilter/avf_showspectrum.c:379:9: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/avf_showspectrum.c:401:18: note: Shadow variable ffmpeg-5.0.1/libavfilter/avf_showspectrum.c:406:18: style: Local variable 'n' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavfilter/avf_showspectrum.c:379:9: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/avf_showspectrum.c:406:18: note: Shadow variable ffmpeg-5.0.1/libavfilter/avf_showspectrum.c:411:18: style: Local variable 'n' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavfilter/avf_showspectrum.c:379:9: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/avf_showspectrum.c:411:18: note: Shadow variable ffmpeg-5.0.1/libavfilter/avf_showspectrum.c:416:18: style: Local variable 'n' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavfilter/avf_showspectrum.c:379:9: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/avf_showspectrum.c:416:18: note: Shadow variable ffmpeg-5.0.1/libavfilter/vf_avgblur_vulkan.c:49:10: error: Unmatched '{'. Configuration: '__GNUC__=1'. [syntaxError] ffmpeg-5.0.1/libavfilter/avf_showspectrum.c:421:18: style: Local variable 'n' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavfilter/avf_showspectrum.c:379:9: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/avf_showspectrum.c:421:18: note: Shadow variable ffmpeg-5.0.1/libavfilter/avf_showspectrum.c:437:18: style: Local variable 'n' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavfilter/avf_showspectrum.c:379:9: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/avf_showspectrum.c:437:18: note: Shadow variable ffmpeg-5.0.1/libavfilter/vf_alphamerge.c:187:1: style: Parameter 'prev' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavfilter/avf_showspectrum.c:913:19: style: Local variable 'text' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavfilter/avf_showspectrum.c:737:11: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/avf_showspectrum.c:913:19: note: Shadow variable ffmpeg-5.0.1/libavfilter/avf_showspectrum.c:1220:13: style: Local variable 'ret' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavfilter/avf_showspectrum.c:1012:28: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/avf_showspectrum.c:1220:13: note: Shadow variable ffmpeg-5.0.1/libavfilter/vf_aspect.c:60:20: style: struct member 'AspectContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/avf_showspectrum.c:57:20: style: struct member 'ShowSpectrumContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/avf_showspectrum.c:94:9: style: struct member 'ShowSpectrumContext::consumed' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/avf_showspectrum.c:99:13: style: struct member 'ShowSpectrumContext::pts' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/f_sendcmd.c:97:20: style: struct member 'SendCmdContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/graphparser.c:487:41: style:inconclusive: Function 'avfilter_graph_parse' argument 3 names different: declaration 'inputs' definition 'open_inputs'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavfilter/avfilter.h:1067:41: note: Function 'avfilter_graph_parse' argument 3 names different: declaration 'inputs' definition 'open_inputs'. ffmpeg-5.0.1/libavfilter/graphparser.c:487:41: note: Function 'avfilter_graph_parse' argument 3 names different: declaration 'inputs' definition 'open_inputs'. ffmpeg-5.0.1/libavfilter/graphparser.c:488:41: style:inconclusive: Function 'avfilter_graph_parse' argument 4 names different: declaration 'outputs' definition 'open_outputs'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavfilter/avfilter.h:1067:64: note: Function 'avfilter_graph_parse' argument 4 names different: declaration 'outputs' definition 'open_outputs'. ffmpeg-5.0.1/libavfilter/graphparser.c:488:41: note: Function 'avfilter_graph_parse' argument 4 names different: declaration 'outputs' definition 'open_outputs'. ffmpeg-5.0.1/libavfilter/graphparser.c:550:42: style:inconclusive: Function 'avfilter_graph_parse_ptr' argument 3 names different: declaration 'inputs' definition 'open_inputs_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavfilter/avfilter.h:1088:46: note: Function 'avfilter_graph_parse_ptr' argument 3 names different: declaration 'inputs' definition 'open_inputs_ptr'. ffmpeg-5.0.1/libavfilter/graphparser.c:550:42: note: Function 'avfilter_graph_parse_ptr' argument 3 names different: declaration 'inputs' definition 'open_inputs_ptr'. ffmpeg-5.0.1/libavfilter/vf_blackframe.c:88:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ffmpeg-5.0.1/libavfilter/graphparser.c:550:75: style:inconclusive: Function 'avfilter_graph_parse_ptr' argument 4 names different: declaration 'outputs' definition 'open_outputs_ptr'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavfilter/avfilter.h:1088:70: note: Function 'avfilter_graph_parse_ptr' argument 4 names different: declaration 'outputs' definition 'open_outputs_ptr'. ffmpeg-5.0.1/libavfilter/graphparser.c:550:75: note: Function 'avfilter_graph_parse_ptr' argument 4 names different: declaration 'outputs' definition 'open_outputs_ptr'. ffmpeg-5.0.1/libavfilter/avf_showcqt.c:1423:14: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavfilter/avf_showcqt.c:1383:9: note: ret is assigned ffmpeg-5.0.1/libavfilter/avf_showcqt.c:1423:14: note: ret is overwritten ffmpeg-5.0.1/libavfilter/avf_showcqt.c:505:67: style: Parameter 'fontfile' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavfilter/avf_showcqt.c:589:69: style: Parameter 'font' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavfilter/avf_showcqt.c:733:90: style: Parameter 'cscheme' can be declared as const array [constParameter] ffmpeg-5.0.1/libavfilter/avf_showcqt.c:743:110: style: Parameter 'cscheme' can be declared as const array [constParameter] ffmpeg-5.0.1/libavfilter/avf_showcqt.c:1187:13: style: Variable 'last_time' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/formats.c:556:37: style:inconclusive: Function 'ff_formats_ref' argument 1 names different: declaration 'formats' definition 'f'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavfilter/formats.h:263:37: note: Function 'ff_formats_ref' argument 1 names different: declaration 'formats' definition 'f'. ffmpeg-5.0.1/libavfilter/formats.c:556:37: note: Function 'ff_formats_ref' argument 1 names different: declaration 'formats' definition 'f'. ffmpeg-5.0.1/libavfilter/formats.c:660:59: style:inconclusive: Function 'ff_set_common_channel_layouts' argument 2 names different: declaration 'layouts' definition 'channel_layouts'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavfilter/formats.h:138:59: note: Function 'ff_set_common_channel_layouts' argument 2 names different: declaration 'layouts' definition 'channel_layouts'. ffmpeg-5.0.1/libavfilter/formats.c:660:59: note: Function 'ff_set_common_channel_layouts' argument 2 names different: declaration 'layouts' definition 'channel_layouts'. ffmpeg-5.0.1/libavfilter/vf_chromaber_vulkan.c:46:10: error: Unmatched '{'. Configuration: '__GNUC__=1'. [syntaxError] ffmpeg-5.0.1/libavfilter/vf_bilateral.c:144:35: style: Same expression on both sides of '||'. [duplicateExpression] ffmpeg-5.0.1/libavfilter/vf_bilateral.c:146:34: style: Same expression on both sides of '||'. [duplicateExpression] ffmpeg-5.0.1/libavfilter/vaf_spectrumsynth.c:412:16: error: Uninitialized variable: start [uninitvar] ffmpeg-5.0.1/libavfilter/vaf_spectrumsynth.c:360:21: note: Assuming condition is false ffmpeg-5.0.1/libavfilter/vaf_spectrumsynth.c:412:16: note: Uninitialized variable: start ffmpeg-5.0.1/libavfilter/vaf_spectrumsynth.c:413:14: error: Uninitialized variable: end [uninitvar] ffmpeg-5.0.1/libavfilter/vaf_spectrumsynth.c:360:21: note: Assuming condition is false ffmpeg-5.0.1/libavfilter/vaf_spectrumsynth.c:413:14: note: Uninitialized variable: end ffmpeg-5.0.1/libavfilter/dnn/dnn_backend_openvino.c:219:16: style: Variable 'status' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/dnn/dnn_backend_openvino.c:221:20: style: Variable 'status' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/vf_colorkey.c:29:20: style: struct member 'ColorkeyContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/qsvvpp.c:798:43: style:inconclusive: Function 'ff_qsvvpp_filter_frame' argument 1 names different: declaration 'vpp' definition 's'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavfilter/qsvvpp.h:109:43: note: Function 'ff_qsvvpp_filter_frame' argument 1 names different: declaration 'vpp' definition 's'. ffmpeg-5.0.1/libavfilter/qsvvpp.c:798:43: note: Function 'ff_qsvvpp_filter_frame' argument 1 names different: declaration 'vpp' definition 's'. ffmpeg-5.0.1/libavfilter/qsvvpp.c:798:77: style:inconclusive: Function 'ff_qsvvpp_filter_frame' argument 3 names different: declaration 'frame' definition 'picref'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavfilter/qsvvpp.h:109:79: note: Function 'ff_qsvvpp_filter_frame' argument 3 names different: declaration 'frame' definition 'picref'. ffmpeg-5.0.1/libavfilter/qsvvpp.c:798:77: note: Function 'ff_qsvvpp_filter_frame' argument 3 names different: declaration 'frame' definition 'picref'. ffmpeg-5.0.1/libavfilter/src_movie.c:261:27: style: Condition 'timestamp>0' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavfilter/src_movie.c:257:27: note: Assuming that condition 'movie->seek_point>0' is not redundant ffmpeg-5.0.1/libavfilter/src_movie.c:258:19: note: timestamp is assigned 'movie->seek_point' here. ffmpeg-5.0.1/libavfilter/src_movie.c:261:27: note: Condition 'timestamp>0' is always true ffmpeg-5.0.1/libavfilter/src_movie.c:604:18: style: Local variable 'flags' shadows outer argument [shadowArgument] ffmpeg-5.0.1/libavfilter/src_movie.c:598:56: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/src_movie.c:604:18: note: Shadow variable ffmpeg-5.0.1/libavfilter/src_movie.c:60:20: style: struct member 'MovieContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/src_movie.c:253:14: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/vf_cas.c:86:21: style: Local variable 'h' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavfilter/vf_cas.c:62:19: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/vf_cas.c:86:21: note: Shadow variable ffmpeg-5.0.1/libavfilter/src_movie.c:562:17: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/vf_cas.c:153:21: style: Local variable 'h' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavfilter/vf_cas.c:129:19: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/vf_cas.c:153:21: note: Shadow variable ffmpeg-5.0.1/libavfilter/vf_ciescope.c:1227:9: style: Same expression used in consecutive assignments of 'w' and 'h'. [duplicateAssignExpression] ffmpeg-5.0.1/libavfilter/vf_ciescope.c:1228:9: note: Same expression used in consecutive assignments of 'w' and 'h'. ffmpeg-5.0.1/libavfilter/vf_ciescope.c:1227:9: note: Same expression used in consecutive assignments of 'w' and 'h'. ffmpeg-5.0.1/libavfilter/vf_ciescope.c:972:29: style: Parameter 'pixels' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavfilter/vf_ciescope.c:1092:41: error: Uninitialized variable: fx [uninitvar] ffmpeg-5.0.1/libavfilter/vf_ciescope.c:1083:24: note: Assuming condition is true ffmpeg-5.0.1/libavfilter/vf_ciescope.c:1092:41: note: Uninitialized variable: fx ffmpeg-5.0.1/libavfilter/vf_colorcorrect.c:212:9: style: Same expression used in consecutive assignments of 'umedian' and 'vmedian'. [duplicateAssignExpression] ffmpeg-5.0.1/libavfilter/vf_colorcorrect.c:212:27: note: Same expression used in consecutive assignments of 'umedian' and 'vmedian'. ffmpeg-5.0.1/libavfilter/vf_colorcorrect.c:212:9: note: Same expression used in consecutive assignments of 'umedian' and 'vmedian'. ffmpeg-5.0.1/libavfilter/vf_avgblur_opencl.c:255:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] ffmpeg-5.0.1/libavfilter/vf_avgblur_opencl.c:232:17: note: err is assigned ffmpeg-5.0.1/libavfilter/vf_avgblur_opencl.c:255:9: note: err is overwritten ffmpeg-5.0.1/libavfilter/vf_ciescope.c:1092:45: error: Uninitialized variable: fy [uninitvar] ffmpeg-5.0.1/libavfilter/vf_ciescope.c:1083:24: note: Assuming condition is true ffmpeg-5.0.1/libavfilter/vf_ciescope.c:1092:45: note: Uninitialized variable: fy ffmpeg-5.0.1/libavfilter/vf_colorcorrect.c:266:9: style: Same expression used in consecutive assignments of 'umedian' and 'vmedian'. [duplicateAssignExpression] ffmpeg-5.0.1/libavfilter/vf_colorcorrect.c:266:27: note: Same expression used in consecutive assignments of 'umedian' and 'vmedian'. ffmpeg-5.0.1/libavfilter/vf_colorcorrect.c:266:9: note: Same expression used in consecutive assignments of 'umedian' and 'vmedian'. ffmpeg-5.0.1/libavfilter/avfilter.c:938:40: style:inconclusive: Function 'avfilter_init_str' argument 1 names different: declaration 'ctx' definition 'filter'. [funcArgNamesDifferent] ffmpeg-5.0.1/libavfilter/avfilter.h:779:40: note: Function 'avfilter_init_str' argument 1 names different: declaration 'ctx' definition 'filter'. ffmpeg-5.0.1/libavfilter/avfilter.c:938:40: note: Function 'avfilter_init_str' argument 1 names different: declaration 'ctx' definition 'filter'. ffmpeg-5.0.1/libavfilter/avfilter.c:605:49: style: Parameter 'prev' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavfilter/vaapi_vpp.c:269:69: style: Parameter 'vacs' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavfilter/avfilter.c:375:28: warning: Conversion of string literal "should not be set by non-hwframe-aware filter" to bool always evaluates to true. [incorrectStringBooleanError] ffmpeg-5.0.1/libavfilter/vf_colorconstancy.c:76:20: style: struct member 'ColorConstancyContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/vf_drawtext.c:293:1: error: syntax error: = typedef [syntaxError] ffmpeg-5.0.1/libavfilter/vf_crop.c:195:14: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/blend_modes.c:113:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:113:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:114:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:114:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:115:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:115:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:116:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:116:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:117:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_deshake.c:190:36: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavfilter/blend_modes.c:117:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_bm3d.c:191:9: style: Local variable 'search_boundary' shadows outer function [shadowFunction] ffmpeg-5.0.1/libavfilter/vf_bm3d.c:214:12: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/vf_bm3d.c:191:9: note: Shadow variable ffmpeg-5.0.1/libavfilter/blend_modes.c:118:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_bm3d.c:406:19: style: Local variable 'y' shadows outer argument [shadowArgument] ffmpeg-5.0.1/libavfilter/vf_bm3d.c:387:39: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/vf_bm3d.c:406:19: note: Shadow variable ffmpeg-5.0.1/libavfilter/vf_dnn_classify.c:111:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] ffmpeg-5.0.1/libavfilter/blend_modes.c:118:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_bm3d.c:407:19: style: Local variable 'x' shadows outer argument [shadowArgument] ffmpeg-5.0.1/libavfilter/vf_bm3d.c:387:46: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/vf_bm3d.c:407:19: note: Shadow variable ffmpeg-5.0.1/libavfilter/blend_modes.c:119:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_bm3d.c:529:19: style: Local variable 'y' shadows outer argument [shadowArgument] ffmpeg-5.0.1/libavfilter/vf_bm3d.c:506:39: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/vf_bm3d.c:529:19: note: Shadow variable ffmpeg-5.0.1/libavfilter/blend_modes.c:119:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_bm3d.c:530:19: style: Local variable 'x' shadows outer argument [shadowArgument] ffmpeg-5.0.1/libavfilter/vf_bm3d.c:506:46: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/vf_bm3d.c:530:19: note: Shadow variable ffmpeg-5.0.1/libavfilter/blend_modes.c:120:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:120:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:121:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_drawbox.c:73:20: style: struct member 'DrawBoxContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/blend_modes.c:121:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_deinterlace_vaapi.c:307:12: error: Uninitialized variable: err [uninitvar] ffmpeg-5.0.1/libavfilter/vf_deinterlace_vaapi.c:230:27: note: Assuming condition is false ffmpeg-5.0.1/libavfilter/vf_deinterlace_vaapi.c:307:12: note: Uninitialized variable: err ffmpeg-5.0.1/libavfilter/blend_modes.c:122:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:122:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:123:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:123:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:124:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:124:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:125:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:125:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:126:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_flip_vulkan.c:93:18: error: Unmatched '{'. Configuration: '__GNUC__=1'. [syntaxError] ffmpeg-5.0.1/libavfilter/blend_modes.c:126:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:127:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:127:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:128:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:128:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:129:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:129:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_convolve.c:131:13: style: Local variable 'w' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavfilter/vf_convolve.c:119:15: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/vf_convolve.c:131:13: note: Shadow variable ffmpeg-5.0.1/libavfilter/blend_modes.c:130:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_convolve.c:132:13: style: Local variable 'h' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavfilter/vf_convolve.c:120:15: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/vf_convolve.c:132:13: note: Shadow variable ffmpeg-5.0.1/libavfilter/blend_modes.c:130:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_convolve.c:869:1: style: Parameter 'prev' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavfilter/blend_modes.c:131:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_convolve.c:37:20: style: struct member 'ConvolveContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/blend_modes.c:131:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:132:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:132:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:133:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_format.c:39:20: style: struct member 'FormatContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/blend_modes.c:133:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_estdif.c:334:1: error: Uninitialized variable: sD [uninitvar] ffmpeg-5.0.1/libavfilter/vf_estdif.c:334:1: note: Assuming condition is false ffmpeg-5.0.1/libavfilter/vf_estdif.c:334:1: note: Uninitialized variable: sD ffmpeg-5.0.1/libavfilter/vf_gblur_vulkan.c:54:10: error: Unmatched '{'. Configuration: '__GNUC__=1'. [syntaxError] ffmpeg-5.0.1/libavfilter/blend_modes.c:134:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_estdif.c:335:1: error: Uninitialized variable: sD [uninitvar] ffmpeg-5.0.1/libavfilter/vf_estdif.c:335:1: note: Assuming condition is false ffmpeg-5.0.1/libavfilter/vf_estdif.c:335:1: note: Uninitialized variable: sD ffmpeg-5.0.1/libavfilter/blend_modes.c:134:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_freezeframes.c:121:15: style: Redundant condition: drop. '!drop || (drop && s->replace_frame)' is equivalent to '!drop || s->replace_frame' [redundantCondition] ffmpeg-5.0.1/libavfilter/blend_modes.c:135:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:135:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:136:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_eq.c:90:30: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavfilter/vf_fade.c:416:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavfilter/blend_modes.c:136:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_convolution.c:673:27: style: Local variable 'xoff' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavfilter/vf_convolution.c:669:23: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/vf_convolution.c:673:27: note: Shadow variable ffmpeg-5.0.1/libavfilter/blend_modes.c:137:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_convolution.c:674:27: style: Local variable 'yoff' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavfilter/vf_convolution.c:670:23: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/vf_convolution.c:674:27: note: Shadow variable ffmpeg-5.0.1/libavfilter/blend_modes.c:137:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_convolution.c:686:27: style: Local variable 'xoff' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavfilter/vf_convolution.c:669:23: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/vf_convolution.c:686:27: note: Shadow variable ffmpeg-5.0.1/libavfilter/blend_modes.c:138:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_convolution.c:687:27: style: Local variable 'yoff' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavfilter/vf_convolution.c:670:23: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/vf_convolution.c:687:27: note: Shadow variable ffmpeg-5.0.1/libavfilter/blend_modes.c:138:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_convolution.c:712:26: style: Local variable 'p' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavfilter/vf_convolution.c:707:9: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/vf_convolution.c:712:26: note: Shadow variable ffmpeg-5.0.1/libavfilter/blend_modes.c:139:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:139:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:140:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:140:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:141:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:141:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:142:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_histeq.c:199:30: style: Condition 'luma>0' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavfilter/vf_histeq.c:192:22: note: Assuming that condition 'luma==0' is not redundant ffmpeg-5.0.1/libavfilter/vf_histeq.c:199:30: note: Condition 'luma>0' is always true ffmpeg-5.0.1/libavfilter/blend_modes.c:142:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_framepack.c:166:31: style: Variable 'leftp' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/blend_modes.c:143:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_framepack.c:167:31: style: Variable 'rightp' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/blend_modes.c:143:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_framepack.c:168:31: style: Variable 'dstp' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/blend_modes.c:144:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_framepack.c:201:32: style: Variable 'leftp' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/blend_modes.c:144:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_framepack.c:202:32: style: Variable 'rightp' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/blend_modes.c:145:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_framepack.c:203:32: style: Variable 'dstp' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/blend_modes.c:145:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_fspp.c:96:23: warning:inconclusive: Found suspicious operator '*', result is not used. [constStatement] ffmpeg-5.0.1/libavfilter/blend_modes.c:146:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_fspp.c:126:23: warning:inconclusive: Found suspicious operator '*', result is not used. [constStatement] ffmpeg-5.0.1/libavfilter/blend_modes.c:146:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_fspp.c:143:35: style: Parameter 'thr_adr_noq' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavfilter/vf_gblur.c:330:33: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/blend_modes.c:147:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_fspp.c:99:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavfilter/vf_gblur.c:356:33: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_gradfun.c:87:14: warning:inconclusive: Found suspicious operator '*', result is not used. [constStatement] ffmpeg-5.0.1/libavfilter/blend_modes.c:147:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_fspp.c:100:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavfilter/vf_gradfun.c:88:14: warning:inconclusive: Found suspicious operator '*', result is not used. [constStatement] ffmpeg-5.0.1/libavfilter/blend_modes.c:148:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_curves.c:644:65: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavfilter/vf_fspp.c:101:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavfilter/vf_gradfun.c:97:22: warning:inconclusive: Found suspicious operator '*', result is not used. [constStatement] ffmpeg-5.0.1/libavfilter/vf_grayworld.c:39:11: style: struct member 'ThreadData::l_avg' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/blend_modes.c:148:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_fspp.c:102:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavfilter/vf_gradfun.c:98:22: warning:inconclusive: Found suspicious operator '*', result is not used. [constStatement] ffmpeg-5.0.1/libavfilter/blend_modes.c:149:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_fspp.c:103:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavfilter/blend_modes.c:149:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_fspp.c:104:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavfilter/blend_modes.c:150:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_fftdnoiz.c:691:35: style: Condition 's->nb_next>0' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavfilter/vf_fftdnoiz.c:688:43: note: Assuming that condition 's->nb_next>0' is not redundant ffmpeg-5.0.1/libavfilter/vf_fftdnoiz.c:691:35: note: Condition 's->nb_next>0' is always true ffmpeg-5.0.1/libavfilter/vf_fftfilt.c:343:25: style: Condition 's->depth>8' is always true [knownConditionTrueFalse] ffmpeg-5.0.1/libavfilter/vf_fftfilt.c:340:18: note: Assuming that condition 's->depth<=8' is not redundant ffmpeg-5.0.1/libavfilter/vf_fftfilt.c:343:25: note: Condition 's->depth>8' is always true ffmpeg-5.0.1/libavfilter/vf_fspp.c:105:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavfilter/blend_modes.c:150:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_fspp.c:106:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavfilter/blend_modes.c:151:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_fftdnoiz.c:193:14: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavfilter/vf_fftdnoiz.c:171:9: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/vf_fftdnoiz.c:193:14: note: Shadow variable ffmpeg-5.0.1/libavfilter/vf_fspp.c:129:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavfilter/blend_modes.c:151:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_fftdnoiz.c:128:51: style: Parameter 'src' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavfilter/vf_fspp.c:130:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavfilter/vf_blend.c:206:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_fftdnoiz.c:125:12: style: struct member 'ThreadData::src' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/vf_fspp.c:131:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavfilter/vf_blend.c:206:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_fftdnoiz.c:125:18: style: struct member 'ThreadData::dst' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/vf_fspp.c:132:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavfilter/vf_blend.c:240:1: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_fspp.c:133:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavfilter/dnn/dnn_backend_tf.c:160:37: warning: Either the condition '!request' is redundant or there is possible null pointer dereference: request. [nullPointerRedundantCheck] ffmpeg-5.0.1/libavfilter/dnn/dnn_backend_tf.c:165:9: note: Assuming that condition '!request' is not redundant ffmpeg-5.0.1/libavfilter/dnn/dnn_backend_tf.c:160:37: note: Null pointer dereference ffmpeg-5.0.1/libavfilter/vf_blend.c:240:1: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] ffmpeg-5.0.1/libavfilter/vf_fspp.c:134:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavfilter/dnn/dnn_backend_tf.c:161:33: warning: Either the condition '!request' is redundant or there is possible null pointer dereference: request. [nullPointerRedundantCheck] ffmpeg-5.0.1/libavfilter/dnn/dnn_backend_tf.c:165:9: note: Assuming that condition '!request' is not redundant ffmpeg-5.0.1/libavfilter/dnn/dnn_backend_tf.c:161:33: note: Null pointer dereference ffmpeg-5.0.1/libavfilter/vf_blend.c:154:1: style: Parameter 'prev' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavfilter/vf_fspp.c:135:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavfilter/dnn/dnn_backend_tf.c:883:28: style: Checking if unsigned expression 'ctx->options.nireq' is less than zero. [unsignedLessThanZero] ffmpeg-5.0.1/libavfilter/vf_blend.c:64:20: style: struct member 'BlendContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/vf_fspp.c:136:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] ffmpeg-5.0.1/libavfilter/vf_fieldmatch.c:719:25: style: Clarify calculation precedence for '^' and '?'. [clarifyCalculation] ffmpeg-5.0.1/libavfilter/vf_fieldmatch.c:295:43: style: Variable '((uint16_t*)cmkp)[x]' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/vf_fieldmatch.c:296:43: style: Variable '((uint16_t*)cmkpn)[x]' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/vf_fieldmatch.c:297:53: style: Variable '((uint16_t*)cmkpp)[x]' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/vf_fieldmatch.c:298:53: style: Variable '((uint16_t*)cmkpnn)[x]' is assigned a value that is never used. [unreadVariable] ffmpeg-5.0.1/libavfilter/vf_histogram.c:496:22: style: Local variable 'i' shadows outer variable [shadowVariable] ffmpeg-5.0.1/libavfilter/vf_histogram.c:406:9: note: Shadowed declaration ffmpeg-5.0.1/libavfilter/vf_histogram.c:496:22: note: Shadow variable ffmpeg-5.0.1/libavfilter/vf_histogram.c:33:20: style: struct member 'HistogramContext::class' is never used. [unusedStructMember] ffmpeg-5.0.1/libavfilter/vf_hqdn3d.c:51:53: style: Parameter 'coef' can be declared as pointer to const [constParameter] ffmpeg-5.0.1/libavfilter/vf_huesaturation.c:222:11: style: Same expression used in consecutive assignments of 'b' and 'c'. [duplicateAssignExpression] ffmpeg-5.0.1/libavfilter/vf_huesaturation.c:223:11: note: Same expression used in consecutive assignments of 'b' and 'c'. ffmpeg-5.0.1/libavfilter/vf_huesaturation.c:222:11: note: Same expression used in consecutive assignments of 'b' and 'c'. ffmpeg-5.0.1/libavfilter/vf_huesaturation.c:227:11: style: Same expression used in consecutive assignments of 'g' and 'h'. [duplicateAssignExpression] ffmpeg-5.0.1/libavfilter/vf_huesaturation.c:228:11: note: Same expression used in consecutive assignments of 'g' and 'h'. ffmpeg-5.0.1/libavfilter/vf_huesaturation.c:227:11: note: Same expression used in consecutive assignments of 'g' and 'h'. ffmpeg-5.0.1/libavfilter/vf_