1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-06-14 22:15:12 +02:00

lavc: Add coded bitstream read/write support for H.265

This commit is contained in:
Mark Thompson
2017-05-14 16:32:00 +01:00
parent acf06f4544
commit 867381b8b5
7 changed files with 2453 additions and 3 deletions

View File

@ -31,6 +31,9 @@ static const CodedBitstreamType *cbs_type_table[] = {
#if CONFIG_CBS_H264
&ff_cbs_type_h264,
#endif
#if CONFIG_CBS_H265
&ff_cbs_type_h265,
#endif
};
int ff_cbs_init(CodedBitstreamContext *ctx,