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
bf5c3bac
Commit
bf5c3bac
authored
Oct 03, 2011
by
Loren Osborn
Committed by
Michael Niedermayer
Oct 03, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mpegtsenc: Lift limit on PMT PID
Fixes Ticket518
parent
2d8cfe1f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mpegtsenc.c
libavformat/mpegtsenc.c
+1
-1
No files found.
libavformat/mpegtsenc.c
View file @
bf5c3bac
...
@@ -86,7 +86,7 @@ static const AVOption options[] = {
...
@@ -86,7 +86,7 @@ static const AVOption options[] = {
{
"mpegts_service_id"
,
"Set service_id field."
,
{
"mpegts_service_id"
,
"Set service_id field."
,
offsetof
(
MpegTSWrite
,
service_id
),
FF_OPT_TYPE_INT
,
{.
dbl
=
0x0001
},
0x0001
,
0xffff
,
AV_OPT_FLAG_ENCODING_PARAM
},
offsetof
(
MpegTSWrite
,
service_id
),
FF_OPT_TYPE_INT
,
{.
dbl
=
0x0001
},
0x0001
,
0xffff
,
AV_OPT_FLAG_ENCODING_PARAM
},
{
"mpegts_pmt_start_pid"
,
"Set the first pid of the PMT."
,
{
"mpegts_pmt_start_pid"
,
"Set the first pid of the PMT."
,
offsetof
(
MpegTSWrite
,
pmt_start_pid
),
FF_OPT_TYPE_INT
,
{.
dbl
=
0x1000
},
0x
100
0
,
0x1f00
,
AV_OPT_FLAG_ENCODING_PARAM
},
offsetof
(
MpegTSWrite
,
pmt_start_pid
),
FF_OPT_TYPE_INT
,
{.
dbl
=
0x1000
},
0x
001
0
,
0x1f00
,
AV_OPT_FLAG_ENCODING_PARAM
},
{
"mpegts_start_pid"
,
"Set the first pid."
,
{
"mpegts_start_pid"
,
"Set the first pid."
,
offsetof
(
MpegTSWrite
,
start_pid
),
FF_OPT_TYPE_INT
,
{.
dbl
=
0x0100
},
0x0100
,
0x0f00
,
AV_OPT_FLAG_ENCODING_PARAM
},
offsetof
(
MpegTSWrite
,
start_pid
),
FF_OPT_TYPE_INT
,
{.
dbl
=
0x0100
},
0x0100
,
0x0f00
,
AV_OPT_FLAG_ENCODING_PARAM
},
{
"mpegts_m2ts_mode"
,
"Enable m2ts mode."
,
{
"mpegts_m2ts_mode"
,
"Enable m2ts mode."
,
...
...
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