OSDN Git Service

CrystalHD: Use mp4toannexb bitstream filter.
authorPhilip Langdale <philipl@overt.org>
Mon, 13 Jun 2011 03:22:20 +0000 (20:22 -0700)
committerPhilip Langdale <philipl@overt.org>
Tue, 14 Jun 2011 05:25:13 +0000 (22:25 -0700)
commit4ac5dffc5a4daf315fb908ec689366e179a59ad3
tree35260eed14fe382d580d125940673c9b72eb2810
parent7d2714d1abb432575e667870e0248e2ee77ed9a4
CrystalHD: Use mp4toannexb bitstream filter.

The H.264 parser that we use to detect interlacing can only handle
an Annex B stream, so we need to actually use the filter. This is
unfortunate as the crystalhd library is already doing this conversion
internally. A future change will reorganise the decode path more
completely so that we can feed the converted stream into libcrystalhd
and avoid the second conversion.

Signed-off-by: Philip Langdale <philipl@overt.org>
libavcodec/crystalhd.c