Commit fb84669e authored by Jean-Paul Saman's avatar Jean-Paul Saman

dvbpsi.h: remove stray 'dvbpsi_handle'

parent f84d6dd3
......@@ -306,7 +306,7 @@ typedef struct dvbpsi_decoder_s * dvbpsi_handle;// __attribute__((deprecated));
/* dvbpsi.h */
__attribute__((deprecated))
void dvbpsi_PushPacket(dvbpsi_handle h_dvbpsi, uint8_t* p_data);
#define dvbpsi_PushPacket(h,p) dvbpsi_packet_push(h,p)dvbpsi_handle
#define dvbpsi_PushPacket(h,p) dvbpsi_packet_push(h,p)
#ifdef __cplusplus
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment