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>2011-10-27 03:48:28 +0400
committerMichael Niedermayer <michaelni@gmx.at>2011-11-13 08:19:28 +0400
commit46eae15567bcc08ca058636fbea21bd997ab9d6c (patch)
tree93b143f5b5403ba209d754e121673e354e37a30f /libavformat/allformats.c
parent17c95361e92e2b223eb33c137c05ff8a6f4347fd (diff)
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>
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 23d568c017..c4b27e43cd 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -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);