Menu

Commit [r3486]  Maximize  Restore  History

unused variables were producing warning errors:

encode.c:950:9⚠️ variable noisy_sbs set but not used
encode.c:990:9⚠️ variable noisy_sbs set but not used
musicin.c:176:9⚠️ variable mono set but not used
musicin.c:175:9⚠️ variable stereo set but not used

Once the unused variables were removed it was noticed that the return values
of two functions were always ignored - these could be changed to void().

sms00 2021-03-15

changed /trunk/mjpeg_play/aenc/encode.c
changed /trunk/mjpeg_play/aenc/encoder.h
changed /trunk/mjpeg_play/aenc/musicin.c
/trunk/mjpeg_play/aenc/encode.c Diff Switch to side-by-side view
Loading...
/trunk/mjpeg_play/aenc/encoder.h Diff Switch to side-by-side view
Loading...
/trunk/mjpeg_play/aenc/musicin.c Diff Switch to side-by-side view
Loading...