Changes between Version 5 and Version 6 of Ticket #9456, comment 2


Ignore:
Timestamp:
Oct 18, 2021, 4:15:24 AM (5 years ago)
Author:
Gregory Beauregard

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9456, comment 2

    v5 v6  
    1 Removal or re-implementation of all fields that depended on `ist->dec_ctx->properties` being set (like `closed_captions` and film-grain and more?) will also need backported to 4.4 if the API has already been removed (precluding the revert of the commit).
     1Removal or re-implementation of all fields that depended on `ist->dec_ctx->properties` being set (like `closed_captions` and film-grain and more?) will also need backported to 4.4 if the API has already been removed (precluding the revert of the commit). All ffprobe fields that depended on this being set regressed in the same commit and now show fake wrong results with ffprobe.
    22
    33If the API is not yet removed the better solution is probably reverting the commit in the 4.4 branch so the deprecation or fix of all these ffprobe fields can be done correctly in master.