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
Add multiple inclusion guards.
Originally committed as revision 10732 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
17 years ago
parent
c1d5a67c56
commit
d02f15476f
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
libavutil/rc4.h
+ 5
- 0
libavutil/rc4.h
View File
@@ -18,4 +18,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef RC4_H
#ifndef RC4_H
void ff_rc4_enc(const uint8_t *key, int keylen, uint8_t *data, int datalen);
#endif /* RC4_H */
Write
Preview
Loading…
Cancel
Save