OSDN Git Service

hls: Initialize stream_offset before find_stream_info.
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 13 Aug 2012 18:37:52 +0000 (20:37 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 13 Aug 2012 18:37:52 +0000 (20:37 +0200)
commit5e3900c7a53cbe3a376ff06c52e54108e94e6427
treeacc85da25fb9e3d854c44577c2204f7955a1fa56
parentcc913f749088db3a5a15ae0d0d18df3a413fe3ba
hls: Initialize stream_offset before find_stream_info.

find stream info causes reads that may use the offset in their callback

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/hls.c