mirror of https://github.com/FFmpeg/FFmpeg.git
There is no benefit in using it: The fast path of copying is not taken because of misalignment; furthermore we are only dealing with a few byte here anyway, so simply copy the bytes manually, avoiding the dependency on bitstream.c in lavf (which also contains a function that is completely unused in lavf). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>release/7.1
parent
52fb49a8a3
commit
4482b3353d
4 changed files with 2 additions and 5 deletions
@ -1 +0,0 @@ |
||||
#include "libavcodec/bitstream.c" |
Loading…
Reference in new issue