[FFmpeg-cvslog] r11477 - in trunk: doc/snow.txt libavcodec/dvdata.h libavformat/ffm.c
diego
subversion
Wed Jan 9 00:08:52 CET 2008
Author: diego
Date: Wed Jan 9 00:08:51 2008
New Revision: 11477
Log:
Fix random typos.
Modified:
trunk/doc/snow.txt
trunk/libavcodec/dvdata.h
trunk/libavformat/ffm.c
Modified: trunk/doc/snow.txt
==============================================================================
--- trunk/doc/snow.txt (original)
+++ trunk/doc/snow.txt Wed Jan 9 00:08:51 2008
@@ -345,7 +345,7 @@ state_transition_table = {
FIXME
-Range Coding of intergers:
+Range Coding of integers:
--------------------------
FIXME
Modified: trunk/libavcodec/dvdata.h
==============================================================================
--- trunk/libavcodec/dvdata.h (original)
+++ trunk/libavcodec/dvdata.h Wed Jan 9 00:08:51 2008
@@ -335,7 +335,7 @@ static const uint8_t dv_quant_shifts[22]
static const uint8_t dv_quant_offset[4] = { 6, 3, 0, 1 };
-/* NOTE: I prefer hardcoding the positionning of dv blocks, it is
+/* NOTE: I prefer hardcoding the positioning of dv blocks, it is
simpler :-) */
static const uint16_t dv_place_420[1620] = {
Modified: trunk/libavformat/ffm.c
==============================================================================
--- trunk/libavformat/ffm.c (original)
+++ trunk/libavformat/ffm.c Wed Jan 9 00:08:51 2008
@@ -665,7 +665,7 @@ static int64_t get_pts(AVFormatContext *
}
/* seek to a given time in the file. The file read pointer is
- positionned at or before pts. XXX: the following code is quite
+ positioned at or before pts. XXX: the following code is quite
approximative */
static int ffm_seek(AVFormatContext *s, int stream_index, int64_t wanted_pts, int flags)
{
More information about the ffmpeg-cvslog
mailing list