diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-08-26 20:23:13 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-08-26 20:23:13 +0000 |
commit | 1cb5f7fd4146193b896efe885d9c10eacfc4d326 (patch) | |
tree | 296ace5e722140c17cc97a655c8b2475efb3e55f /libavformat/avformat.h | |
parent | 22ddd60bc247c7487b4e91416d18da712415630a (diff) | |
download | ffmpeg-1cb5f7fd4146193b896efe885d9c10eacfc4d326.tar.gz |
mov, 3gp, mp4 muxer by (Thomas Raivio <tjraivio at cc dot hut dot fi>)
Originally committed as revision 2168 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index ef70029217..19151460d9 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -334,6 +334,9 @@ int swf_init(void); /* mov.c */ int mov_init(void); +/* movenc.c */ +int movenc_init(void); + /* flvenc.c */ int flvenc_init(void); |