|
From: Stefan L. <lu...@sn...> - 2000-10-18 21:53:04
|
Hi,
according to this bug report I changed parse.c by:
--- cut ---
--- ../libdv-0.1.5c/parse.c Wed Oct 18 23:19:47 2000
+++ parse.c Wed Oct 18 23:18:45 2000
@@ -176,4 +176,8 @@
found_vlc = FALSE;
found_bits = dv_find_mb_unused_bits(mb,&bl_new_lender);
+
+ if (!found_bits && pass != 1)
+ found_bits = dv_find_vs_unused_bits(seg,&bl_new_lender);
+
while(found_bits && (!found_vlc)) {
bitstream_seek_set(bs, bl_new_lender->offset);
--- cut ---
The resulting pictures have much less artefacts and look better.
Decoding time slows down by 15%.
Can anyone check this ?
--
mfg
Stefan Lucke (lu...@sn...)
|