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
4727611d
Commit
4727611d
authored
Dec 05, 2012
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ircamenc: 10l do not use avio_skip()
Signed-off-by:
Paul B Mahol
<
onemda@gmail.com
>
parent
4c18562d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
ircamenc.c
libavformat/ircamenc.c
+2
-1
ircam
tests/ref/lavf/ircam
+1
-1
No files found.
libavformat/ircamenc.c
View file @
4727611d
...
...
@@ -21,6 +21,7 @@
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "avio_internal.h"
#include "internal.h"
#include "rawenc.h"
#include "ircam.h"
...
...
@@ -45,7 +46,7 @@ static int ircam_write_header(AVFormatContext *s)
avio_wl32
(
s
->
pb
,
av_float2int
(
codec
->
sample_rate
));
avio_wl32
(
s
->
pb
,
codec
->
channels
);
avio_wl32
(
s
->
pb
,
tag
);
avio_skip
(
s
->
pb
,
1008
);
ffio_fill
(
s
->
pb
,
0
,
1008
);
return
0
;
}
...
...
tests/ref/lavf/ircam
View file @
4727611d
2
6f9c402de811b0434b09aa1a2e5eee3
*./tests/data/lavf/lavf.ircam
2
cfae025de1b13098ef84a5e7f9947aa
*./tests/data/lavf/lavf.ircam
91136 ./tests/data/lavf/lavf.ircam
./tests/data/lavf/lavf.ircam CRC=0xf1ae5536
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