diff options
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); |