Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-10-07 04:51:08 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-10-07 04:51:08 +0400
commit3726d07a2af8d57f5af57be339c94fe902853e10 (patch)
treefe9feefe5d0c1c0d9dd5a56ae42cbd96886d567c /libavformat/hdsenc.c
parent4db0e8fd3366eadb2d6374b647b8738208749348 (diff)
parent28816050e47b6dba430a52e429d21a864cffda8e (diff)
Merge commit '28816050e47b6dba430a52e429d21a864cffda8e'
* commit '28816050e47b6dba430a52e429d21a864cffda8e': lavf: Set the stream time base hint properly for chained muxers Conflicts: libavformat/segment.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/hdsenc.c')
-rw-r--r--libavformat/hdsenc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/hdsenc.c b/libavformat/hdsenc.c
index 1f77785f95..746797b24c 100644
--- a/libavformat/hdsenc.c
+++ b/libavformat/hdsenc.c
@@ -405,6 +405,7 @@ static int hds_write_header(AVFormatContext *s)
}
avcodec_copy_context(st->codec, s->streams[i]->codec);
st->sample_aspect_ratio = s->streams[i]->sample_aspect_ratio;
+ st->time_base = s->streams[i]->time_base;
}
if (c->streams[c->nb_streams].ctx)
c->nb_streams++;