]> git.sesse.net Git - ffmpeg/commit
Fix the WAIT_FEED problem. It turns out that when you open up an FFM
authorPhilip Gladstone <philipjsg@users.sourceforge.net>
Sat, 18 May 2002 21:30:16 +0000 (21:30 +0000)
committerPhilip Gladstone <philipjsg@users.sourceforge.net>
Sat, 18 May 2002 21:30:16 +0000 (21:30 +0000)
commit5e57424d118c2faa12b0caa0b9f7816942ba5be2
treecc1761d3a9de7c731ff9e5a84cf30cd247e45bdb
parent9c80daf193bc147dc7325a41aebb5b774d2e1450
Fix the WAIT_FEED problem. It turns out that when you open up an FFM
file and seek to an FFM packet, then it is important that the packet
found has a frame header within it. If not, then terrible things happen.
This fixes the problem.

Originally committed as revision 513 to svn://svn.ffmpeg.org/ffmpeg/trunk
libav/ffm.c