diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2006-07-03 16:32:57 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2006-07-03 16:32:57 +0000 |
commit | cc0bc648f0e0ae63ce181dda7b4f98404c0061df (patch) | |
tree | a7e56bc93359d1035383385e2f9aa2015f14d26e /libavformat/allformats.c | |
parent | 767aeb11fb9895d40659284e0834b177768a8a07 (diff) | |
download | ffmpeg-cc0bc648f0e0ae63ce181dda7b4f98404c0061df.tar.gz |
add GXF demuxer
Originally committed as revision 5598 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index a567d7a610..e148e2bd8a 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -122,6 +122,7 @@ void av_register_all(void) tta_init(); avs_init(); nuv_init(); + gxf_init(); #ifdef CONFIG_MUXERS /* image formats */ |