~ubuntu-branches/ubuntu/precise/libav/precise-updates

« back to all changes in this revision

Viewing changes to libavcodec/dnxhddata.h

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2012-01-12 22:30:00 UTC
  • mfrom: (1.2.8) (1.1.13 experimental)
  • Revision ID: package-import@ubuntu.com-20120112223000-cmfo7w78q13i2fd9
Tags: 4:0.8~beta2-1ubuntu1
* Merge from debian, remaining changes:
  - don't build against libdirac, lame, libopenjpeg, librtmp, 
    x264, and xvid  (all in universe)

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
extern const CIDEntry ff_dnxhd_cid_table[];
47
47
 
48
48
int ff_dnxhd_get_cid_table(int cid);
49
 
int ff_dnxhd_find_cid(AVCodecContext *avctx);
 
49
int ff_dnxhd_find_cid(AVCodecContext *avctx, int bit_depth);
50
50
 
51
51
#endif /* AVCODEC_DNXHDDATA_H */