[MPlayer-dev-eng] [PATCH] [REPOST] some minor errors and compiler warnings fixes

Michael Niedermayer michaelni at gmx.at
Wed Aug 28 10:15:56 CEST 2002


Hi

On Wednesday 28 August 2002 02:09, Dominik Mierzejewski wrote:
[...]
> mplayer-warnings.patch:
> 	fixes missing declarations and #includes, unused variables,
> 	incompatible types in the rest of the code and also some errors
ok the libavcodec stuff is applied, except
-                int dummy= s->hierachy_type= get_bits1(&s->gb);
+                /*int dummy= s->hierachy_type= get_bits1(&s->gb);
                 int ref_layer_id= get_bits(&s->gb, 4);
                 int ref_layer_sampling_dir= get_bits1(&s->gb);
                 int h_sampling_factor_n= get_bits(&s->gb, 5);
                 int h_sampling_factor_m= get_bits(&s->gb, 5);
                 int v_sampling_factor_n= get_bits(&s->gb, 5);
-                int v_sampling_factor_m= get_bits(&s->gb, 5);
+                int v_sampling_factor_m= get_bits(&s->gb, 5);*/
cuz its broken, hint, see get_bits(...) at the right, u cant outcomment them 
...

btw, please send libavcodec patches to the ffmpeg devel ML in the future

Michael





More information about the MPlayer-dev-eng mailing list