[FFmpeg-cvslog] mov: Drop extra format specifier in error message

Vittorio Giovara git at videolan.org
Fri Mar 17 21:30:27 EET 2017


ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Fri Mar 17 15:29:51 2017 -0400| [95a72aed764aa8a08c56ba0e8cf5153f5b769222] | committer: Vittorio Giovara

mov: Drop extra format specifier in error message

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=95a72aed764aa8a08c56ba0e8cf5153f5b769222
---

 libavformat/mov.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/mov.c b/libavformat/mov.c
index 5e7be49..f7dd250 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -4715,7 +4715,7 @@ static int mov_read_sv3d(MOVContext *c, AVIOContext *pb, MOVAtom atom)
 
         if (b >= UINT_MAX - t || r >= UINT_MAX - l) {
             av_log(c->fc, AV_LOG_ERROR,
-                   "Invalid bounding rectangle coordinates %"SIZE_SPECIFIER","
+                   "Invalid bounding rectangle coordinates "
                    "%"PRIu32",%"PRIu32",%"PRIu32",%"PRIu32"\n", l, t, r, b);
             return AVERROR_INVALIDDATA;
         }



More information about the ffmpeg-cvslog mailing list