Menu

Svn Commit Log


Commit Date  
[r2899] by sms00

Found another one. Put 'C' in the long form.

2005-10-23 18:41:49 Tree
[r2898] by sms00

-Z and -O (short form) were not used anywhere in the option processing

2005-10-23 18:28:28 Tree
[r2897] by sms00

't' in shortoption form not used.
Use 'd' in the longform svcd option.

2005-10-23 18:00:54 Tree
[r2896] by sms00

the 'm' option wasn't used anywhere so remove it from the shortform getopt list.
Then for those options which have short forms use their option letter in the
long form processing.

2005-10-23 17:53:54 Tree
[r2895] by sms00

Unused structure definition removed.

2005-10-18 17:58:56 Tree
[r2894] by sms00

quantize_x86.c: In function 'quant_non_intra_mmx':
quantize_x86.c:199: warning: pointer targets in assignment differ in signedness
quantize_x86.c:200: warning: pointer targets in assignment differ in signedness

the dest pointers should be uint16_t instead of int16_t

2005-10-18 17:41:23 Tree
[r2893] by sms00

gcc4 spotted these:
png2yuv.c: In function 'init_parse_files':
png2yuv.c:429: warning: format '%ld' expects type 'long int', but argument 2 has type ;png_uint_32'
png2yuv.c:429: warning: format '%ld' expects type 'long int', but argument 3 has type 'png_uint_32'
png2yuv.c:458: warning: format '%ld' expects type 'long int', but argument 2 has type 'png_uint_32'
png2yuv.c:458: warning: format '%ld' expects type 'long int', but argument 3 has type 'png_uint_32'

Use '%u' instead of '%ld' for the format string spec.

2005-10-18 17:40:29 Tree
[r2892] by sms00

main.c:377: warning: unused variable ‘framenr’

2005-10-18 17:09:13 Tree
[r2891] by sms00

abs() is prototyped in <stdlib.h> so include that file to get rid of the
warning:
sinc_interpolation.c:67: warning: implicit declaration of function 'abs'

2005-10-18 17:08:22 Tree
[r2890] by sms00

gcc4 spotted this one:
Warning error was:
liblavrec.c: In function 'lavrec_hardware_init':
liblavrec.c:1225: warning: comparisons like X<=Y<=Z do not have their mathematical meaning
Adding an extra pair of parentheses gets rid of the message (and makes it
clearer what is going on).

2005-10-18 16:55:37 Tree
Older >
Auth0 Logo