Browse Source

cosmetics: add a comment in flac_write_header().

Originally committed as revision 17605 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Justin Ruggles 16 years ago
parent
commit
faec0eba8b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/flacenc.c

+ 1
- 0
libavformat/flacenc.c View File

@@ -34,6 +34,7 @@ static int flac_write_header(struct AVFormatContext *s)
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);
}


Loading…
Cancel
Save