Mercurial > libavcodec.hg
changeset 4669:d161ec980995 libavcodec
10l to whoever wrote this
author | michael |
---|---|
date | Wed, 14 Mar 2007 13:20:29 +0000 |
parents | 1f1a0e67b961 |
children | aab60ff3d468 |
files | mpeg12.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mpeg12.c Wed Mar 14 13:19:19 2007 +0000 +++ b/mpeg12.c Wed Mar 14 13:20:29 2007 +0000 @@ -828,8 +828,7 @@ done=1; init_rl(&rl_mpeg1, static_rl_table_store[0]); - if(s->intra_vlc_format) - init_rl(&rl_mpeg2, static_rl_table_store[1]); + init_rl(&rl_mpeg2, static_rl_table_store[1]); for(i=0; i<64; i++) {