summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2017-04-26 18:57:54 +0200
committerDiego Biurrun <diego@biurrun.de>2017-05-02 18:50:34 +0200
commitb5f19f7478492307e4b4763aeac3180faf50e17f (patch)
tree0fb69992023b946295a3130e2066256e3caf88fe /doc
parent0ac1fec1c3dacedabbf3dd4122ef4bf8523e688c (diff)
aac: Split function to parse ADTS header data into public and private part
This makes the currently semi-public avpriv_aac_parse_header() function private to libavcodec and adds a proper public API function to return the parts of the ADTS header required in libavformat.
Diffstat (limited to 'doc')
-rw-r--r--doc/developer.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer.texi b/doc/developer.texi
index 31c2bafbe4..824fba4591 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -218,7 +218,7 @@ e.g. @samp{ff_w64_demuxer}.
@item
For variables and functions visible outside of file scope, used internally
across multiple libraries, use @code{avpriv_} as prefix, for example,
-@samp{avpriv_aac_parse_header}.
+@samp{avpriv_report_missing_feature}.
@item
For externally visible symbols, each library has its own prefix. Check