git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08d81d0
)
lavf/apngdec: properly skip currently unsupported in-stream tags
author
James Almer
<jamrial@gmail.com>
Fri, 21 Nov 2014 22:09:33 +0000
(19:09 -0300)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sat, 22 Nov 2014 12:14:28 +0000
(13:14 +0100)
Signed-off-by: James Almer <jamrial@gmail.com>
Reviewed-by: Benoit Fouet <benoit.fouet@free.fr>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/apngdec.c
patch
|
blob
|
history
diff --git
a/libavformat/apngdec.c
b/libavformat/apngdec.c
index
54fbd29
..
2af87ad
100644
(file)
--- a/
libavformat/apngdec.c
+++ b/
libavformat/apngdec.c
@@
-373,6
+373,7
@@
static int apng_read_packet(AVFormatContext *s, AVPacket *pkt)
return 0;
default:
avpriv_request_sample(s, "In-stream tag=%#08X len=%"PRId64"", tag, avio_tell(pb));
+ avio_skip(pb, len + 4);
}
/* Handle the unsupported yet cases */