avcodec/lossless_videodsp: Improve included headers

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2021-06-12 22:31:53 +02:00
parent 69f120ead7
commit f6f85d9582
2 changed files with 2 additions and 4 deletions

View File

@ -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"

View File

@ -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);