libudfread | branch: master | Petri Hintukainen <[email protected]> | Wed May 
31 11:21:05 2017 +0300| [43cf7124b9aa1b87ac02ac908b8cee811576d5b7] | committer: 
Petri Hintukainen

Remove redundant error message

> http://git.videolan.org/gitweb.cgi/libudfread.git/?a=commit;h=43cf7124b9aa1b87ac02ac908b8cee811576d5b7
---

 src/ecma167.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/ecma167.c b/src/ecma167.c
index 814e7af..d777490 100644
--- a/src/ecma167.c
+++ b/src/ecma167.c
@@ -332,7 +332,6 @@ int decode_allocation_extent(struct file_entry **p_fe, 
const uint8_t *p, size_t
         case 1: num_ad = l_ad / 16; break;
         case 2: num_ad = l_ad / 20; break;
         default:
-            ecma_error("decode_allocation_extent: unsupported icb flags 
0x%x\n", fe->icb_flags);
             return -1;
     }
 

_______________________________________________
libbluray-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/libbluray-devel

Reply via email to