A real value is determined from the bytestream. --- libavformat/dv.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/libavformat/dv.c b/libavformat/dv.c index d01ecedc62..6df93fe416 100644 --- a/libavformat/dv.c +++ b/libavformat/dv.c @@ -358,7 +358,6 @@ static int dv_init_demux(AVFormatContext *s, DVDemuxContext *c) c->fctx = s; c->vst->codecpar->codec_type = AVMEDIA_TYPE_VIDEO; c->vst->codecpar->codec_id = AV_CODEC_ID_DVVIDEO; - c->vst->codecpar->bit_rate = 25000000; c->vst->start_time = 0; avpriv_set_pts_info(c->vst, 64, 1, DV_TIMESCALE_VIDEO); -- 2.40.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".