libx264: free x4->sei

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-09-26 18:53:12 +02:00
parent e2dae1faa8
commit d5a3635b2c

View File

@ -103,7 +103,7 @@ static int encode_nals(AVCodecContext *ctx, uint8_t *buf, int size,
memcpy(p, x4->sei, x4->sei_size);
p += x4->sei_size;
x4->sei_size = 0;
// why is x4->sei not freed?
av_freep(&x4->sei);
}
for (i = 0; i < nnal; i++){