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
svq3: Adjust #endif comment
tags/n2.2-rc1
Diego Biurrun
11 years ago
parent
192ccc5034
commit
61e7c7f27b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/svq3.h
+ 1
- 1
libavcodec/svq3.h
View File
@@ -24,4 +24,4 @@
void ff_svq3_luma_dc_dequant_idct_c(int16_t *output, int16_t *input, int qp);
void ff_svq3_add_idct_c(uint8_t *dst, int16_t *block, int stride, int qp, int dc);
#endif /* AVCODEC_
DSPUTIL
_H */
#endif /* AVCODEC_
SVQ3
_H */
Write
Preview
Loading…
Cancel
Save