Author: spyfeng Date: Wed Aug 18 18:05:56 2010 New Revision: 5917 Log: fix typo.
Modified: mms/mmsh.c Modified: mms/mmsh.c ============================================================================== --- mms/mmsh.c Wed Aug 18 18:04:18 2010 (r5916) +++ mms/mmsh.c Wed Aug 18 18:05:56 2010 (r5917) @@ -33,7 +33,7 @@ #include "http.h" #define CHUNK_HEADER_LENGTH 4 // 2bytes chunk type and 2bytes chunk length. -#define EXT_HEADER_LENGTH 8 // 4bytes seqence, 2bytes usless and 2bytes chunk length. +#define EXT_HEADER_LENGTH 8 // 4bytes sequence, 2bytes useless and 2bytes chunk length. // see Ref 2.2.1.8 #define USERAGENT "User-Agent: NSPlayer/4.1.0.3856\r\n" _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
