mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-25 22:19:17 +00:00
mkvtimestamp v2 muxer: rename so as to avoid confusion with SMPTE timecodes.
Requested-by: Baptiste Coudurier Approved-by: David Conrad Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
17c95361e9
commit
46eae15567
3 changed files with 5 additions and 5 deletions
|
@ -219,7 +219,7 @@ void av_register_all(void)
|
|||
REGISTER_MUXER (TGP, tgp);
|
||||
REGISTER_DEMUXER (THP, thp);
|
||||
REGISTER_DEMUXER (TIERTEXSEQ, tiertexseq);
|
||||
REGISTER_MUXER (TIMECODE_V2, timecode_v2);
|
||||
REGISTER_MUXER (MKVTIMESTAMP_V2, mkvtimestamp_v2);
|
||||
REGISTER_DEMUXER (TMV, tmv);
|
||||
REGISTER_MUXDEMUX (TRUEHD, truehd);
|
||||
REGISTER_DEMUXER (TTA, tta);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue