Opened 8 years ago

Closed 8 years ago

#5545 closed enhancement (wontfix)

av_packet_clone should use const declaration

Reported by: mrlika Owned by:
Priority: minor Component: avcodec
Version: git-master Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Change AVPacket *av_packet_clone(AVPacket *src) to AVPacket *av_packet_clone(const AVPacket *src)

Change History (2)

comment:1 by Carl Eugen Hoyos, 8 years ago

Please send your patch made with git format-patch to the development mailing list, patches (and concrete patch suggestions) are ignored on this bug tracker.

comment:2 by Elon Musk, 8 years ago

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.