diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2007-05-09 23:07:40 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-05-09 23:07:40 +0000 |
commit | 13dec85765f8c1b57d152e691f51ec86152b0e4a (patch) | |
tree | 0fdd84f20a3dcce72a0a9226ad3f7bb4df7f7def /libavformat/allformats.h | |
parent | de8e2c1d22bf691c9874c33528e16615b6c451a1 (diff) | |
download | ffmpeg-13dec85765f8c1b57d152e691f51ec86152b0e4a.tar.gz |
RoQ muxer, patch by Vitor, vitor1001 gmail com
reference thread:
Subject: [FFmpeg-devel] [PATCH] RoQ muxer
Date: Wed, 09 May 2007 19:44:21 +0200
Originally committed as revision 8959 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 698941e480..4c9a904067 100644 --- a/libavformat/allformats.h +++ b/libavformat/allformats.h @@ -169,6 +169,7 @@ extern AVOutputFormat pcm_u8_muxer; extern AVOutputFormat psp_muxer; extern AVOutputFormat rawvideo_muxer; extern AVOutputFormat rm_muxer; +extern AVOutputFormat roq_muxer; extern AVOutputFormat swf_muxer; extern AVOutputFormat tg2_muxer; extern AVOutputFormat tgp_muxer; |