mbox series

[FFmpeg-devel,0/3] Minor decklink output fixes

Message ID 20230223222513.3759-1-dheitmueller@ltnglobal.com
Headers show
Series Minor decklink output fixes | expand

Message

Devin Heitmueller Feb. 23, 2023, 10:25 p.m. UTC
The following patch series contains several small fixes to the
decklink output support.

Devin Heitmueller (3):
  decklink: Don't take for granted that first frame to decklink output
    will be PTS 0
  decklink: Fix setting of last_pts to only be set for video
  decklink: Fix unused variable compiler warnings

 libavdevice/decklink_common.h |  1 +
 libavdevice/decklink_enc.cpp  | 13 +++++++------
 2 files changed, 8 insertions(+), 6 deletions(-)