comparison mpegts.c @ 3968:bf1b4748cd2e libavformat

spelling cosmetics
author diego
date Thu, 02 Oct 2008 16:28:58 +0000
parents 4fd67f05bad9
children dcdf236c9909
comparison
equal deleted inserted replaced
3967:4fd67f05bad9 3968:bf1b4748cd2e
1199 else 1199 else
1200 return 0; 1200 return 0;
1201 #endif 1201 #endif
1202 } 1202 }
1203 1203
1204 /* return the 90 kHz PCR and the extension for the 27 MHz PCR. return 1204 /* return the 90kHz PCR and the extension for the 27MHz PCR. return
1205 (-1) if not available */ 1205 (-1) if not available */
1206 static int parse_pcr(int64_t *ppcr_high, int *ppcr_low, 1206 static int parse_pcr(int64_t *ppcr_high, int *ppcr_low,
1207 const uint8_t *packet) 1207 const uint8_t *packet)
1208 { 1208 {
1209 int afc, len, flags; 1209 int afc, len, flags;