]> git.sesse.net Git - ffmpeg/commit
intrax8: Move error resilience out of intrax8
authorVittorio Giovara <vittorio.giovara@gmail.com>
Sat, 20 Feb 2016 01:51:44 +0000 (20:51 -0500)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Tue, 22 Mar 2016 20:51:09 +0000 (16:51 -0400)
commit0c6a70873fc6e43194b471d112c30823b6c8d0b4
tree1279e3dc70f0c45f1afe87d3a984d1838b1ed8f4
parent709c0f79d8032fcf733bfe58e79ca7ff0858c8bc
intrax8: Move error resilience out of intrax8

The intrax8 decoding process does not imply any kind of error
resilience, and the only call present is more related to how mpegvideo
works rather than anything else.

Therefore have the parent decoders carry out er when actually needed.
configure
libavcodec/intrax8.c
libavcodec/vc1_block.c
libavcodec/wmv2dec.c