Changeset 5e9de76f in ffmpeg

Timestamp:
Apr 25, 2011, 12:17:59 PM (14 years ago)
Author:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Branches:
master
Children:
4c7ad768
Parents:
6c936416
git-author:
Reimar Döffinger <Reimar.Doeffinger@gmx.de> (04/25/11 11:54:26)
git-committer:
Reimar Döffinger <Reimar.Doeffinger@gmx.de> (04/25/11 12:17:59)
Message:

Do not set non_interleaved for DV-in-AVI.

It does not make sense (DV is interleaved by design) and
it avoids a crash when the non-interleaved code tries to
use the priv_data of streams created by the DV demuxer.
The crash could be avoided differently, but then that stream
would still lack an index and would not play correctly in
non-interleaved mode.
Fixes e.g. samples/ffmpeg-bugs/roundup/issue1514/Dennis0002_video1.avi

(No files)

Note: See TracChangeset for help on using the changeset viewer.