]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/eacdata.c
Merge commit 'b9ba5253dd1232be4b48cfe61c31ff4b3de3d10a'
[ffmpeg] / libavformat / eacdata.c
index be31d007e04d2bcb547c21c8a803521e49a37c1b..57e514566f1bbc12735fe661bdab23049be12f89 100644 (file)
@@ -76,7 +76,6 @@ static int cdata_read_header(AVFormatContext *s)
     st->codec->channels = cdata->channels;
     st->codec->channel_layout = channel_layout;
     st->codec->sample_rate = sample_rate;
-    st->codec->sample_fmt = AV_SAMPLE_FMT_S16;
     avpriv_set_pts_info(st, 64, 1, sample_rate);
 
     cdata->audio_pts = 0;