[MPlayer-cvslog] r34196 - trunk/libmpdemux/demux_pva.c
reimar
subversion at mplayerhq.hu
Thu Oct 13 18:50:30 CEST 2011
Author: reimar
Date: Thu Oct 13 18:50:30 2011
New Revision: 34196
Log:
Remove unused variable (caused by mistake in patch removing PVA_NEW_PREBYTES_CODE).
Modified:
trunk/libmpdemux/demux_pva.c
Modified: trunk/libmpdemux/demux_pva.c
==============================================================================
--- trunk/libmpdemux/demux_pva.c Thu Oct 13 18:49:21 2011 (r34195)
+++ trunk/libmpdemux/demux_pva.c Thu Oct 13 18:50:30 2011 (r34196)
@@ -198,7 +198,6 @@ static int pva_get_payload(demuxer_t *d,
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;
More information about the MPlayer-cvslog
mailing list