diff options
author | Petri Hintukainen <[email protected]> | 2014-09-30 11:01:17 +0300 |
---|---|---|
committer | Paul B Mahol <[email protected]> | 2017-09-09 12:07:14 +0200 |
commit | 7a6bd541528b4d00b52d422d02f01d42346e68df (patch) | |
tree | 66a826c500b2c652d08ff54b8a19745d47cdf22d /libavformat/allformats.c | |
parent | ab96e2ca81d7dd7d02c2b2176fc3dac85d9e8cb9 (diff) |
Add SUP/PGS subtitle muxer
Fixes ticket #2208
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 416e5e1127..405ddb5ad9 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -303,7 +303,7 @@ static void register_all(void) REGISTER_DEMUXER (STL, stl); REGISTER_DEMUXER (SUBVIEWER1, subviewer1); REGISTER_DEMUXER (SUBVIEWER, subviewer); - REGISTER_DEMUXER (SUP, sup); + REGISTER_MUXDEMUX(SUP, sup); REGISTER_DEMUXER (SVAG, svag); REGISTER_MUXDEMUX(SWF, swf); REGISTER_DEMUXER (TAK, tak); |