mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-31 08:57:49 +00:00
avcodec: add a Vorbis parser to get packet duration
This also allows for removing some of the Vorbis-related hacks.
This commit is contained in:
parent
737ca4482b
commit
5602a464c9
9 changed files with 346 additions and 7 deletions
|
@ -416,6 +416,7 @@ void avcodec_register_all(void)
|
|||
REGISTER_PARSER (RV30, rv30);
|
||||
REGISTER_PARSER (RV40, rv40);
|
||||
REGISTER_PARSER (VC1, vc1);
|
||||
REGISTER_PARSER (VORBIS, vorbis);
|
||||
REGISTER_PARSER (VP3, vp3);
|
||||
REGISTER_PARSER (VP8, vp8);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue