From b4c915f4b3e15c3e787e319b961e4389762f6309 Mon Sep 17 00:00:00 2001 From: Mark Thompson Date: Sun, 14 May 2017 16:18:25 +0100 Subject: lavc: Add coded bitstream read/write support for H.264 (cherry picked from commit acf06f45441be24c5cbae0920579cd69427326a1) (cherry picked from commit 768eb9182e94a94bc2ef46f565a0dac7afef3b57) (cherry picked from commit e7f64191b27bcf37cbf7006606f0f439c6cdc24f) --- libavcodec/cbs_internal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavcodec/cbs_internal.h') diff --git a/libavcodec/cbs_internal.h b/libavcodec/cbs_internal.h index f6a42beea3..2d417d4a40 100644 --- a/libavcodec/cbs_internal.h +++ b/libavcodec/cbs_internal.h @@ -83,4 +83,7 @@ int ff_cbs_write_unsigned(CodedBitstreamContext *ctx, PutBitContext *pbc, uint32_t range_min, uint32_t range_max); +extern const CodedBitstreamType ff_cbs_type_h264; + + #endif /* AVCODEC_CBS_INTERNAL_H */ -- cgit v1.2.3