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
cf812d81
Commit
cf812d81
authored
Jan 25, 2014
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/dvbsubdec: Remove unused display_list_size
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
af09be4f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
dvbsubdec.c
libavcodec/dvbsubdec.c
+0
-3
No files found.
libavcodec/dvbsubdec.c
View file @
cf812d81
...
...
@@ -236,7 +236,6 @@ typedef struct DVBSubContext {
DVBSubCLUT
*
clut_list
;
DVBSubObject
*
object_list
;
int
display_list_size
;
DVBSubRegionDisplay
*
display_list
;
DVBSubDisplayDefinition
*
display_definition
;
}
DVBSubContext
;
...
...
@@ -1179,7 +1178,6 @@ static void dvbsub_parse_page_segment(AVCodecContext *avctx,
tmp_display_list
=
ctx
->
display_list
;
ctx
->
display_list
=
NULL
;
ctx
->
display_list_size
=
0
;
while
(
buf
+
5
<
buf_end
)
{
region_id
=
*
buf
++
;
...
...
@@ -1207,7 +1205,6 @@ static void dvbsub_parse_page_segment(AVCodecContext *avctx,
display
->
next
=
ctx
->
display_list
;
ctx
->
display_list
=
display
;
ctx
->
display_list_size
++
;
av_dlog
(
avctx
,
"Region %d, (%d,%d)
\n
"
,
region_id
,
display
->
x_pos
,
display
->
y_pos
);
}
...
...
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