changeset 1723:3c592c941858 libavformat

"removes definition for old crc func" patch by Daniel Kristjansson / danielk mrl.nyu edu patch ~ 1year old, apparently forgotten by our mpeg-ts demuxer maintainer
author michael
date Tue, 23 Jan 2007 21:36:32 +0000
parents cb0dc6abf4d1
children 940907f49a33
files mpegts.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mpegts.h	Tue Jan 23 21:25:06 2007 +0000
+++ b/mpegts.h	Tue Jan 23 21:36:32 2007 +0000
@@ -52,7 +52,6 @@
 
 #define STREAM_TYPE_SUBTITLE_DVB    0x100
 
-unsigned int mpegts_crc32(const uint8_t *data, int len);
 extern AVOutputFormat mpegts_muxer;
 
 typedef struct MpegTSContext MpegTSContext;