aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-10-27 20:58:23 +0100
committerPaul B Mahol <onemda@gmail.com>2015-10-29 21:26:43 +0100
commite99321a3b6e117169603051c7db6245778525411 (patch)
tree667e7bc673b643d91440431fa07d841bd51758d1 /libavformat/allformats.c
parent3b1939bb6679e4e2e91eb41e7f09830ac418de16 (diff)
downloadandroid_external_ffmpeg-e99321a3b6e117169603051c7db6245778525411.tar.gz
android_external_ffmpeg-e99321a3b6e117169603051c7db6245778525411.tar.bz2
android_external_ffmpeg-e99321a3b6e117169603051c7db6245778525411.zip
avformat: add 3dostr demuxer
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 69c02b1060..a67a226890 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -303,6 +303,7 @@ void av_register_all(void)
REGISTER_MUXER (TG2, tg2);
REGISTER_MUXER (TGP, tgp);
REGISTER_DEMUXER (THP, thp);
+ REGISTER_DEMUXER (THREEDOSTR, threedostr);
REGISTER_DEMUXER (TIERTEXSEQ, tiertexseq);
REGISTER_MUXER (MKVTIMESTAMP_V2, mkvtimestamp_v2);
REGISTER_DEMUXER (TMV, tmv);