diff --git a/libavformat/thp.c b/libavformat/thp.c index 568807d6f7..870a558a36 100644 --- a/libavformat/thp.c +++ b/libavformat/thp.c @@ -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;