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
c14b011a
Commit
c14b011a
authored
Dec 29, 2013
by
James Darnley
Committed by
Michael Niedermayer
Jan 24, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavf/flacenc: fix comment after previous change
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
72eeb184
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
flacenc.c
libavformat/flacenc.c
+1
-1
No files found.
libavformat/flacenc.c
View file @
c14b011a
...
@@ -105,7 +105,7 @@ static int flac_write_header(struct AVFormatContext *s)
...
@@ -105,7 +105,7 @@ static int flac_write_header(struct AVFormatContext *s)
/* The command line flac encoder defaults to placing a seekpoint
/* The command line flac encoder defaults to placing a seekpoint
* every 10s. So one might add padding to allow that later
* every 10s. So one might add padding to allow that later
* but there seems to be no simple way to get the duration here.
* but there seems to be no simple way to get the duration here.
* So
let's try the flac default of 8192 bytes
*/
* So
just add the amount requested by the user.
*/
if
(
padding
)
if
(
padding
)
flac_write_block_padding
(
s
->
pb
,
padding
,
1
);
flac_write_block_padding
(
s
->
pb
,
padding
,
1
);
...
...
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