Commit 84c27c8c authored by leozhang's avatar leozhang Committed by Michael Niedermayer

avcodec/extract_extradata_bsf: fix typo in comments

Signed-off-by: 's avatarleozhang <leozhang@qiyi.com>
Reviewed-by: 's avatarGyan <ffmpeg@gyani.pro>
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 7b2ce27e
...@@ -38,10 +38,10 @@ typedef struct ExtractExtradataContext { ...@@ -38,10 +38,10 @@ typedef struct ExtractExtradataContext {
int (*extract)(AVBSFContext *ctx, AVPacket *pkt, int (*extract)(AVBSFContext *ctx, AVPacket *pkt,
uint8_t **data, int *size); uint8_t **data, int *size);
/* AV1 specifc fields */ /* AV1 specific fields */
AV1Packet av1_pkt; AV1Packet av1_pkt;
/* H264/HEVC specifc fields */ /* H264/HEVC specific fields */
H2645Packet h2645_pkt; H2645Packet h2645_pkt;
/* AVOptions */ /* AVOptions */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment