diff flacenc.h @ 5857:121d6994c20e libavformat

Add VorbisComment writing to FLAC files. Patch by James Darnley <james darnley at gmail>.
author jbr
date Sat, 20 Mar 2010 13:36:43 +0000
parents c52d40f0a955
children 92daebc423f4
line wrap: on
line diff
--- a/flacenc.h	Thu Mar 18 00:22:58 2010 +0000
+++ b/flacenc.h	Sat Mar 20 13:36:43 2010 +0000
@@ -24,6 +24,7 @@
 
 #include "avformat.h"
 
-int ff_flac_write_header(ByteIOContext *pb, AVCodecContext *codec);
+int ff_flac_write_header(ByteIOContext *pb, AVCodecContext *codec,
+                         int last_block);
 
 #endif /* AVFORMAT_FLACENC_H */