Changeset 3978
- Timestamp:
- 03/27/07 11:34:38 (6 years ago)
- Location:
- vic/branches/mpeg4/codec
- Files:
-
- 2 modified
-
decoder-h264.cpp (modified) (1 diff)
-
rtp_h264_depayloader.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vic/branches/mpeg4/codec/decoder-h264.cpp
r3977 r3978 6 6 #include <errno.h> 7 7 #include <fcntl.h> 8 #include <io.h> 8 #ifdef WIN32 9 #include <io.h> //close() 10 #else 11 #include <unistd.h> 12 #endif 9 13 #include <sys/stat.h> 10 14 #include "inet.h" -
vic/branches/mpeg4/codec/rtp_h264_depayloader.cpp
r3977 r3978 52 52 #endif 53 53 #include <assert.h> 54 //#ifndef __BEOS__55 //#else56 //# include "barpainet.h"57 //#endif58 54 59 55 #include "rtp_h264_depayloader.h"
