OSDN Git Service

dxa: fix support of decoding all frames even in the absence of references
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 17 Aug 2013 09:12:47 +0000 (11:12 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 17 Aug 2013 09:48:22 +0000 (11:48 +0200)
commit9640ea1da4e0893001031c6d88aa48f350cc9956
treee208c5446cbd971646ae3964263ac8dbf97ed080
parent186e47ef6d7d90bfd8b16e77cfa5e7aeb2a497c0
dxa: fix support of decoding all frames even in the absence of references

The case where decoding should only happen for keyframes and afterwards
(CODEC_FLAG2_SHOW_ALL not set) does not fully work neither before nor
after this

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/dxa.c