diff options
| author | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2004-08-03 14:20:04 +0000 |
|---|---|---|
| committer | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2004-08-03 14:20:04 +0000 |
| commit | 0ee21bdbfef8b2545cbaa8596d1f3586f5298257 (patch) | |
| tree | d31eff488b5f55fe93b47e404f5b6707337b8303 /mj2/frames_to_mj2.c | |
| parent | d116ca5d10f69e27c6699eca50ee2a41ea214571 (diff) | |
Bug fixed in lossless mode
Diffstat (limited to 'mj2/frames_to_mj2.c')
| -rw-r--r-- | mj2/frames_to_mj2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mj2/frames_to_mj2.c b/mj2/frames_to_mj2.c index 65760d2e..c1583777 100644 --- a/mj2/frames_to_mj2.c +++ b/mj2/frames_to_mj2.c @@ -634,7 +634,7 @@ int main(int argc, char **argv) /* if no rate entered, lossless by default */ if (tcp_init->numlayers == 0) { - tcp_init->rates[tcp_init->numlayers] = 1; + tcp_init->rates[tcp_init->numlayers] = 0; //MOD antonin : losslessbug tcp_init->numlayers++; cp.disto_alloc = 1; } |
