summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2013-01-06 13:58:15 +1100
committerPeter Ross <pross@xvid.org>2013-01-06 13:58:15 +1100
commit3d0994be2fa912d76835057276243c4c75b71200 (patch)
tree833fd31e6ff5aa5cae73f0771508b561b14d0de4 /libavformat/allformats.c
parente27c470f2b63a0b0ceb982994c926d8ab21d1959 (diff)
Megalux Frame demuxer
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index c3aa187f5b..83094f95df 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -122,6 +122,7 @@ void av_register_all(void)
REGISTER_DEMUXER (FOURXM, fourxm);
REGISTER_MUXER (FRAMECRC, framecrc);
REGISTER_MUXER (FRAMEMD5, framemd5);
+ REGISTER_DEMUXER (FRM, frm);
REGISTER_MUXDEMUX(G722, g722);
REGISTER_MUXDEMUX(G723_1, g723_1);
REGISTER_DEMUXER (G729, g729);