Ticket #8 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

FLV import broken

Reported by: tick Assigned to:
Priority: normal Milestone: 0.5
Component: ffmpeg Version:
Severity: blocker Keywords:
Cc:

Description

http://svn.mplayerhq.hu/ffmpeg/trunk/libavformat/flvdec.c?r1=6285&r2=6284&pathrev=6285 broke our flv importing. ffmpeg is apparently doing the right thing per Yuvi, so we need to fix it on our end.

Change History

09/19/06 23:54:04 changed by dconrad

  • status changed from new to closed.
  • resolution set to fixed.

(In [86]) FFmpeg now builds a partial index for flv files, which isn't usable to us for now, so force flv files to import as though they don't have an index. Fixes #8