OSDN Git Service

Reindent the content of one if(){} in ff_dxva2_common_end_frame.
authorLaurent Aimar <fenrir@videolan.org>
Sat, 23 Jan 2010 18:00:51 +0000 (18:00 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Sat, 23 Jan 2010 18:00:51 +0000 (18:00 +0000)
Originally committed as revision 21402 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/dxva2_h264.c

index 827ab68..00caa76 100644 (file)
@@ -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,