X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmsf.c;h=6bd18f29bd719f4e5542ab512f7b81c5be354a0c;hb=6426c58b1cb91b05699e19aab50763eabb63dc57;hp=d7af0a389330b64d8ec9830055ffdb2620fdc7e5;hpb=d0e132bab68073588dc55844a31b053fb0ee1c83;p=ffmpeg diff --git a/libavformat/msf.c b/libavformat/msf.c index d7af0a38933..6bd18f29bd7 100644 --- a/libavformat/msf.c +++ b/libavformat/msf.c @@ -64,6 +64,7 @@ static int msf_read_header(AVFormatContext *s) // avio_rb32(s->pb); /* byte flags with encoder info */ switch (codec) { case 0: st->codecpar->codec_id = AV_CODEC_ID_PCM_S16BE; break; + case 1: st->codecpar->codec_id = AV_CODEC_ID_PCM_S16LE; break; case 3: st->codecpar->block_align = 16 * st->codecpar->channels; st->codecpar->codec_id = AV_CODEC_ID_ADPCM_PSX; break; case 4: