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
30a40d4a
Commit
30a40d4a
authored
Jan 22, 2013
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavf/segment: provide link to HTML M3U8 draft, also fix mentioned version in docs
parent
7694533f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
muxers.texi
doc/muxers.texi
+2
-2
segment.c
libavformat/segment.c
+1
-1
No files found.
doc/muxers.texi
View file @
30a40d4a
...
@@ -575,8 +575,8 @@ auto-select this format.
...
@@ -575,8 +575,8 @@ auto-select this format.
@code{ext} is deprecated in favor or @code{csv}.
@code{ext} is deprecated in favor or @code{csv}.
@item m3u8
@item m3u8
Generate an extended M3U8 file, version
4
, compliant with
Generate an extended M3U8 file, version
3
, compliant with
@url{http://tools.ietf.org/id/draft-pantos-http-live-streaming
-08.txt
}.
@url{http://tools.ietf.org/id/draft-pantos-http-live-streaming}.
A list file with the suffix @code{".m3u8"} will auto-select this format.
A list file with the suffix @code{".m3u8"} will auto-select this format.
@end table
@end table
...
...
libavformat/segment.c
View file @
30a40d4a
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
/**
/**
* @file generic segmenter
* @file generic segmenter
* M3U8 specification can be find here:
* M3U8 specification can be find here:
* @url{http://tools.ietf.org/id/draft-pantos-http-live-streaming
-08.txt
}
* @url{http://tools.ietf.org/id/draft-pantos-http-live-streaming}
*/
*/
/* #define DEBUG */
/* #define DEBUG */
...
...
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