From 858ef562973756f7f445447806c61c4c63bbebd7 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 10 Nov 2013 01:28:32 +0100 Subject: avformat/thp: do not set sample_rate for a video codec Signed-off-by: Michael Niedermayer --- libavformat/thp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/thp.c') 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; -- cgit v1.2.3