]> git.sesse.net Git - ffmpeg/commitdiff
lavc/h264_parse: remove tabs introduced in a2922b5d
authorClément Bœsch <u@pkh.me>
Sat, 18 Jun 2016 12:10:00 +0000 (14:10 +0200)
committerClément Bœsch <u@pkh.me>
Sat, 18 Jun 2016 12:10:00 +0000 (14:10 +0200)
libavcodec/h264_parse.c

index d99d4ae5d84b6192dd95022edf863a17f6b6eba4..09a9fbe54593b4e00bf6af0d0301a5d35fbb2427 100644 (file)
@@ -115,7 +115,7 @@ int ff_h264_check_intra4x4_pred_mode(int8_t *pred_mode_cache, void *logctx,
             int status = top[pred_mode_cache[scan8[0] + i]];
             if (status < 0) {
                 av_log(logctx, AV_LOG_ERROR,
-                                          "top block unavailable for requested intra mode %d\n",
+                       "top block unavailable for requested intra mode %d\n",
                        status);
                 return AVERROR_INVALIDDATA;
             } else if (status) {