Commit 81d15d05 authored by diego's avatar diego

typo: begining --> beginning


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11312 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2fa725a1
...@@ -345,7 +345,7 @@ static int shorten_decode_frame(AVCodecContext *avctx, ...@@ -345,7 +345,7 @@ static int shorten_decode_frame(AVCodecContext *avctx,
s->lpcqoffset = V2LPCQOFFSET; s->lpcqoffset = V2LPCQOFFSET;
if (get_ur_golomb_shorten(&s->gb, FNSIZE) != FN_VERBATIM) { 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; return -1;
} }
......
...@@ -97,7 +97,7 @@ typedef struct { ...@@ -97,7 +97,7 @@ typedef struct {
uint8_t packet_buf[PACKET_SIZE]; uint8_t packet_buf[PACKET_SIZE];
ByteIOContext pb; ByteIOContext pb;
/* only for reading */ /* 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_offset; ///< data object offset (excl. GUID & size)
uint64_t data_object_size; ///< size of the data object uint64_t data_object_size; ///< size of the data object
int index_read; int index_read;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment