mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-16 03:50:05 +01:00
Add LATM demuxer
This is a raw demuxer for the AAC LATM decoder and thus limited to single stream LOAS.
This commit is contained in:
@@ -113,7 +113,7 @@ void av_register_all(void)
|
||||
REGISTER_DEMUXER (IV8, iv8);
|
||||
REGISTER_MUXDEMUX (IVF, ivf);
|
||||
REGISTER_DEMUXER (JV, jv);
|
||||
REGISTER_MUXER (LATM, latm);
|
||||
REGISTER_MUXDEMUX (LATM, latm);
|
||||
REGISTER_DEMUXER (LMLM4, lmlm4);
|
||||
REGISTER_DEMUXER (LXF, lxf);
|
||||
REGISTER_MUXDEMUX (M4V, m4v);
|
||||
|
||||
Reference in New Issue
Block a user