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
f8fec050
Commit
f8fec050
authored
Apr 26, 2011
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mpegtsenc: make PMT PID really start on pmt_start_pid
parent
f9fb574d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mpegtsenc.c
libavformat/mpegtsenc.c
+1
-1
ts
tests/ref/lavf/ts
+1
-1
No files found.
libavformat/mpegtsenc.c
View file @
f8fec050
...
...
@@ -421,7 +421,7 @@ static MpegTSService *mpegts_add_service(MpegTSWrite *ts,
service
=
av_mallocz
(
sizeof
(
MpegTSService
));
if
(
!
service
)
return
NULL
;
service
->
pmt
.
pid
=
ts
->
pmt_start_pid
+
ts
->
nb_services
-
1
;
service
->
pmt
.
pid
=
ts
->
pmt_start_pid
+
ts
->
nb_services
;
service
->
sid
=
sid
;
service
->
provider_name
=
av_strdup
(
provider_name
);
service
->
name
=
av_strdup
(
name
);
...
...
tests/ref/lavf/ts
View file @
f8fec050
1cebaf8b13700a3360e0c32551e36646
*./tests/data/lavf/lavf.ts
d260ac0534ff2e26b44b5192fd4fdc21
*./tests/data/lavf/lavf.ts
406644 ./tests/data/lavf/lavf.ts
./tests/data/lavf/lavf.ts CRC=0x133216c1
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