[FFmpeg-cvslog] r11312 - in trunk: libavcodec/shorten.c libavformat/asf.h
diego
subversion
Sun Dec 23 22:01:10 CET 2007
Author: diego
Date: Sun Dec 23 22:01:09 2007
New Revision: 11312
Log:
typo: begining --> beginning
Modified:
trunk/libavcodec/shorten.c
trunk/libavformat/asf.h
Modified: trunk/libavcodec/shorten.c
==============================================================================
--- trunk/libavcodec/shorten.c (original)
+++ trunk/libavcodec/shorten.c Sun Dec 23 22:01:09 2007
@@ -345,7 +345,7 @@ static int shorten_decode_frame(AVCodecC
s->lpcqoffset = V2LPCQOFFSET;
if (get_ur_golomb_shorten(&s->gb, FNSIZE) != FN_VERBATIM) {
- av_log(s->avctx, AV_LOG_ERROR, "missing verbatim section at begining of stream\n");
+ av_log(s->avctx, AV_LOG_ERROR, "missing verbatim section at beginning of stream\n");
return -1;
}
Modified: trunk/libavformat/asf.h
==============================================================================
--- trunk/libavformat/asf.h (original)
+++ trunk/libavformat/asf.h Sun Dec 23 22:01:09 2007
@@ -97,7 +97,7 @@ typedef struct {
uint8_t packet_buf[PACKET_SIZE];
ByteIOContext pb;
/* only for reading */
- uint64_t data_offset; ///< begining of the first data packet
+ uint64_t data_offset; ///< beginning of the first data packet
uint64_t data_object_offset; ///< data object offset (excl. GUID & size)
uint64_t data_object_size; ///< size of the data object
int index_read;
More information about the ffmpeg-cvslog
mailing list