Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
21c6438f
Commit
21c6438f
authored
Mar 20, 2009
by
Baptiste Coudurier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo, fix eof check
Originally committed as revision 18064 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
b9edbe99
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ffmdec.c
libavformat/ffmdec.c
+1
-1
libav.regression.ref
tests/libav.regression.ref
+1
-1
No files found.
libavformat/ffmdec.c
View file @
21c6438f
...
...
@@ -67,7 +67,7 @@ static int ffm_is_avail_data(AVFormatContext *s, int size)
return
1
;
pos
=
url_ftell
(
s
->
pb
);
if
(
!
ffm
->
write_index
)
{
if
(
pos
==
ffm
->
file_size
)
;
if
(
pos
==
ffm
->
file_size
)
return
AVERROR_EOF
;
avail_size
=
ffm
->
file_size
-
pos
;
}
else
{
...
...
tests/libav.regression.ref
View file @
21c6438f
...
...
@@ -23,7 +23,7 @@ c0cc2ae4df6a8b3df84986929a393116 *./tests/data/b-libav.ts
./tests/data/b-libav.swf CRC=0xe14e8847
49d04c063b7741d3ee8f85c92baa69bf *./tests/data/b-libav.ffm
380928 ./tests/data/b-libav.ffm
./tests/data/b-libav.ffm CRC=0x
00000001
./tests/data/b-libav.ffm CRC=0x
2b71a386
8617c30b4e862199555fd75890473e66 *./tests/data/b-libav.flv
335833 ./tests/data/b-libav.flv
./tests/data/b-libav.flv CRC=0xe14e8847
...
...
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