summaryrefslogtreecommitdiff
path: root/libavformat/avc.h
diff options
context:
space:
mode:
authorLuca Abeni <lucabe72@email.it>2008-01-15 08:05:58 +0000
committerLuca Abeni <lucabe72@email.it>2008-01-15 08:05:58 +0000
commitb973f9ad7e7ef10454101b9292374d4903010ea1 (patch)
tree3bcc35d753ebad888083ecd8b09e1142ca931250 /libavformat/avc.h
parentd75dcfdcebbb166805fb9ac8f2d622c82fc9141a (diff)
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) Originally committed as revision 11532 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avc.h')
-rw-r--r--libavformat/avc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avc.h b/libavformat/avc.h
index a66e5f0ffd..932ce55027 100644
--- a/libavformat/avc.h
+++ b/libavformat/avc.h
@@ -27,5 +27,6 @@
int ff_avc_parse_nal_units(uint8_t *buf_in, uint8_t **buf, int *size);
int ff_isom_write_avcc(ByteIOContext *pb, uint8_t *data, int len);
+uint8_t *ff_avc_find_startcode(uint8_t *p, uint8_t *end);
#endif /* AVC_H */