mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-04-04 23:31:01 +00:00
lavc/h264_parse: remove tabs introduced in a2922b5d
This commit is contained in:
parent
5584f019b5
commit
b51d5c99b8
@ -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]];
|
int status = top[pred_mode_cache[scan8[0] + i]];
|
||||||
if (status < 0) {
|
if (status < 0) {
|
||||||
av_log(logctx, AV_LOG_ERROR,
|
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);
|
status);
|
||||||
return AVERROR_INVALIDDATA;
|
return AVERROR_INVALIDDATA;
|
||||||
} else if (status) {
|
} else if (status) {
|
||||||
|
Loading…
Reference in New Issue
Block a user