Commit 15f50ccc authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

lavc/h264_parse: Remove a superfluous linebreak.

parent c24d247e
...@@ -120,7 +120,7 @@ int ff_h264_pred_weight_table(GetBitContext *gb, const SPS *sps, ...@@ -120,7 +120,7 @@ int ff_h264_pred_weight_table(GetBitContext *gb, const SPS *sps,
pwt->use_weight = pwt->use_weight || pwt->use_weight_chroma; pwt->use_weight = pwt->use_weight || pwt->use_weight_chroma;
return 0; return 0;
out_range_weight: out_range_weight:
avpriv_request_sample(logctx, "Out of range weight\n"); avpriv_request_sample(logctx, "Out of range weight");
return AVERROR_INVALIDDATA; return AVERROR_INVALIDDATA;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment