This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
segment: fix copying stream metadata
To get mpegts metadata copied when segmenting. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.4
Mika Raento
Michael Niedermayer
11 years ago
parent
413fa76f61
commit
502fc3b3d4
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavformat/segment.c
+ 1
- 0
libavformat/segment.c
View File
@@ -160,6 +160,7 @@ static int segment_mux_init(AVFormatContext *s)
ocodec->codec_tag = 0;
}
st->sample_aspect_ratio = s->streams[i]->sample_aspect_ratio;
av_dict_copy(&st->metadata, s->streams[i]->metadata, 0);
}
return 0;
Write
Preview
Loading…
Cancel
Save