avcodec: add decode_error_flags field to AVFrame

Signed-off-by: Marton Balint <cus@passwd.hu>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Marton Balint
2012-07-20 23:28:02 +02:00
committed by Michael Niedermayer
parent 296c1b6bd1
commit 016a472009
4 changed files with 20 additions and 1 deletions

View File

@@ -15,6 +15,9 @@ libavutil: 2011-04-18
API changes, most recent first:
2012-07-20 - xxxxxxx - lavc 54.43.100
Add decode_error_flags field to AVFrame.
2012-07-20 - xxxxxxx - lavf 54.18.100
Add avformat_match_stream_specifier() function.