Opened 16 years ago

Closed 16 years ago

#5148 closed defect (fixed)

write_video_ts and write_video_pes both can return negative values

Reported by: Erik Hovland <erik@…> Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

write_video_ts and write_video_pes both can return negative values. They should be checked and appropriate action taken. In the file programs/mythtranscode/replex/multiplex.c in the functions writeout_video and writeout_ext, they are not checked.

Attachments (1)

programs_mythtranscode_replex_multiplex.c-check-write_video_foo.patch (1.1 KB) - added by Erik Hovland <erik@…> 16 years ago.
check write_video_ts and write_video_pes

Download all attachments as: .zip

Change History (2)

Changed 16 years ago by Erik Hovland <erik@…>

check write_video_ts and write_video_pes

comment:1 Changed 16 years ago by greg

Resolution: fixed
Status: newclosed

(In [17040]) Abort if write_video_ts and write_video_pes return negative values. Closes #5148

Note: See TracTickets for help on using tickets.