Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2016-06-18 15:10:00 +0300
committerClément Bœsch <u@pkh.me>2016-06-18 15:10:00 +0300
commitb51d5c99b899c70821d661b6dd2c5f4e2d19d8da (patch)
treeb66853cd9a811d1d49cdb2fd9a287725c0a21bb6 /libavcodec/h264_parse.c
parent5584f019b5ebb943cd45f848e88f9e59c03f2b41 (diff)
lavc/h264_parse: remove tabs introduced in a2922b5d
Diffstat (limited to 'libavcodec/h264_parse.c')
-rw-r--r--libavcodec/h264_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264_parse.c b/libavcodec/h264_parse.c
index d99d4ae5d8..09a9fbe545 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) {