projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
avformat/img2dec: enable generic seeking for image pipes
[ffmpeg.git]
/
libavformat
/
img2dec.c
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,\
};