]> git.sesse.net Git - ffmpeg/commit
flvdec: Inject in stream extradata, into the stream.
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 23 Sep 2011 03:45:26 +0000 (05:45 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 23 Sep 2011 04:02:17 +0000 (06:02 +0200)
commit6d789f50d261e4c0c2a8b02edbb86fd77247322c
tree0ccaf857cd47c22fd5ffb87a0270b592a59c271d
parent9b73fbcff62267a355f752d83e26cd6d971e975e
flvdec: Inject in stream extradata, into the stream.
The code before was unsafe, had a race condition and could crash.
This Fixes Ticket499

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