mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Reindent the content of one if(){} in ff_dxva2_common_end_frame.
Originally committed as revision 21402 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8db7ee09c3
commit
8cf9bbb6dc
@ -495,15 +495,15 @@ static int ff_dxva2_common_end_frame(AVCodecContext *avctx, MpegEncContext *s,
|
||||
buffer_count++;
|
||||
|
||||
if (qm_size > 0) {
|
||||
result = commit_buffer(avctx, ctx, &buffer[buffer_count],
|
||||
DXVA2_InverseQuantizationMatrixBufferType,
|
||||
qm, qm_size, 0);
|
||||
if (result) {
|
||||
av_log(avctx, AV_LOG_ERROR,
|
||||
"Failed to add inverse quantization matrix buffer\n");
|
||||
goto end;
|
||||
}
|
||||
buffer_count++;
|
||||
result = commit_buffer(avctx, ctx, &buffer[buffer_count],
|
||||
DXVA2_InverseQuantizationMatrixBufferType,
|
||||
qm, qm_size, 0);
|
||||
if (result) {
|
||||
av_log(avctx, AV_LOG_ERROR,
|
||||
"Failed to add inverse quantization matrix buffer\n");
|
||||
goto end;
|
||||
}
|
||||
buffer_count++;
|
||||
}
|
||||
|
||||
result = commit_bs_si(avctx,
|
||||
|
Loading…
Reference in New Issue
Block a user