Opened 15 years ago

Closed 15 years ago

#6702 closed defect (fixed)

PixelFormat updates after ffmpeg sync

Reported by: Jeff Lu <jll544@…> Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: MythTV - General Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Some of the PixelFormat? names changed as part of the ffmpeg sync, breaking win32 builds (PIX_FMT_YUV422 and PIX_FMT_RGBA32 undefined). The attached patch updates the videoout_dx and videoout_d3d classes with the new names PIX_FMT_YUYV422 and PIX_FMT_RGB32.

Attachments (1)

6702-pixfmt_win32.patch (1.9 KB) - added by Jeff Lu <jll544@…> 15 years ago.

Download all attachments as: .zip

Change History (2)

Changed 15 years ago by Jeff Lu <jll544@…>

Attachment: 6702-pixfmt_win32.patch added

comment:1 Changed 15 years ago by Nigel

Resolution: fixed
Status: newclosed

(In [20842]) Win32 build fix after FFmpeg merge. Closes #6702. Thanks Jeff

Note: See TracTickets for help on using tickets.