[vlc-commits] [Git][videolan/vlc][3.0.x] mux: avformat: default avformat-reset-ts to true
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Sat Mar 18 16:35:59 UTC 2023
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC
Commits:
fdfb5bc2 by Tristan Matthews at 2023-03-15T07:40:44-04:00
mux: avformat: default avformat-reset-ts to true
This is a workaround for #12713, which 4.0.x doesn't require.
- - - - -
1 changed file:
- modules/demux/avformat/avformat.c
Changes:
=====================================
modules/demux/avformat/avformat.c
=====================================
@@ -57,7 +57,7 @@ vlc_module_begin ()
add_string( "sout-avformat-mux", NULL, MUX_TEXT, MUX_LONGTEXT, true )
add_obsolete_string("ffmpeg-mux") /* removed since 2.1.0 */
add_string( "sout-avformat-options", NULL, AV_OPTIONS_TEXT, AV_OPTIONS_LONGTEXT, true )
- add_bool( "sout-avformat-reset-ts", false, AV_RESET_TS_TEXT, AV_RESET_TS_LONGTEXT, true )
+ add_bool( "sout-avformat-reset-ts", true /* FIXME: workaround #12713 */, AV_RESET_TS_TEXT, AV_RESET_TS_LONGTEXT, true )
set_callbacks( avformat_OpenMux, avformat_CloseMux )
#endif
#ifndef MERGE_FFMPEG
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/fdfb5bc253748466538b7d923c2b7292510b6d00
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/fdfb5bc253748466538b7d923c2b7292510b6d00
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list