summaryrefslogtreecommitdiff
path: root/libavcodec/exr.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2015-12-15 19:59:14 +0100
committerDiego Biurrun <diego@biurrun.de>2015-12-26 10:28:03 +0100
commit69a68593ce5684409c3c4dd9a901bfd8b16925b1 (patch)
tree79be0154125f39934e3d71ea55ceee580cb7bab4 /libavcodec/exr.c
parent5049f6b772891cdf4030a9d572362efc8f7ae97f (diff)
Remove stray line breaks from avpriv_{report_missing_feature|request_samples}
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 c1059f8931..9c35f5f5ae 100644
--- a/libavcodec/exr.c
+++ b/libavcodec/exr.c
@@ -1092,8 +1092,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;
}