diff avc.c @ 4226:f1974ed2589a libavformat

export ff_avc_parse_nal_units_buf
author bcoudurier
date Fri, 16 Jan 2009 01:17:18 +0000
parents bb346dbc0958
children 765fe37ec45b
line wrap: on
line diff
--- a/avc.c	Fri Jan 16 01:12:32 2009 +0000
+++ b/avc.c	Fri Jan 16 01:17:18 2009 +0000
@@ -79,7 +79,7 @@
     return size;
 }
 
-static int ff_avc_parse_nal_units_buf(const uint8_t *buf_in, uint8_t **buf, int *size)
+int ff_avc_parse_nal_units_buf(const uint8_t *buf_in, uint8_t **buf, int *size)
 {
     ByteIOContext *pb;
     int ret = url_open_dyn_buf(&pb);