OSDN Git Service

Fix copying extradata to codec in mxfdec.c
authorNigel Touati-Evans <nigel.touatievans@gmail.com>
Thu, 27 Jun 2013 11:28:43 +0000 (12:28 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 27 Jun 2013 11:32:48 +0000 (13:32 +0200)
commit42bd0cd21ae68abef4436cc97d67f592be38d3e3
tree58a492fb89aa9417e2a50e56b491f4c95cc2afe4
parente4198d2fc3d98d076240530e095608272671f61d
Fix copying extradata to codec in mxfdec.c

The code that copies any extradata from the MXFDescriptor to the codec does
not set the size, which it should otherwise the copied data is useless.
Attached it a patch to correct this.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/mxfdec.c