mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
Merge commit 'c2cb01d418'
* commit 'c2cb01d418':
lavf: introduce AVFMT_TS_NEGATIVE
Conflicts:
libavformat/avformat.h
libavformat/mux.c
tests/ref/lavf/asf
tests/ref/lavf/mkv
tests/ref/lavf/mpg
tests/ref/lavf/ts
tests/ref/seek/lavf-asf
tests/ref/seek/lavf-mkv
tests/ref/seek/lavf-mpg
tests/ref/seek/lavf-ts
This commit does not change the default ts behaviour, such
change will, if its done, be done separately.
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
c4bf740225
6 changed files with 70 additions and 26 deletions
|
|
@ -277,4 +277,5 @@ AVOutputFormat ff_ffm_muxer = {
|
|||
.write_header = ffm_write_header,
|
||||
.write_packet = ffm_write_packet,
|
||||
.write_trailer = ffm_write_trailer,
|
||||
.flags = AVFMT_TS_NEGATIVE,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue