Opened 9 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 , 9 years ago
comment:2 by , 8 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
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.