projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d35aba
)
avformat/img2dec: enable generic seeking for image pipes
author
Michael Niedermayer
<michaelni@gmx.at>
Thu, 25 Sep 2014 15:07:04 +0000
(17:07 +0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Thu, 25 Sep 2014 15:47:45 +0000
(17:47 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/img2dec.c
patch
|
blob
|
history
diff --git
a/libavformat/img2dec.c
b/libavformat/img2dec.c
index
c88db69
..
70bef9d
100644
(file)
--- a/
libavformat/img2dec.c
+++ b/
libavformat/img2dec.c
@@
-703,6
+703,7
@@
AVInputFormat ff_image_ ## imgname ## _pipe_demuxer = {\
.read_header = ff_img_read_header,\
.read_packet = ff_img_read_packet,\
.priv_class = & imgname ## _class,\
+ .flags = AVFMT_GENERIC_INDEX, \
.raw_codec_id = codecid,\
};