mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 08:38:39 +02:00
Replace tabs by spaces.
This commit is contained in:
parent
c8d6505c64
commit
149fcafc1c
@ -340,7 +340,7 @@ static int set_dict_int(AVDictionary **dict, const char *key, int val)
|
||||
|
||||
bool ExportFFmpeg::InitCodecs(AudacityProject *project)
|
||||
{
|
||||
AVCodec * codec = NULL;
|
||||
AVCodec *codec = NULL;
|
||||
AVDictionary *options = NULL;
|
||||
|
||||
// Configure the audio stream's codec context.
|
||||
@ -711,7 +711,7 @@ bool ExportFFmpeg::EncodeAudioFrame(int16_t *pFrame, int frameSize)
|
||||
{
|
||||
AVPacket pkt;
|
||||
int nBytesToWrite = 0;
|
||||
uint8_t * pRawSamples = NULL;
|
||||
uint8_t *pRawSamples = NULL;
|
||||
int nAudioFrameSizeOut = default_frame_size * mEncAudioCodecCtx->channels * sizeof(int16_t);
|
||||
int ret;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user