]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avc.c
build: include sub-makefiles using full path instead of symlinks
[ffmpeg] / libavformat / avc.c
index 274b490cf5bc87722e9e560a3dd5a04183cf01c8..70a05ec5bc592a690bb55b66159811a45799318f 100644 (file)
@@ -96,7 +96,7 @@ int ff_avc_parse_nal_units_buf(const uint8_t *buf_in, uint8_t **buf, int *size)
     ff_avc_parse_nal_units(pb, buf_in, *size);
 
     av_freep(buf);
-    *size = url_close_dyn_buf(pb, buf);
+    *size = avio_close_dyn_buf(pb, buf);
     return 0;
 }