comparison avcodec.h @ 2676:0975710cf7f4 libavcodec

change extradata format for vorbis
author mru
date Fri, 13 May 2005 18:10:23 +0000
parents d1609cfeb1d0
children 02925a3903b6
comparison
equal deleted inserted replaced
2675:c6aa5585954f 2676:0975710cf7f4
2355 (((uint8_t*)(x))[2] << 16) | \ 2355 (((uint8_t*)(x))[2] << 16) | \
2356 (((uint8_t*)(x))[1] << 8) | \ 2356 (((uint8_t*)(x))[1] << 8) | \
2357 ((uint8_t*)(x))[0]) 2357 ((uint8_t*)(x))[0])
2358 #endif 2358 #endif
2359 2359
2360 extern unsigned int av_xiphlacing(unsigned char *s, unsigned int v);
2361
2360 #ifdef __cplusplus 2362 #ifdef __cplusplus
2361 } 2363 }
2362 #endif 2364 #endif
2363 2365
2364 #endif /* AVCODEC_H */ 2366 #endif /* AVCODEC_H */