ref: 79480d816a28fc44269fa539457d4983162816fb
parent: f51d9ead5217bb2b5f1b0dd2c7a045150f7522ac
author: robs <robs>
date: Sun Nov 4 13:16:22 EST 2007
warning quashing
--- a/src/ffmpeg.c
+++ b/src/ffmpeg.c
@@ -152,8 +152,7 @@
{
ffmpeg_t ffmpeg = (ffmpeg_t)ft->priv;
AVFormatParameters params;
- int ret;
- unsigned i;
+ int i, ret;
ffmpeg->audio_buf = xcalloc(1, AVCODEC_MAX_AUDIO_FRAME_SIZE);
@@ -443,7 +442,7 @@
static int stopwrite(sox_format_t * ft)
{
ffmpeg_t ffmpeg = (ffmpeg_t)ft->priv;
- unsigned i;
+ int i;
/* Close CODEC */
if (ffmpeg->audio_st) {