summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorDavid Conrad <lessen42@gmail.com>2009-08-14 02:38:45 -0400
committerMichael Niedermayer <michaelni@gmx.at>2011-10-27 01:03:22 +0200
commit1c5670dbb204369477ee1b5d967f9e8b4f4a33b8 (patch)
tree2ac2c1cd68e3d339e9e06ea9b9b9fb3eae3fa207 /libavformat/allformats.c
parentfc3203fcf9372b6733ddf89b7c66ca2f8ede8b59 (diff)
downloadffmpeg-1c5670dbb204369477ee1b5d967f9e8b4f4a33b8.tar.gz
Timecode v2 muxer
(cherry picked from commit 79ca161498744330ac940ae773dda3f1796ce955) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 7e0e9cef52..5ce50806a0 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -217,6 +217,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_DEMUXER (TMV, tmv);
REGISTER_MUXDEMUX (TRUEHD, truehd);
REGISTER_DEMUXER (TTA, tta);