You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
ffplay: fix indentation after last commit
Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
4
ffplay.c
4
ffplay.c
@@ -2424,7 +2424,6 @@ static int audio_decode_frame(VideoState *is)
|
|||||||
int wanted_nb_samples;
|
int wanted_nb_samples;
|
||||||
Frame *af;
|
Frame *af;
|
||||||
|
|
||||||
{
|
|
||||||
if (is->paused)
|
if (is->paused)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
@@ -2434,7 +2433,6 @@ static int audio_decode_frame(VideoState *is)
|
|||||||
frame_queue_next(&is->sampq);
|
frame_queue_next(&is->sampq);
|
||||||
} while (af->serial != is->audioq.serial);
|
} while (af->serial != is->audioq.serial);
|
||||||
|
|
||||||
{
|
|
||||||
data_size = av_samples_get_buffer_size(NULL, av_frame_get_channels(af->frame),
|
data_size = av_samples_get_buffer_size(NULL, av_frame_get_channels(af->frame),
|
||||||
af->frame->nb_samples,
|
af->frame->nb_samples,
|
||||||
af->frame->format, 1);
|
af->frame->format, 1);
|
||||||
@@ -2521,8 +2519,6 @@ static int audio_decode_frame(VideoState *is)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
return resampled_data_size;
|
return resampled_data_size;
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* prepare a new audio buffer */
|
/* prepare a new audio buffer */
|
||||||
|
Reference in New Issue
Block a user