summaryrefslogtreecommitdiff
path: root/libavcodec/exr.c
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2016-01-02 13:20:13 +0100
committerHendrik Leppkes <h.leppkes@gmail.com>2016-01-02 13:20:13 +0100
commit95a2b883e36d3499c6bf620c65ac9d21fa2bd808 (patch)
treea7e4297b5e5e88db35d355d87e0d9f9fdec7d4d3 /libavcodec/exr.c
parent8a04ddeb4704e1f3c7237d48d95edae08a3193fe (diff)
parent69a68593ce5684409c3c4dd9a901bfd8b16925b1 (diff)
downloadffmpeg-95a2b883e36d3499c6bf620c65ac9d21fa2bd808.tar.gz
Merge commit '69a68593ce5684409c3c4dd9a901bfd8b16925b1'
* commit '69a68593ce5684409c3c4dd9a901bfd8b16925b1': Remove stray line breaks from avpriv_{report_missing_feature|request_samples} Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'libavcodec/exr.c')
-rw-r--r--libavcodec/exr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/exr.c b/libavcodec/exr.c
index cf283741c7..c8c758e0a3 100644
--- a/libavcodec/exr.c
+++ b/libavcodec/exr.c
@@ -1130,8 +1130,7 @@ static int decode_header(EXRContext *s)
current_pixel_type = bytestream2_get_le32(&ch_gb);
if (current_pixel_type >= EXR_UNKNOWN) {
- avpriv_report_missing_feature(s->avctx,
- "Pixel type %d.\n",
+ avpriv_report_missing_feature(s->avctx, "Pixel type %d",
current_pixel_type);
return AVERROR_PATCHWELCOME;
}