lavc: add a property for marking codecs that support frame reordering

This commit is contained in:
Anton Khirnov
2014-07-20 11:26:13 +00:00
parent 42eb9154a8
commit c5fca0174d
4 changed files with 30 additions and 17 deletions

View File

@@ -13,6 +13,9 @@ libavutil: 2013-12-xx
API changes, most recent first:
2014-xx-xx - xxxxxxx - lavc 55.57.0 - avcodec.h
Add AV_CODEC_PROP_REORDER to mark codecs supporting frame reordering.
2014-07-xx - xxxxxxx - lavu 53.18.0 - display.h
Add av_display_matrix_flip() to flip the transformation matrix.