Commit ce6e46be authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/img2dec: enable generic seeking for image pipes

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 6d35aba1
...@@ -703,6 +703,7 @@ AVInputFormat ff_image_ ## imgname ## _pipe_demuxer = {\ ...@@ -703,6 +703,7 @@ AVInputFormat ff_image_ ## imgname ## _pipe_demuxer = {\
.read_header = ff_img_read_header,\ .read_header = ff_img_read_header,\
.read_packet = ff_img_read_packet,\ .read_packet = ff_img_read_packet,\
.priv_class = & imgname ## _class,\ .priv_class = & imgname ## _class,\
.flags = AVFMT_GENERIC_INDEX, \
.raw_codec_id = codecid,\ .raw_codec_id = codecid,\
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment