avformat: Add Pro-MPEG CoP #3-R2 FEC protocol
Pro-MPEG Code of Practice #3 release 2 forward error correction for rtp_mpegts streams Signed-off-by: Vlad Tarca <vtarca@mobibase.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
183ce55b0d
commit
2bd83ef26a
7 changed files with 578 additions and 3 deletions
|
@ -43,6 +43,7 @@ extern const URLProtocol ff_mmsh_protocol;
|
|||
extern const URLProtocol ff_mmst_protocol;
|
||||
extern const URLProtocol ff_md5_protocol;
|
||||
extern const URLProtocol ff_pipe_protocol;
|
||||
extern const URLProtocol ff_prompeg_protocol;
|
||||
extern const URLProtocol ff_rtmp_protocol;
|
||||
extern const URLProtocol ff_rtmpe_protocol;
|
||||
extern const URLProtocol ff_rtmps_protocol;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue