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;
|
||||
Frame *af;
|
||||
|
||||
{
|
||||
if (is->paused)
|
||||
return -1;
|
||||
|
||||
@@ -2434,7 +2433,6 @@ static int audio_decode_frame(VideoState *is)
|
||||
frame_queue_next(&is->sampq);
|
||||
} while (af->serial != is->audioq.serial);
|
||||
|
||||
{
|
||||
data_size = av_samples_get_buffer_size(NULL, av_frame_get_channels(af->frame),
|
||||
af->frame->nb_samples,
|
||||
af->frame->format, 1);
|
||||
@@ -2521,8 +2519,6 @@ static int audio_decode_frame(VideoState *is)
|
||||
}
|
||||
#endif
|
||||
return resampled_data_size;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* prepare a new audio buffer */
|
||||
|
Reference in New Issue
Block a user