]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/exr.c
configure: Maintain alphabetical order of components
[ffmpeg] / libavcodec / exr.c
index cf283741c7dbf5069285c570ec9f4f1f4292a368..c8c758e0a32231c677b4844cff995488af12e197 100644 (file)
@@ -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;
                 }