diff options
author | Daniel Kristjansson <danielk@mrl.nyu.edu> | 2007-01-23 21:36:32 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-01-23 21:36:32 +0000 |
commit | 105e517df316e42f48214be2fb8155556813f4c9 (patch) | |
tree | ec0577bf1fef1a00cfd8f3d9d9a3f558cc1685f3 | |
parent | 0fd9e6f34af78854e7563591ace324c849574ded (diff) | |
download | ffmpeg-105e517df316e42f48214be2fb8155556813f4c9.tar.gz |
"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
Originally committed as revision 7673 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/mpegts.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/mpegts.h b/libavformat/mpegts.h index b3eb3cda70..5bb9d181b3 100644 --- a/libavformat/mpegts.h +++ b/libavformat/mpegts.h @@ -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; |