Mercurial > libavformat.hg
changeset 4738:08598e73b959 libavformat
More reindent, forgotten in previous commit.
author | rbultje |
---|---|
date | Mon, 16 Mar 2009 13:23:29 +0000 |
parents | 1207c596d674 |
children | 436d42e64b52 |
files | rmdec.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/rmdec.c Mon Mar 16 13:03:23 2009 +0000 +++ b/rmdec.c Mon Mar 16 13:23:29 2009 +0000 @@ -679,9 +679,9 @@ if (++(ast->sub_packet_cnt) < h) return -1; - ast->sub_packet_cnt = 0; - rm->audio_stream_num = st->index; - rm->audio_pkt_cnt = h * w / st->codec->block_align; + ast->sub_packet_cnt = 0; + rm->audio_stream_num = st->index; + rm->audio_pkt_cnt = h * w / st->codec->block_align; } else if (st->codec->codec_id == CODEC_ID_AAC) { int x; rm->audio_stream_num = st->index;