This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
lavc/x86/idctdsp.h: Fix make checkheaders.
tags/n2.5
Carl Eugen Hoyos
11 years ago
parent
a829870b2f
commit
c0f9df30dd
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavcodec/x86/idctdsp.h
+ 1
- 0
libavcodec/x86/idctdsp.h
View File
@@ -20,6 +20,7 @@
#define AVCODEC_X86_IDCTDSP_H
#define AVCODEC_X86_IDCTDSP_H
#include <stdint.h>
#include <stdint.h>
#include <stddef.h>
void ff_add_pixels_clamped_mmx(const int16_t *block, uint8_t *pixels,
void ff_add_pixels_clamped_mmx(const int16_t *block, uint8_t *pixels,
ptrdiff_t line_size);
ptrdiff_t line_size);
Write
Preview
Loading…
Cancel
Save