summaryrefslogtreecommitdiffstats
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorMichael Niedermayer <[email protected]>2011-10-27 01:48:28 +0200
committerMichael Niedermayer <[email protected]>2011-11-13 05:19:28 +0100
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 <[email protected]>
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);