ref: c5a305c15eeb5ba236586d202cbb39f8378f84b5
parent: 9a9fa10c760b59e48c567d408de3878498755f84
author: menno <menno>
date: Wed Aug 7 10:07:41 EDT 2002
fix for DRM
--- a/libfaad/syntax.c
+++ b/libfaad/syntax.c
@@ -16,7 +16,7 @@
** along with this program; if not, write to the Free Software
** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
**
-** $Id: syntax.c,v 1.23 2002/08/07 13:57:41 menno Exp $
+** $Id: syntax.c,v 1.24 2002/08/07 14:07:41 menno Exp $
**/
/*
@@ -696,11 +696,7 @@
return result;
}
- if ((object_type >= ER_OBJECT_START)
-#ifdef DRM
- && (object_type != DRM_ER_LC)
-#endif
- )
+ if (object_type >= ER_OBJECT_START)
{
if (ics->tns_data_present)
tns_data(ics, &(ics->tns), ld);