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
97f880e7
Commit
97f880e7
authored
Dec 07, 2013
by
Marton Balint
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libzvbi-teletextdec: set bitmap teletext canvas dimensions
Signed-off-by:
Marton Balint
<
cus@passwd.hu
>
parent
c77e0c21
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
libzvbi-teletextdec.c
libavcodec/libzvbi-teletextdec.c
+5
-0
No files found.
libavcodec/libzvbi-teletextdec.c
View file @
97f880e7
...
@@ -474,6 +474,11 @@ static int teletext_init_decoder(AVCodecContext *avctx)
...
@@ -474,6 +474,11 @@ static int teletext_init_decoder(AVCodecContext *avctx)
return
AVERROR_EXTERNAL
;
return
AVERROR_EXTERNAL
;
}
}
if
(
ctx
->
format_id
==
0
)
{
avctx
->
width
=
41
*
BITMAP_CHAR_WIDTH
;
avctx
->
height
=
25
*
BITMAP_CHAR_HEIGHT
;
}
ctx
->
dx
=
NULL
;
ctx
->
dx
=
NULL
;
ctx
->
vbi
=
NULL
;
ctx
->
vbi
=
NULL
;
ctx
->
pts
=
AV_NOPTS_VALUE
;
ctx
->
pts
=
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