mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 10:00:08 +01:00
AVFormat: LRC demuxer and muxer
Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
42c1cc35b7
commit
3f815f713b
@@ -163,6 +163,7 @@ void av_register_all(void)
|
||||
REGISTER_MUXDEMUX(LATM, latm);
|
||||
REGISTER_DEMUXER (LMLM4, lmlm4);
|
||||
REGISTER_DEMUXER (LOAS, loas);
|
||||
REGISTER_MUXDEMUX(LRC, lrc);
|
||||
REGISTER_DEMUXER (LVF, lvf);
|
||||
REGISTER_DEMUXER (LXF, lxf);
|
||||
REGISTER_MUXDEMUX(M4V, m4v);
|
||||
|
||||
Reference in New Issue
Block a user