[FFmpeg-devel] [PATCH] some image will set 0 length exif tag
Thilo Borgmann
thilo.borgmann at mail.de
Wed Oct 30 14:01:26 CET 2013
Am 30.10.13 04:38, schrieb William Yu:
> Some image tools add 0 length tag to file. I think ignore these tag is
> better than failed.
>
> Signed-off-by: William Yu <genwillyu at gmail.com>
> ---
> libavcodec/exif.c | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
There are some problems applying your patch:
0001-some-image-will-set-0-length-exif-tag.patch:10: trailing whitespace.
if (ret > 0) {
0001-some-image-will-set-0-length-exif-tag.patch:11: trailing whitespace.
ret = exif_add_metadata(avctx, count, type, use_name, NULL,
0001-some-image-will-set-0-length-exif-tag.patch:13: trailing whitespace.
} else
0001-some-image-will-set-0-length-exif-tag.patch:14: trailing whitespace.
ret = 0;
error: patch failed: libavcodec/exif.c:93
error: libavcodec/exif.c: patch does not apply
Please resolve these and resubmit.
-Thilo
More information about the ffmpeg-devel
mailing list