Browse Source

"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
tags/v0.5
Daniel Kristjansson Michael Niedermayer 19 years ago
parent
commit
105e517df3
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavformat/mpegts.h

+ 0
- 1
libavformat/mpegts.h View File

@@ -52,7 +52,6 @@


#define STREAM_TYPE_SUBTITLE_DVB 0x100 #define STREAM_TYPE_SUBTITLE_DVB 0x100


unsigned int mpegts_crc32(const uint8_t *data, int len);
extern AVOutputFormat mpegts_muxer; extern AVOutputFormat mpegts_muxer;


typedef struct MpegTSContext MpegTSContext; typedef struct MpegTSContext MpegTSContext;


Loading…
Cancel
Save