summaryrefslogtreecommitdiffstats
path: root/libavcodec/dnxhddata.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-01-04 21:18:21 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-01-06 13:58:46 +0100
commit3db02b83e7d455d939e30832dbb802527c0937e2 (patch)
tree3cfcb491d340aa1a125735121ffa3c036d5d11ba /libavcodec/dnxhddata.h
parent11e1466b432f661c7605ee23203f9cdc1020a4f3 (diff)
downloadffmpeg-streaming-3db02b83e7d455d939e30832dbb802527c0937e2.zip
ffmpeg-streaming-3db02b83e7d455d939e30832dbb802527c0937e2.tar.gz
dnxhd: Add avpriv_dnxhd_get_frame_size()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/dnxhddata.h')
-rw-r--r--libavcodec/dnxhddata.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/dnxhddata.h b/libavcodec/dnxhddata.h
index 01c3f58..f1a6ec7 100644
--- a/libavcodec/dnxhddata.h
+++ b/libavcodec/dnxhddata.h
@@ -50,4 +50,6 @@ extern av_export const CIDEntry ff_dnxhd_cid_table[];
int ff_dnxhd_get_cid_table(int cid);
int ff_dnxhd_find_cid(AVCodecContext *avctx, int bit_depth);
+int avpriv_dnxhd_get_frame_size(int cid);
+
#endif /* AVCODEC_DNXHDDATA_H */
OpenPOWER on IntegriCloud