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
Fix #endif comments.
Originally committed as revision 6709 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
18 years ago
parent
39051d5d6e
commit
c45b5de03a
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/bitstream.h
+1
-1
libpostproc/postprocess.c
+ 1
- 1
libavcodec/bitstream.h
View File
@@ -200,7 +200,7 @@ unaligned(16)
unaligned(32)
unaligned(64)
#undef unaligned
#endif /
/!ARCH_X86
#endif /
* defined(ARCH_X86) || defined(ARCH_X86_64) */
#ifndef ALT_BITSTREAM_WRITER
static inline void put_bits(PutBitContext *s, int n, unsigned int value)
+ 1
- 1
libpostproc/postprocess.c
View File
@@ -594,7 +594,7 @@ static always_inline void do_a_deblock_C(uint8_t *src, int step, int stride, PPC
#if (defined (HAVE_3DNOW) && !defined (HAVE_MMX2)) || defined (RUNTIME_CPUDETECT)
#define COMPILE_3DNOW
#endif
#endif /
/ARCH_X86
#endif /
* defined(ARCH_X86) || defined(ARCH_X86_64) */
#undef HAVE_MMX
#undef HAVE_MMX2
Write
Preview
Loading…
Cancel
Save