mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-16 03:50:05 +01:00
Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'
* commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f': Remove unnecessary dsputil.h #includes Conflicts: libavcodec/ffv1.c libavcodec/h261dec.c libavcodec/h261enc.c libavcodec/h264pred.c libavcodec/lpc.h libavcodec/mjpegdec.c libavcodec/rectangle.h libavcodec/x86/idct_sse2_xvid.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#ifndef AVCODEC_MSS2DSP_H
|
||||
#define AVCODEC_MSS2DSP_H
|
||||
|
||||
#include "dsputil.h"
|
||||
#include <stdint.h>
|
||||
|
||||
typedef struct MSS2DSPContext {
|
||||
void (*mss2_blit_wmv9)(uint8_t *dst, int dst_stride,
|
||||
|
||||
Reference in New Issue
Block a user