adxenc: remove unnecessary setting of coded_frame->key_frame.
authorJustin Ruggles <justin.ruggles@gmail.com>
Mon, 19 Dec 2011 14:45:50 +0000 (09:45 -0500)
committerJustin Ruggles <justin.ruggles@gmail.com>
Tue, 3 Jan 2012 23:47:41 +0000 (18:47 -0500)
commit6b77f07074bfdba7106fdbf20106da7d8522655a
tree21c98ed4220f6088134b5cfd0cace7063c16c20f
parentcc40c056d01a95b0a57950d4d8aec9e86060c6b6
adxenc: remove unnecessary setting of coded_frame->key_frame.

It is already set by avcodec_alloc_frame().
libavcodec/adxenc.c