[FFmpeg-cvslog] lavf/utils: add missing ismv in MOV-like formats
Clément Bœsch
git at videolan.org
Wed Sep 14 11:03:51 EEST 2016
ffmpeg | branch: master | Clément Bœsch <clement at stupeflix.com> | Wed Sep 14 10:00:08 2016 +0200| [415f907ce8dcca87c9e7cfdc954b92df399d3d80] | committer: Clément Bœsch
lavf/utils: add missing ismv in MOV-like formats
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=415f907ce8dcca87c9e7cfdc954b92df399d3d80
---
libavformat/utils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/utils.c b/libavformat/utils.c
index 06c7582..cbaeef0 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -5318,7 +5318,7 @@ int avformat_transfer_internal_stream_timing_info(const AVOutputFormat *ofmt,
enc_ctx->ticks_per_frame = 2;
}
} else if (!(ofmt->flags & AVFMT_VARIABLE_FPS)
- && !av_match_name(ofmt->name, "mov,mp4,3gp,3g2,psp,ipod,f4v")) {
+ && !av_match_name(ofmt->name, "mov,mp4,3gp,3g2,psp,ipod,ismv,f4v")) {
if (copy_tb == AVFMT_TBCF_AUTO && dec_ctx->time_base.den
&& av_q2d(dec_ctx->time_base)*dec_ctx->ticks_per_frame > av_q2d(ist->time_base)
&& av_q2d(ist->time_base) < 1.0/500
More information about the ffmpeg-cvslog
mailing list