avcodec/extract_extradata_bsf: fix typo in comments
Signed-off-by: leozhang <leozhang@qiyi.com> Reviewed-by: Gyan <ffmpeg@gyani.pro> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
7b2ce27e56
commit
84c27c8c08
@ -38,10 +38,10 @@ typedef struct ExtractExtradataContext {
|
||||
int (*extract)(AVBSFContext *ctx, AVPacket *pkt,
|
||||
uint8_t **data, int *size);
|
||||
|
||||
/* AV1 specifc fields */
|
||||
/* AV1 specific fields */
|
||||
AV1Packet av1_pkt;
|
||||
|
||||
/* H264/HEVC specifc fields */
|
||||
/* H264/HEVC specific fields */
|
||||
H2645Packet h2645_pkt;
|
||||
|
||||
/* AVOptions */
|
||||
|
Loading…
x
Reference in New Issue
Block a user