summaryrefslogtreecommitdiff
path: root/apps/codecs/libwmapro/bitstream.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwmapro/bitstream.c')
-rw-r--r--apps/codecs/libwmapro/bitstream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libwmapro/bitstream.c b/apps/codecs/libwmapro/bitstream.c
index 47234e10e1..deb1d631e2 100644
--- a/apps/codecs/libwmapro/bitstream.c
+++ b/apps/codecs/libwmapro/bitstream.c
@@ -296,7 +296,7 @@ int init_vlc_sparse(VLC *vlc, int nb_bits, int nb_codes,
296 av_log(NULL,AV_LOG_DEBUG,"build table nb_codes=%d\n", nb_codes); 296 av_log(NULL,AV_LOG_DEBUG,"build table nb_codes=%d\n", nb_codes);
297#endif 297#endif
298 298
299 assert(symbols_size <= 2 || !symbols); 299 //assert(symbols_size <= 2 || !symbols);
300 j = 0; 300 j = 0;
301#define COPY(condition)\ 301#define COPY(condition)\
302 for (i = 0; i < nb_codes; i++) {\ 302 for (i = 0; i < nb_codes; i++) {\