X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fdvdata.h;h=33a5cf1af611da88d56dd5086f074b4da063e887;hb=d2084402e6034e8d49ea50ebe212c4e8783d028a;hp=90f40598396a40bffe6a792e1930da095203c53e;hpb=c3b6cc61e502b8df0d5bc6b9058dfc482a08d42a;p=ffmpeg diff --git a/libavcodec/dvdata.h b/libavcodec/dvdata.h index 90f40598396..33a5cf1af61 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,