Mercurial > libavformat.hg
changeset 3033:619970c01fc0 libavformat
remove obsolete comments
author | bcoudurier |
---|---|
date | Mon, 11 Feb 2008 22:34:43 +0000 |
parents | f04e80f9fd59 |
children | e8cf328bb609 |
files | mov.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mov.c Mon Feb 11 22:34:03 2008 +0000 +++ b/mov.c Mon Feb 11 22:34:43 2008 +0000 @@ -741,9 +741,7 @@ st->codec->channels = get_be16(pb); /* channel count */ dprintf(c->fc, "audio channels %d\n", st->codec->channels); st->codec->bits_per_sample = get_be16(pb); /* sample size */ - /* do we need to force to 16 for AMR ? */ - /* handle specific s8 codec */ sc->audio_cid = get_be16(pb); get_be16(pb); /* packet size = 0 */