# HG changeset patch # User michaelni # Date 1047510743 0 # Node ID 47558360835e7d3ff7db83b781e4b117203290fc # Parent 61c89e8ffa88c729a648bb8714dc285f5afe777c oops diff -r 61c89e8ffa88 -r 47558360835e h263.c --- a/h263.c Wed Mar 12 23:09:18 2003 +0000 +++ b/h263.c Wed Mar 12 23:12:23 2003 +0000 @@ -4508,9 +4508,6 @@ s->data_partitioning= get_bits1(gb); if(s->data_partitioning){ s->rvlc= get_bits1(gb); - if(s->rvlc){ - printf("reversible vlc not supported\n"); - } } if(vo_ver_id != 1) {