diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-03-14 14:49:49 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-03-14 14:49:49 +0000 |
commit | 33a0dd378abd98647700a296e5869146de74ed1c (patch) | |
tree | 8ae0c2e7eb6a691b95fcf169043a950d551f76a4 /libavformat/allformats.h | |
parent | 0769498a9f37c651860e5b90ea65dc92937532ef (diff) | |
download | ffmpeg-33a0dd378abd98647700a296e5869146de74ed1c.tar.gz |
DXA demuxer and decoder
Originally committed as revision 8405 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.h')
-rw-r--r-- | libavformat/allformats.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.h b/libavformat/allformats.h index 5603a29531..d2969aa423 100644 --- a/libavformat/allformats.h +++ b/libavformat/allformats.h @@ -47,6 +47,7 @@ extern AVInputFormat dsicin_demuxer; extern AVInputFormat dv1394_demuxer; extern AVInputFormat dv_demuxer; extern AVOutputFormat dv_muxer; +extern AVInputFormat dxa_demuxer; extern AVInputFormat ea_demuxer; extern AVInputFormat ffm_demuxer; extern AVOutputFormat ffm_muxer; |