diff options
author | Juanjo <pulento@users.sourceforge.net> | 2002-03-20 11:16:07 +0000 |
---|---|---|
committer | Juanjo <pulento@users.sourceforge.net> | 2002-03-20 11:16:07 +0000 |
commit | af469427b345528797a6f0f33e8e6e5df623593d (patch) | |
tree | 531b234412600c2f8c22f001639895765ae31691 /doc | |
parent | ce7c56c2504693d23949cca5b7cadddd673348ab (diff) | |
download | ffmpeg-streaming-af469427b345528797a6f0f33e8e6e5df623593d.zip ffmpeg-streaming-af469427b345528797a6f0f33e8e6e5df623593d.tar.gz |
- Fix pts calculation on mpeg mux (A/V sync) - Thanks to Lennert Buytenhek
- Fix temporal-reference-glitches for MPEG1 - Thanks to Lennert Buytenhek
Originally committed as revision 343 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -14,7 +14,6 @@ Planned in next release: - find a solution to clear feed1.ffm if format change. - new grab architecture : use avformat instead of audio: and video: protocol. -- correct PTS handling to sync audio and video. - fix 0 size picture in AVIs = skip picture BUGS: |