diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-03-15 10:49:52 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-03-15 10:49:52 +0000 |
commit | 4909e517fd3b3101d7f365345cc14e7abbbf6bfb (patch) | |
tree | ccf1a5c3e6992c9b61cafa267b1f7f8ce8ef9d4a /libavformat/movenc.c | |
parent | 983bdd3788a558a0bb8be96f28a2660ad731ce11 (diff) | |
download | ffmpeg-4909e517fd3b3101d7f365345cc14e7abbbf6bfb.tar.gz |
cosmetics
Originally committed as revision 17980 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/movenc.c')
-rw-r--r-- | libavformat/movenc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/movenc.c b/libavformat/movenc.c index 6cf53d921c..d499e18637 100644 --- a/libavformat/movenc.c +++ b/libavformat/movenc.c @@ -20,6 +20,7 @@ * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + #include "avformat.h" #include "riff.h" #include "avio.h" |