changeset 34108:6cc07dbad511

Remove unused variable (caused by mistake in patch removing PVA_NEW_PREBYTES_CODE).
author reimar
date Thu, 13 Oct 2011 16:50:30 +0000
parents 4529cc476aa6
children 65c9b97eae61
files libmpdemux/demux_pva.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/demux_pva.c	Thu Oct 13 16:49:21 2011 +0000
+++ b/libmpdemux/demux_pva.c	Thu Oct 13 16:50:30 2011 +0000
@@ -198,7 +198,6 @@
 	uint16_t pack_size;
 	off_t pva_payload_start;
 	unsigned char buffer[256];
-	demux_packet_t * dp; 	//hack to deliver the preBytes (see PVA doc)
 	pva_priv_t * priv;