diff options
author | Peter Ross <pross@xvid.org> | 2019-01-06 17:45:04 +1100 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2019-06-12 20:06:20 +1000 |
commit | 43dbdee264915d21b745939034d0c5120322ec5b (patch) | |
tree | 67ed9cc4a826aa758b84422ad5d710557ac82039 /configure | |
parent | a212c8da48fea89bff3e26324aef257e5663233e (diff) | |
download | ffmpeg-streaming-43dbdee264915d21b745939034d0c5120322ec5b.zip ffmpeg-streaming-43dbdee264915d21b745939034d0c5120322ec5b.tar.gz |
VP4 video decoder
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2825,6 +2825,7 @@ vc1image_decoder_select="vc1_decoder" vorbis_decoder_select="mdct" vorbis_encoder_select="audio_frame_queue mdct" vp3_decoder_select="hpeldsp vp3dsp videodsp" +vp4_decoder_select="vp3_decoder" vp5_decoder_select="h264chroma hpeldsp videodsp vp3dsp vp56dsp" vp6_decoder_select="h264chroma hpeldsp huffman videodsp vp3dsp vp56dsp" vp6a_decoder_select="vp6_decoder" |