Commit f6f85d95 authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avcodec/lossless_videodsp: Improve included headers

Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent 69f120ea
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment