OSDN Git Service

intrax8: Use local destination buffers
authorVittorio Giovara <vittorio.giovara@gmail.com>
Sat, 20 Feb 2016 01:18:49 +0000 (20:18 -0500)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Fri, 25 Mar 2016 19:51:50 +0000 (15:51 -0400)
commit922b7e6d86e6197dfa5ebde602dd12cc66fb5f1f
tree9a42bca192f2761c0ae42bde1e33e1071f6a309b
parenta7da517f6a5c472f46f67dd33bb6b95ccc919923
intrax8: Use local destination buffers

These buffers are just a way to store frame pointers and be able to
modify them without touching the original ones.

The two dependent decoders (WMV2 and VC1) do not need special care for
these fields: the former does not seem to use the dest buffers, while
the latter reinits them every time to the current frame data buffers.

So only keep a local copy rather than the one from mpegvideo.
libavcodec/intrax8.c
libavcodec/intrax8.h