OSDN Git Service

lavc: do not force the emu edge flag
authorAnton Khirnov <anton@khirnov.net>
Mon, 20 Jan 2014 14:22:09 +0000 (15:22 +0100)
committerAnton Khirnov <anton@khirnov.net>
Tue, 21 Jan 2014 16:54:09 +0000 (17:54 +0100)
commite0ab5078a7d865f8f6fd6a6d3cbe0f380ead4a3d
treeaa242b0ecdfc9c98d112a22f1e517332c20290d9
parent025fd76e1a2623c858d8c686a73cc30980a314b0
lavc: do not force the emu edge flag

The default get_buffer2() implementation (and possibly some
user ones) does not allocate edges when this flag is set, which may
expose bugs in some decoders. Until the 10 release is out, it is safer
to remove this part.
libavcodec/utils.c