]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/flacdec.c
Force aix strip to work on 32 and 64 bit by default.
[ffmpeg] / libavformat / flacdec.c
index 880ad3504979ded198b8d648820225ef08e4ba0a..d601c753a3ff9caa142975c3f0e6926c7bbe0cc6 100644 (file)
@@ -138,7 +138,7 @@ static int flac_read_header(AVFormatContext *s)
             if (metadata_type == FLAC_METADATA_TYPE_VORBIS_COMMENT) {
                 AVDictionaryEntry *chmask;
 
-                if (ff_vorbis_comment(s, &s->metadata, buffer, metadata_size)) {
+                if (ff_vorbis_comment(s, &s->metadata, buffer, metadata_size, 1)) {
                     av_log(s, AV_LOG_WARNING, "error parsing VorbisComment metadata\n");
                 }