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
0aa5c5a8
Commit
0aa5c5a8
authored
Sep 20, 2014
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avformat/assdec: reindent after previous commit
parent
9ec52e55
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
16 deletions
+15
-16
assdec.c
libavformat/assdec.c
+15
-16
No files found.
libavformat/assdec.c
View file @
0aa5c5a8
...
...
@@ -124,7 +124,6 @@ static int ass_read_header(AVFormatContext *s)
av_bprint_init
(
&
line
,
0
,
AV_BPRINT_SIZE_UNLIMITED
);
av_bprint_init
(
&
rline
,
0
,
AV_BPRINT_SIZE_UNLIMITED
);
// TODO reindent
for
(;;)
{
int64_t
pos
=
get_line
(
&
line
,
&
tr
);
int64_t
ts_start
=
AV_NOPTS_VALUE
;
...
...
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