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:
Justin Ruggles 2012-01-15 13:38:03 -05:00
parent 737ca4482b
commit 5602a464c9
9 changed files with 346 additions and 7 deletions

View file

@ -644,6 +644,7 @@ OBJS-$(CONFIG_RV40_PARSER) += rv34_parser.o
OBJS-$(CONFIG_VC1_PARSER) += vc1_parser.o vc1.o vc1data.o \
msmpeg4.o msmpeg4data.o mpeg4video.o \
h263.o mpegvideo.o error_resilience.o
OBJS-$(CONFIG_VORBIS_PARSER) += vorbis_parser.o xiph.o
OBJS-$(CONFIG_VP3_PARSER) += vp3_parser.o
OBJS-$(CONFIG_VP8_PARSER) += vp8_parser.o