]> git.sesse.net Git - ffmpeg/commit
libavcodec/dnxhd: change ff_dnxhd_get_hr_frame_size to avpriv_
authorJason Stevens <jay@wizardofthenet.com>
Sat, 8 Sep 2018 05:42:13 +0000 (22:42 -0700)
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>
Mon, 10 Sep 2018 21:15:42 +0000 (23:15 +0200)
commit69f1853a2831addd662041ceb2d90df355b0e60a
treeb83c08a5fbf89c9f28ab5e78235c78420a68bb40
parentdf05fd3131fd94d01ebeaa58b4c60510961b8be2
libavcodec/dnxhd: change ff_dnxhd_get_hr_frame_size to avpriv_

refactor ff_dnxhd_get_hr_frame_size to avpriv_dnxhd_get_hr_frame_size,
to allow cross library usage in libavformat/mxfenc this change makes
this function no longer be always inlined.

Signed-off-by: Jason Stevens <jay@wizardofthenet.com>
libavcodec/dnxhd_parser.c
libavcodec/dnxhddata.c
libavcodec/dnxhddata.h
libavcodec/dnxhdenc.c