diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-09-02 05:21:25 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-09-02 05:21:25 +0200 |
commit | 63d2cfd14250f2a0293cf130f37561b7f2ccf885 (patch) | |
tree | 7e9c49a6e3c6a96fcb1699b8fecd6050edd7df53 /libavcodec/dvdata.h | |
parent | fea20d1ddc7bd5b059cae0a4a3c49c804eb4d7cb (diff) | |
download | ffmpeg-63d2cfd14250f2a0293cf130f37561b7f2ccf885.tar.gz |
dvdec: Fix dvsd profile[1] detection.
Fixes Ticket159
If someone knows of a cleaner way to detect this, patch is welcome.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/dvdata.h')
-rw-r--r-- | libavcodec/dvdata.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/dvdata.h b/libavcodec/dvdata.h index 90f4059839..33a5cf1af6 100644 --- a/libavcodec/dvdata.h +++ b/libavcodec/dvdata.h @@ -276,6 +276,8 @@ enum dv_pack_type { const DVprofile* ff_dv_frame_profile(const DVprofile *sys, const uint8_t* frame, unsigned buf_size); +const DVprofile* ff_dv_frame_profile2(AVCodecContext* codec, const DVprofile *sys, + const uint8_t* frame, unsigned buf_size); const DVprofile* ff_dv_codec_profile(AVCodecContext* codec); static inline int dv_write_dif_id(enum dv_section_type t, uint8_t chan_num, |