diff options
author | Clément Bœsch <clement.boesch@smartjog.com> | 2012-09-21 15:57:09 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-09-21 17:27:57 +0200 |
commit | 405ee405c9a7e340fe175b8adf3f1172d4cf81cf (patch) | |
tree | f05278932e00a9a734a2c86cdd3204f3a5187dfb | |
parent | 41f7e0649ff24d75708d47f603ebdb2dff168f2d (diff) | |
download | ffmpeg-405ee405c9a7e340fe175b8adf3f1172d4cf81cf.tar.gz |
ffmpeg: complete mov/mp4 based timebase hack with "f4v" format.
-rw-r--r-- | ffmpeg.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2057,6 +2057,7 @@ static int transcode_init(void) } else if(!(oc->oformat->flags & AVFMT_VARIABLE_FPS) && strcmp(oc->oformat->name, "mov") && strcmp(oc->oformat->name, "mp4") && strcmp(oc->oformat->name, "3gp") && strcmp(oc->oformat->name, "3g2") && strcmp(oc->oformat->name, "psp") && strcmp(oc->oformat->name, "ipod") + && strcmp(oc->oformat->name, "f4v") ) { if( copy_tb<0 && icodec->time_base.den && av_q2d(icodec->time_base)*icodec->ticks_per_frame > av_q2d(ist->st->time_base) |