mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-30 14:40:32 +00:00
avformat/thp: do not set sample_rate for a video codec
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
dd3d0f46bd
commit
858ef56297
@ -109,7 +109,6 @@ static int thp_read_header(AVFormatContext *s)
|
||||
st->codec->codec_tag = 0; /* no fourcc */
|
||||
st->codec->width = avio_rb32(pb);
|
||||
st->codec->height = avio_rb32(pb);
|
||||
st->codec->sample_rate = av_q2d(thp->fps);
|
||||
st->nb_frames =
|
||||
st->duration = thp->framecnt;
|
||||
thp->vst = st;
|
||||
|
Loading…
Reference in New Issue
Block a user