diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-10-02 16:28:58 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-10-02 16:28:58 +0000 |
commit | 910f02a05434bb6d8b946284c0da254a44707a83 (patch) | |
tree | 5a406a3892ace5cab3e071b32b6cad708577bd2f /libavformat/mpegts.c | |
parent | fb65d2ca84d79fb1c5a5708555c23e1d289b5c92 (diff) | |
download | ffmpeg-910f02a05434bb6d8b946284c0da254a44707a83.tar.gz |
spelling cosmetics
Originally committed as revision 15518 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mpegts.c')
-rw-r--r-- | libavformat/mpegts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c index 9f41d396a9..48aca43d46 100644 --- a/libavformat/mpegts.c +++ b/libavformat/mpegts.c @@ -1201,7 +1201,7 @@ static int mpegts_probe(AVProbeData *p) #endif } -/* return the 90 kHz PCR and the extension for the 27 MHz PCR. return +/* return the 90kHz PCR and the extension for the 27MHz PCR. return (-1) if not available */ static int parse_pcr(int64_t *ppcr_high, int *ppcr_low, const uint8_t *packet) |