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.h | |
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.h')
-rw-r--r-- | libavformat/allformats.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/allformats.h b/libavformat/allformats.h index 73c9b860b7..316642d8b5 100644 --- a/libavformat/allformats.h +++ b/libavformat/allformats.h @@ -141,6 +141,9 @@ int daud_init(void); /* nuv.c */ int nuv_init(void); +/* gxf.c */ +int gxf_init(void); + /* aiff.c */ int ff_aiff_init(void); |