changeset 1133:47558360835e libavcodec

oops
author michaelni
date Wed, 12 Mar 2003 23:12:23 +0000
parents 61c89e8ffa88
children 27d225bd7176
files h263.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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) {