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
intreadwrite: common.h is not needed, attributes.h is sufficient
Originally committed as revision 24155 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Måns Rullgård
15 years ago
parent
f4d80ecb22
commit
7918375f88
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavutil/intreadwrite.h
+ 1
- 1
libavutil/intreadwrite.h
View File
@@ -21,8 +21,8 @@
#include <stdint.h>
#include "config.h"
#include "attributes.h"
#include "bswap.h"
#include "common.h"
typedef union {
uint64_t u64;
Write
Preview
Loading…
Cancel
Save