summaryrefslogtreecommitdiff
path: root/libavformat/oggparseskeleton.c
Commit message (Collapse)AuthorAge
* Fix compile warning.Ronald S. Bultje2011-02-09
| | | | | | Change int64_t into a int, which caused this compiler warning: libavformat/oggparseskeleton.c:64: warning: passing argument 2 of ‘av_reduce’ from incompatible pointer type (cherry picked from commit 69ff14920429c9e128a8bcf65ce3f4b4aa93f3d1)
* Always use av_set_pts_info to set the stream time base.Reimar Döffinger2011-02-05
|
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
| | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct first pts for ogg skeletonAurelien Jacobs2010-03-28
| | | | Originally committed as revision 22705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oggdec: Parse skeleton to determine the start time of each streamDavid Conrad2010-03-11
Originally committed as revision 22457 to svn://svn.ffmpeg.org/ffmpeg/trunk