changeset 6209:f78a5c3cbb7c libavcodec

Comment about weird warning prevention.
author michael
date Thu, 31 Jan 2008 02:13:53 +0000
parents 68ed6cb7066d
children d912f75d3b5d
files h263.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/h263.c	Thu Jan 31 01:38:00 2008 +0000
+++ b/h263.c	Thu Jan 31 02:13:53 2008 +0000
@@ -4727,7 +4727,7 @@
                               int n, int coded, int intra, int rvlc)
 {
     int level, i, last, run;
-    int dc_pred_dir= dc_pred_dir;
+    int dc_pred_dir= dc_pred_dir; //weird init to prevent uninitalized warning
     RLTable * rl;
     RL_VLC_ELEM * rl_vlc;
     const uint8_t * scan_table;