diff movenc.c @ 377:d58f2852730e libavformat

10l (1 vs. descrLength(1)) found by (Jean Le Feuvre - jeanlf)
author michael
date Tue, 09 Mar 2004 21:54:25 +0000
parents 4ae9fac22a5d
children 96f8086bc2ba
line wrap: on
line diff
--- a/movenc.c	Tue Mar 09 20:14:34 2004 +0000
+++ b/movenc.c	Tue Mar 09 21:54:25 2004 +0000
@@ -415,7 +415,7 @@
     }
 
     // SL descriptor
-    putDescr(pb, 0x06, descrLength(1));
+    putDescr(pb, 0x06, 1);
     put_byte(pb, 0x02);
     return updateSize (pb, pos);
 }