Changeset c9f6eab in ffmpeg

Timestamp:
Mar 19, 2011, 11:07:14 AM (14 years ago)
Author:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Branches:
master
Children:
6820008
Parents:
19d82cb1
git-author:
Reimar Döffinger <Reimar.Doeffinger@gmx.de> (03/05/11 12:49:13)
git-committer:
Reimar Döffinger <Reimar.Doeffinger@gmx.de> (03/19/11 11:07:14)
Message:

Detect byte-swapped AC-3 (aka DNET) and support decoding it directly.

This allows the AC-3 decoder to be used directly with RealMedia
decoders that unlike the libavformat one do not byte-swap automatically.
Since the new code is only used in case we would fail directly otherwise
there should be no risk for regressions.
The "buf" pointer needs to be overwritten since otherwise the CRC check fails.

(No files)

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