mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-02 20:35:37 +02:00
mmsh_read_seek: skip header
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
237bcaa275
commit
33789862aa
@ -380,6 +380,9 @@ static int64_t mmsh_read_seek(URLContext *h, int stream_index,
|
|||||||
av_freep(&mms->streams);
|
av_freep(&mms->streams);
|
||||||
av_freep(&mms->asf_header);
|
av_freep(&mms->asf_header);
|
||||||
av_free(mmsh);
|
av_free(mmsh);
|
||||||
|
mmsh = h->priv_data;
|
||||||
|
mms = &mmsh->mms;
|
||||||
|
mms->asf_header_read_size= mms->asf_header_size;
|
||||||
}else
|
}else
|
||||||
h->priv_data= mmsh;
|
h->priv_data= mmsh;
|
||||||
return ret;
|
return ret;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user