diff options
author | James Almer <jamrial@gmail.com> | 2015-07-13 14:10:31 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2015-07-13 14:57:54 -0300 |
commit | 84e847c7c80cc71d24f0e4ceb99331389d960b04 (patch) | |
tree | c12dca71a7daba5865c202696d90660dc3d9a86d /configure | |
parent | feb6a94f740bccc8e369f8b74714b940490f3901 (diff) | |
download | ffmpeg-84e847c7c80cc71d24f0e4ceb99331389d960b04.tar.gz |
avcodec/hevc_parser: use the old parser only when hevc decoder is available
If it's not, then the new dependence-free parser will be used instead
Reviewed-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2441,8 +2441,6 @@ wmv3_vdpau_hwaccel_select="vc1_vdpau_hwaccel" # parsers h264_parser_select="h264_decoder" hevc_parser_select="golomb" -#If ADVANCED_PARSER is enabled then the decoder is needed otherwise the next line can be removed -hevc_parser_select="hevc_decoder" mpegvideo_parser_select="mpegvideo" mpeg4video_parser_select="error_resilience h263dsp mpeg_er mpegvideo qpeldsp" vc1_parser_select="mpegvideo startcode vc1_decoder" |