diff options
author | Martin Storsjö <martin@martin.st> | 2010-05-18 19:40:17 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-05-18 19:40:17 +0000 |
commit | 27a826c941c2b0f685d97eeb21489cbd281728a7 (patch) | |
tree | 686f9b93bd89a4c8605e7a489a05dd30d399c63a /libavformat/movenc.h | |
parent | f72dad41427a641a55206904d4101efb65c29afd (diff) | |
download | ffmpeg-27a826c941c2b0f685d97eeb21489cbd281728a7.tar.gz |
Make mov_write_packet non-static, add ff_ prefix
Originally committed as revision 23163 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/movenc.h')
-rw-r--r-- | libavformat/movenc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/movenc.h b/libavformat/movenc.h index f490bd02a8..089701dcfe 100644 --- a/libavformat/movenc.h +++ b/libavformat/movenc.h @@ -85,4 +85,6 @@ typedef struct MOVMuxContext { MOVTrack *tracks; } MOVMuxContext; +int ff_mov_write_packet(AVFormatContext *s, AVPacket *pkt); + #endif /* AVFORMAT_MOVENC_H */ |