mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
avcodec/lossless_videodsp: Improve included headers
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
69f120ead7
commit
f6f85d9582
@ -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…
x
Reference in New Issue
Block a user