- Added force_pts to av_write_packet() to be able to force PTS, this helps
authorJuanjo <pulento@users.sourceforge.net>
Sun, 7 Apr 2002 21:44:29 +0000 (21:44 +0000)
committerJuanjo <pulento@users.sourceforge.net>
Sun, 7 Apr 2002 21:44:29 +0000 (21:44 +0000)
commit10bb7023a224adbcd2b97d5115db57bf13094906
tree85921bed3e9756d92ba95b8bd3f74e9cea9d0866
parent3bf43d42eda38abd5b75d004e1431d71aacfbe48
- Added force_pts to av_write_packet() to be able to force PTS, this helps
(and fix) stream copying. By now force_pts it's just honoured by the MPEG
muxer. ASF could honour this also, but it should be fixed to use Tickers
first.
- MPEG audio decoder exports it's frame size in bytes.
- Hope this fix the floating point exception found in ffserver.

Originally committed as revision 382 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 files changed:
ffmpeg.c
ffserver.c
libav/asf.c
libav/audio.c
libav/avformat.h
libav/avienc.c
libav/ffm.c
libav/img.c
libav/jpeg.c
libav/mpeg.c
libav/raw.c
libav/rm.c
libav/swf.c
libav/utils.c
libav/wav.c
libavcodec/mpeg12.c
libavcodec/mpegaudiodec.c