Changeset 97bb0076 in ffmpeg

Timestamp:
Mar 16, 2014, 5:24:23 PM (11 years ago)
Author:
Michael Niedermayer <michaelni@gmx.at>
Branches:
master
Children:
40f88796
Parents:
0d5ae023
git-author:
Peter Ross <pross@xvid.org> (03/15/14 06:26:58)
git-committer:
Michael Niedermayer <michaelni@gmx.at> (03/16/14 17:24:23)
Message:

avcodec/rawdec: decode 16-bit aligned and packed 'raw' pixel formats where bits_per_coded_sample < 16

The bit packing method is communicted via codec_tag:

BIT[0] big-endian packing
BIT[16] 16-bit little endian packing
BIT[32] 32-bit little-endian packing

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

(No files)

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