From: Mark Thompson <sw@jkqxz.net> To: ffmpeg-devel@ffmpeg.org Subject: [FFmpeg-devel] [PATCH v2 3/4] av1_parse: Remove unused getbits instance Date: Tue, 24 Jan 2023 22:46:22 +0000 Message-ID: <20230124224623.1374077-3-sw@jkqxz.net> (raw) In-Reply-To: <20230124224623.1374077-1-sw@jkqxz.net> --- libavcodec/av1_parse.c | 6 +----- libavcodec/av1_parse.h | 3 --- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/libavcodec/av1_parse.c b/libavcodec/av1_parse.c index 59ea0bc6e7..b1620eb043 100644 --- a/libavcodec/av1_parse.c +++ b/libavcodec/av1_parse.c @@ -56,7 +56,7 @@ int ff_av1_extract_obu(AV1OBU *obu, const uint8_t *buf, int length, void *logctx int ff_av1_packet_split(AV1Packet *pkt, const uint8_t *buf, int length, void *logctx) { GetByteContext bc; - int ret, consumed; + int consumed; bytestream2_init(&bc, buf, length); pkt->nb_obus = 0; @@ -94,10 +94,6 @@ int ff_av1_packet_split(AV1Packet *pkt, const uint8_t *buf, int length, void *lo } pkt->nb_obus++; - - ret = init_get_bits(&obu->gb, obu->data, obu->size_bits); - if (ret < 0) - return ret; } return 0; diff --git a/libavcodec/av1_parse.h b/libavcodec/av1_parse.h index f4a5d2830e..89783e9d44 100644 --- a/libavcodec/av1_parse.h +++ b/libavcodec/av1_parse.h @@ -49,9 +49,6 @@ typedef struct AV1OBU { int raw_size; const uint8_t *raw_data; - /** GetBitContext initialized to the start of the payload */ - GetBitContext gb; - int type; int temporal_id; -- 2.39.0 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
next prev parent reply other threads:[~2023-01-24 22:47 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2023-01-24 22:46 [FFmpeg-devel] [PATCH v2 1/4] cbs_av1: Add tracing headers for metadata types Mark Thompson 2023-01-24 22:46 ` [FFmpeg-devel] [PATCH v2 2/4] cbs_av1: Don't reject unknown metadata Mark Thompson 2023-01-24 22:46 ` Mark Thompson [this message] 2023-01-24 22:46 ` [FFmpeg-devel] [PATCH v2 4/4] av1_parse: Don't reject zero-size padding OBUs Mark Thompson 2023-02-23 13:14 ` [FFmpeg-devel] [PATCH v2 1/4] cbs_av1: Add tracing headers for metadata types James Almer 2023-05-17 20:49 ` Mark Thompson
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20230124224623.1374077-3-sw@jkqxz.net \ --to=sw@jkqxz.net \ --cc=ffmpeg-devel@ffmpeg.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git