[FFmpeg-cvslog] lavc/h264_parse: remove tabs introduced in a2922b5d

Clément Bœsch git at videolan.org
Sat Jun 18 14:11:07 CEST 2016


ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Sat Jun 18 14:10:00 2016 +0200| [b51d5c99b899c70821d661b6dd2c5f4e2d19d8da] | committer: Clément Bœsch

lavc/h264_parse: remove tabs introduced in a2922b5d

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b51d5c99b899c70821d661b6dd2c5f4e2d19d8da
---

 libavcodec/h264_parse.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/h264_parse.c b/libavcodec/h264_parse.c
index d99d4ae..09a9fbe 100644
--- a/libavcodec/h264_parse.c
+++ b/libavcodec/h264_parse.c
@@ -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) {



More information about the ffmpeg-cvslog mailing list