mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-13 16:15:48 +01:00
ExportFFmpeg: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Benjamin Drung <bdrung@debian.org>
This commit is contained in:
@@ -523,7 +523,7 @@ bool ExportFFmpeg::InitCodecs(AudacityProject *project)
|
|||||||
|
|
||||||
static int encode_audio(AVCodecContext *avctx, AVPacket *pkt, int16_t *audio_samples, int nb_samples)
|
static int encode_audio(AVCodecContext *avctx, AVPacket *pkt, int16_t *audio_samples, int nb_samples)
|
||||||
{
|
{
|
||||||
int i, ch, buffer_size, ret, got_output = 0, nEncodedBytes;
|
int i, ch, buffer_size, ret, got_output = 0;
|
||||||
void *samples = NULL;
|
void *samples = NULL;
|
||||||
AVFrame *frame = NULL;
|
AVFrame *frame = NULL;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user