comparison avc.h @ 2935:88a67636f192 libavformat

Make avc_find_startcode non-static, so that it can be used from other files (and add the ff_ prefix, to avoid polluting the namespace)
author lucabe
date Tue, 15 Jan 2008 08:05:58 +0000
parents b75a49790f31
children df47846972da
comparison
equal deleted inserted replaced
2934:dadfe1a02cec 2935:88a67636f192
25 #include <stdint.h> 25 #include <stdint.h>
26 #include "avio.h" 26 #include "avio.h"
27 27
28 int ff_avc_parse_nal_units(uint8_t *buf_in, uint8_t **buf, int *size); 28 int ff_avc_parse_nal_units(uint8_t *buf_in, uint8_t **buf, int *size);
29 int ff_isom_write_avcc(ByteIOContext *pb, uint8_t *data, int len); 29 int ff_isom_write_avcc(ByteIOContext *pb, uint8_t *data, int len);
30 uint8_t *ff_avc_find_startcode(uint8_t *p, uint8_t *end);
30 31
31 #endif /* AVC_H */ 32 #endif /* AVC_H */