Opened 12 years ago

Closed 11 years ago

Last modified 11 years ago

#11158 closed Patch - Bug Fix (Fixed)

Return a pointer (NULL) not a bool (false) in avformatwriter.cpp

Reported by: Gary Buhrmaster <gary.buhrmaster@…> Owned by: danielk
Priority: minor Milestone: 0.27
Component: MythTV - General Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Return a pointer (NULL) not a bool (false) to eliminate warning message (detected by clang) in mythtv/libs/libmythtv/avformatwriter.cpp due to mismatched type. Patch attached

Attachments (1)

0001-avformatwriter-return-type.patch (499 bytes) - added by Gary Buhrmaster <gary.buhrmaster@…> 12 years ago.

Download all attachments as: .zip

Change History (5)

Changed 12 years ago by Gary Buhrmaster <gary.buhrmaster@…>

comment:1 Changed 11 years ago by gary.buhrmaster@…

Looks like Danielk, in commit cf8d1cbcaf948aa39d34521d2db4b6a037dbab05 fixed this a couple of weeks ago as part of other code cleanups.

Please close this ticket.

comment:2 Changed 11 years ago by sphery

Resolution: Fixed
Status: newclosed

Fixed in cf8d1cbca:

Fix a couple gcc warnings in AVFormatWriter.

comment:3 Changed 11 years ago by sphery

Owner: set to danielk

comment:4 Changed 11 years ago by sphery

Milestone: unknown0.27
Note: See TracTickets for help on using tickets.