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