diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2011-12-19 11:10:34 -0500 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-01-03 18:47:42 -0500 |
commit | 779ef255e67162a125841716fd1e81c21feee359 (patch) | |
tree | 581c2f0b23a6894d8dec0c4d21c94b50535156ab /libavformat/allformats.c | |
parent | 754ebd1a5b68dd63ccceb50a8a852fe8d0c94354 (diff) | |
download | ffmpeg-779ef255e67162a125841716fd1e81c21feee359.tar.gz |
adx: add an adx muxer
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 1debddbfc4..523b113205 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -52,7 +52,7 @@ void av_register_all(void) REGISTER_DEMUXER (AAC, aac); REGISTER_MUXDEMUX (AC3, ac3); REGISTER_MUXER (ADTS, adts); - REGISTER_DEMUXER (ADX, adx); + REGISTER_MUXDEMUX (ADX, adx); REGISTER_DEMUXER (AEA, aea); REGISTER_MUXDEMUX (AIFF, aiff); REGISTER_MUXDEMUX (AMR, amr); |