Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
64bb7bd5
Commit
64bb7bd5
authored
Dec 23, 2007
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo: begining --> beginning
Originally committed as revision 11312 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
9e052e8d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
shorten.c
libavcodec/shorten.c
+1
-1
asf.h
libavformat/asf.h
+1
-1
No files found.
libavcodec/shorten.c
View file @
64bb7bd5
...
...
@@ -345,7 +345,7 @@ static int shorten_decode_frame(AVCodecContext *avctx,
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 begin
n
ing of stream
\n
"
);
return
-
1
;
}
...
...
libavformat/asf.h
View file @
64bb7bd5
...
...
@@ -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
;
///< begin
n
ing 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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment