Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-11-09 17:35:22 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-11-19 22:32:49 +0300
commit17c8533745305bdf9c26c87dcbc43453ed6f0804 (patch)
treea9cbf8a0ff0a422e71073359da4c740d87485104 /libavcodec/dnxhddata.h
parentb9a26b9d55f77ebbff3596e46be54bb5fed469d3 (diff)
avcodec/dnxhddata: Unavpriv dnxhd_get_(hr_|)_frame_size()
It is no longer used in libavformat. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/dnxhddata.h')
-rw-r--r--libavcodec/dnxhddata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/dnxhddata.h b/libavcodec/dnxhddata.h
index ecb1cd0b2d..861faca4ca 100644
--- a/libavcodec/dnxhddata.h
+++ b/libavcodec/dnxhddata.h
@@ -88,7 +88,7 @@ static av_always_inline uint64_t ff_dnxhd_parse_header_prefix(const uint8_t *buf
return ff_dnxhd_check_header_prefix(prefix);
}
-int avpriv_dnxhd_get_frame_size(int cid);
-int avpriv_dnxhd_get_hr_frame_size(int cid, int w, int h);
+int ff_dnxhd_get_frame_size(int cid);
+int ff_dnxhd_get_hr_frame_size(int cid, int w, int h);
#endif /* AVCODEC_DNXHDDATA_H */