changeset 4580:f9775a0b7fdb libavformat

cosmetics: add a comment in flac_write_header().
author jbr
date Thu, 26 Feb 2009 02:33:19 +0000
parents e5fca5c56cb2
children c52d40f0a955
files flacenc.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/flacenc.c	Thu Feb 26 02:32:18 2009 +0000
+++ b/flacenc.c	Thu Feb 26 02:33:19 2009 +0000
@@ -34,6 +34,7 @@
     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);
     }