changeset 6207:7346bcbb3d53 libavcodec

revert r11677, it is considered speed critical
author bcoudurier
date Thu, 31 Jan 2008 01:25:29 +0000
parents ea591bc7522a
children 68ed6cb7066d
files h263.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/h263.c	Thu Jan 31 00:57:48 2008 +0000
+++ b/h263.c	Thu Jan 31 01:25:29 2008 +0000
@@ -4727,7 +4727,7 @@
                               int n, int coded, int intra, int rvlc)
 {
     int level, i, last, run;
-    int dc_pred_dir = 0;
+    int dc_pred_dir;
     RLTable * rl;
     RL_VLC_ELEM * rl_vlc;
     const uint8_t * scan_table;