avcodec/lossless_videodsp: Improve included headers

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
pull/360/head
Andreas Rheinhardt 4 years ago
parent 69f120ead7
commit f6f85d9582
  1. 3
      libavcodec/lossless_videodsp.c
  2. 3
      libavcodec/lossless_videodsp.h

@ -17,7 +17,8 @@
* License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "avcodec.h"
#include "config.h"
#include "lossless_videodsp.h"
#include "libavcodec/mathops.h"

@ -25,9 +25,6 @@
#include <stdint.h>
#include <stddef.h>
#include "avcodec.h"
#include "libavutil/cpu.h"
typedef struct LLVidDSPContext {
void (*add_bytes)(uint8_t *dst /* align 32 */, uint8_t *src /* align 32 */,
ptrdiff_t w);

Loading…
Cancel
Save