Mercurial > libavcodec.hg
changeset 4821:42eef6c711ac libavcodec
cosmetics: indentation fix
patch by Marco Gerards, mgerards xs4all nl
| author | diego |
|---|---|
| date | Sun, 08 Apr 2007 12:05:02 +0000 |
| parents | 7470749c2384 |
| children | 7ea9c6a179e8 |
| files | adpcm.c |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/adpcm.c Sun Apr 08 09:44:34 2007 +0000 +++ b/adpcm.c Sun Apr 08 12:05:02 2007 +0000 @@ -1317,7 +1317,7 @@ } break; case CODEC_ID_ADPCM_THP: - { + { int table[2][16]; unsigned int samplecnt; int prev[2][2]; @@ -1375,7 +1375,7 @@ increased exactly one time too often. */ samples -= st; break; - } + } default: return -1;
