diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-09-03 02:51:00 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-12-07 21:18:06 +0100 |
commit | 710c4baf528c9598bfe97313872d368e2006841e (patch) | |
tree | 9f0ec02477217e711642511032403d30f1c2c4ff /libavformat/allformats.c | |
parent | fe508f807abd218b0edd272c49f736149ea21279 (diff) | |
download | ffmpeg-710c4baf528c9598bfe97313872d368e2006841e.tar.gz |
lavf: VobSub demuxer.
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 81289c3076..8e31922656 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -258,6 +258,7 @@ void av_register_all(void) REGISTER_MUXDEMUX (VC1T, vc1t); REGISTER_DEMUXER (VIVO, vivo); REGISTER_DEMUXER (VMD, vmd); + REGISTER_DEMUXER (VOBSUB, vobsub); REGISTER_MUXDEMUX (VOC, voc); REGISTER_DEMUXER (VQF, vqf); REGISTER_DEMUXER (W64, w64); |