Skip to content

Remove local var bfirst in check_frame_unit_data() - #5278

Merged
urvangjoshi merged 1 commit into
AOMediaCodec:mainfrom
wantehchang:cleanup-check_frame_unit_data
Aug 19, 2026
Merged

Remove local var bfirst in check_frame_unit_data()#5278
urvangjoshi merged 1 commit into
AOMediaCodec:mainfrom
wantehchang:cleanup-check_frame_unit_data

Conversation

@wantehchang

Copy link
Copy Markdown
Member

A simple analysis shows that the local variables bfirst and vcl_found in check_frame_unit_data() are always opposite to each other. Remove bfirst and replace it with !vcl_found.

A simple analysis shows that the local variables bfirst and vcl_found in
check_frame_unit_data() are always opposite to each other. Remove bfirst
and replace it with !vcl_found.
@urvangjoshi
urvangjoshi force-pushed the cleanup-check_frame_unit_data branch from b4d6504 to 8319c13 Compare August 18, 2026 23:37
@urvangjoshi
urvangjoshi enabled auto-merge (squash) August 18, 2026 23:37
@urvangjoshi
urvangjoshi merged commit 4cdeb66 into AOMediaCodec:main Aug 19, 2026
107 checks passed
@wantehchang
wantehchang deleted the cleanup-check_frame_unit_data branch August 20, 2026 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants