X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmtv.c;h=1d5f26673aa1cad02dcc98024d620500e5b37282;hb=cd0dc88751db969964e7b40c4d4b5fd446ac1589;hp=b449d5886f121e479bf11e940e3dd9a359acb662;hpb=50daffead2deba9642f0f7069072871adfb75bea;p=ffmpeg diff --git a/libavformat/mtv.c b/libavformat/mtv.c index b449d5886f1..1d5f26673aa 100644 --- a/libavformat/mtv.c +++ b/libavformat/mtv.c @@ -170,7 +170,6 @@ static int mtv_read_header(AVFormatContext *s) st->codec->pix_fmt = AV_PIX_FMT_RGB565BE; st->codec->width = mtv->img_width; st->codec->height = mtv->img_height; - st->codec->sample_rate = mtv->video_fps; st->codec->extradata = av_strdup("BottomUp"); st->codec->extradata_size = 9;