diff options
author | Joseph Artsimovich <joseph@mirriad.com> | 2011-07-20 18:58:27 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-07-21 18:44:40 +0100 |
commit | 5ab21439fdfb8e239eb778128590d95967067b46 (patch) | |
tree | beb40a4c054dff651f6afa91649ab7882559f08e /libavcodec/dnxhddata.h | |
parent | a617c6aaa3e6c0201c9ea31d319808273efd78b0 (diff) | |
download | ffmpeg-5ab21439fdfb8e239eb778128590d95967067b46.tar.gz |
dnxhd: 10-bit support
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/dnxhddata.h')
-rw-r--r-- | libavcodec/dnxhddata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dnxhddata.h b/libavcodec/dnxhddata.h index df841872fc..74cf0b522f 100644 --- a/libavcodec/dnxhddata.h +++ b/libavcodec/dnxhddata.h @@ -46,6 +46,6 @@ typedef struct { extern const CIDEntry ff_dnxhd_cid_table[]; int ff_dnxhd_get_cid_table(int cid); -int ff_dnxhd_find_cid(AVCodecContext *avctx); +int ff_dnxhd_find_cid(AVCodecContext *avctx, int bit_depth); #endif /* AVCODEC_DNXHDDATA_H */ |