mbox

[FFmpeg-devel,0/2] Enhance progressive content detection

Message ID 20210129172401.681-1-nicolas.gaullier@cji.paris
Headers show

Message

Nicolas Gaullier Jan. 29, 2021, 5:23 p.m. UTC
These are two completely independant patchs.
My use case is that I have many progressive materials and only a few interlaced,
and I just want to avoid inserting a deinterlacing filter if it is not required.

Thank you for the review
Nicolas

Nicolas Gaullier (2):
  avformat/mov: always parse video headers
  avcodec/hevc: set field_order=progressive when SPS makes it straightforward

 libavcodec/hevcdec.c | 2 ++
 libavformat/mov.c    | 7 ++++---
 2 files changed, 6 insertions(+), 3 deletions(-)