OSDN Git Service

examples/decode_video: allocate the packet dynamically
authorAnton Khirnov <anton@khirnov.net>
Thu, 20 Oct 2016 09:03:20 +0000 (11:03 +0200)
committerAnton Khirnov <anton@khirnov.net>
Wed, 23 Nov 2016 12:11:17 +0000 (13:11 +0100)
commitc7ab0eb3050acdd3b8cab2c55fc9c1b2e8610a65
tree710e7da467c0505e387d733cd0d58bf6d39392ce
parent728ea23cce07467b732f538c87c13da13dd6dcf3
examples/decode_video: allocate the packet dynamically

AVPackets on stack are discouraged.
doc/examples/decode_video.c