OSDN Git Service

examples/decode_audio: allocate the packet dynamically
authorAnton Khirnov <anton@khirnov.net>
Wed, 19 Oct 2016 19:56:22 +0000 (21:56 +0200)
committerAnton Khirnov <anton@khirnov.net>
Wed, 23 Nov 2016 12:10:05 +0000 (13:10 +0100)
commit9a38184a143a1560814b084aebe628f8df46e666
tree7be75777471fb231c8feedb3ddcec53980ee8928
parent45a1ce2ff7688656aacd53c27de5815a7ec13afe
examples/decode_audio: allocate the packet dynamically

AVPackets on stack are discouraged now.
doc/examples/decode_audio.c