Opened 16 years ago
Closed 16 years ago
#6702 closed defect (fixed)
PixelFormat updates after ffmpeg sync
| Reported by: | 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)
Change History (2)
by , 16 years ago
| Attachment: | 6702-pixfmt_win32.patch added |
|---|
comment:1 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

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