]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/4xm.c
better warning
[ffmpeg] / libavformat / 4xm.c
index 60d3cae9718703ed33da8612b27423814a3b0f39..12e7d9ee4e408fb41d7c4887b461a56efe06d621 100644 (file)
@@ -188,7 +188,7 @@ static int fourxm_read_header(AVFormatContext *s,
             fourxm->tracks[current_track].stream_index = st->index;
 
             st->codec->codec_type = CODEC_TYPE_AUDIO;
-            st->codec->codec_tag = 1;
+            st->codec->codec_tag = 0;
             st->codec->channels = fourxm->tracks[current_track].channels;
             st->codec->sample_rate = fourxm->tracks[current_track].sample_rate;
             st->codec->bits_per_sample = fourxm->tracks[current_track].bits;