OSDN Git Service

wmavoice: initialize best_hist_ptr to NULL to prevent (incorrect) warning.
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 19 Sep 2012 16:33:30 +0000 (18:33 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 19 Sep 2012 16:33:30 +0000 (18:33 +0200)
commitd5fd610dabb4c7a6f63d4479e66c93c37339b6c0
tree0a98bb4d8dd41b6a079d2bfb4a931b845efc6838
parent8846115b1a5c29892fdf2c74747f71d37e16e864
wmavoice: initialize best_hist_ptr to NULL to prevent (incorrect) warning.

As a sideeffect this makes the code more robust if a future change leaves
a path where it may be uninitialized otherwise.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/wmavoice.c