[FFmpeg-cvslog] r17605 - trunk/libavformat/flacenc.c

jbr subversion
Thu Feb 26 03:33:20 CET 2009


Author: jbr
Date: Thu Feb 26 03:33:19 2009
New Revision: 17605

Log:
cosmetics: add a comment in flac_write_header().

Modified:
   trunk/libavformat/flacenc.c

Modified: trunk/libavformat/flacenc.c
==============================================================================
--- trunk/libavformat/flacenc.c	Thu Feb 26 03:32:18 2009	(r17604)
+++ trunk/libavformat/flacenc.c	Thu Feb 26 03:33:19 2009	(r17605)
@@ -34,6 +34,7 @@ static int flac_write_header(struct AVFo
     if (!ff_flac_is_extradata_valid(codec, &format, &streaminfo))
         return -1;
 
+    /* write "fLaC" stream marker and first metadata block header if needed */
     if (format == FLAC_EXTRADATA_FORMAT_STREAMINFO) {
         put_buffer(s->pb, header, 8);
     }




More information about the ffmpeg-cvslog mailing list