diff --git a/libavformat/utils.c b/libavformat/utils.c
index a20849c7138a941578ac108689e50367e01dd2c5..be1be00b76753cb0bcc3729bae5bf4f44ff13427 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -2475,6 +2475,7 @@ static int tb_unreliable(AVCodecContext *c){
        || c->time_base.den <    5L*c->time_base.num
 /*       || c->codec_tag == AV_RL32("DIVX")
        || c->codec_tag == AV_RL32("XVID")*/
+       || c->codec_tag == AV_RL32("mp4v")
        || c->codec_id == AV_CODEC_ID_MPEG2VIDEO
        || c->codec_id == AV_CODEC_ID_H264
        )