summaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-02-23 21:40:14 -0500
committerJustin Ruggles <justin.ruggles@gmail.com>2012-03-20 14:39:57 -0400
commitf63412fc741e9936b71141e7f15ab8aa39ad72f9 (patch)
tree737298e6d5da717340c234d6c195f2fc59fcdff7 /libavcodec/Makefile
parent9b9fc9ba321fe20ed244aacaf9de6e88f2d5386f (diff)
downloadffmpeg-streaming-f63412fc741e9936b71141e7f15ab8aa39ad72f9.zip
ffmpeg-streaming-f63412fc741e9936b71141e7f15ab8aa39ad72f9.tar.gz
oggdec: output correct timestamps for Vorbis
Takes encoder delay into account by comparing first the coded page duration with the calculated page duration. Handles last packet duration if needed, also by comparing coded duration with calculated duration. Also does better handling of timestamp generation for packets in the first page for streamed ogg files where the start time is not necessarily zero.
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 0c459f6..78d9d58 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -569,7 +569,7 @@ OBJS-$(CONFIG_MPEGTS_MUXER) += mpegvideo.o mpeg4audio.o
OBJS-$(CONFIG_MPEGTS_DEMUXER) += mpeg4audio.o mpegaudiodata.o
OBJS-$(CONFIG_NUT_MUXER) += mpegaudiodata.o
OBJS-$(CONFIG_OGG_DEMUXER) += flacdec.o flacdata.o flac.o \
- dirac.o mpeg12data.o
+ dirac.o mpeg12data.o vorbis_parser.o
OBJS-$(CONFIG_OGG_MUXER) += xiph.o flacdec.o flacdata.o flac.o
OBJS-$(CONFIG_RTP_MUXER) += mpeg4audio.o mpegvideo.o xiph.o
OBJS-$(CONFIG_SPDIF_DEMUXER) += aacadtsdec.o mpeg4audio.o
OpenPOWER on IntegriCloud