Mercurial > libavformat.hg
changeset 1953:edfd6b33d1f6 libavformat
activate parser on MP3 id, fix [A-Destiny]_Konjiki_no_Gash_Bell_-_65_[71EE362C].mp4
author | bcoudurier |
---|---|
date | Sun, 25 Mar 2007 15:15:35 +0000 |
parents | c41103eb0a2f |
children | c558f356dd3e |
files | mov.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mov.c Sun Mar 25 15:12:27 2007 +0000 +++ b/mov.c Sun Mar 25 15:15:35 2007 +0000 @@ -926,6 +926,7 @@ st->codec->channels= 1; /* really needed */ break; case CODEC_ID_MP2: + case CODEC_ID_MP3: st->codec->codec_type = CODEC_TYPE_AUDIO; /* force type after stsd for m1a hdlr */ st->need_parsing = 1; break;