diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2017-10-21 19:38:59 +0100 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2018-01-06 18:32:15 +0000 |
commit | c17f4761443b471f47fa8f0a5bcff078cdff9479 (patch) | |
tree | 1e727b3e7995cb7ad18bb967603c8f5e66ecebab /libavformat/allformats.c | |
parent | 6b35a83214f1bc3fb38c9ea9c2cd3676f28709fa (diff) | |
download | ffmpeg-c17f4761443b471f47fa8f0a5bcff078cdff9479.tar.gz |
libavformat: remove the ffmenc and ffmdec muxer and demuxers
Used only by ffserver.
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 6a9b9883c9..ec8409630e 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -120,7 +120,6 @@ static void register_all(void) REGISTER_MUXDEMUX(EAC3, eac3); REGISTER_DEMUXER (EPAF, epaf); REGISTER_MUXER (F4V, f4v); - REGISTER_MUXDEMUX(FFM, ffm); REGISTER_MUXDEMUX(FFMETADATA, ffmetadata); REGISTER_MUXER (FIFO, fifo); REGISTER_MUXDEMUX(FILMSTRIP, filmstrip); |