You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
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:
committed by
Michael Niedermayer
parent
7b2ce27e56
commit
84c27c8c08
@@ -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 */
|
||||||
|
Reference in New Issue
Block a user