diff options
author | Philip Langdale <philipl@overt.org> | 2011-03-25 22:46:22 -0700 |
---|---|---|
committer | Philip Langdale <philipl@overt.org> | 2011-04-08 20:17:47 -0700 |
commit | f6421e0b5c028b5eaf24377b074b1e50b2c32419 (patch) | |
tree | 5e76e16f5c42db6f539c0396bbcf17c0dd21ec69 /configure | |
parent | e99fd6ee197f77e512c4092667eed70232f9c875 (diff) | |
download | ffmpeg-f6421e0b5c028b5eaf24377b074b1e50b2c32419.tar.gz |
CrystalHD: Bring in h.264 parser to establish picture type.
As the hardware is unreliable, we will have to use the h.264 parser
to identify whether an input picture is a field or a frame. This
change loads the parser and extracts the picture type.
Signed-off-by: Philip Langdale <philipl@overt.org>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1279,7 +1279,7 @@ h263_vaapi_hwaccel_select="vaapi h263_decoder" h263i_decoder_select="h263_decoder" h263p_encoder_select="h263_encoder" h264_decoder_select="golomb h264dsp h264pred" -h264_crystalhd_decoder_select="crystalhd h264_mp4toannexb_bsf" +h264_crystalhd_decoder_select="crystalhd h264_mp4toannexb_bsf h264_parser" h264_dxva2_hwaccel_deps="dxva2api_h" h264_dxva2_hwaccel_select="dxva2 h264_decoder" h264_vaapi_hwaccel_select="vaapi" |