Skip to content

Add a missing "*/" to av2/common/annexA.c#5006

Draft
wantehchang wants to merge 1 commit into
AOMediaCodec:mainfrom
wantehchang:fix-incorrect-comment-nesting
Draft

Add a missing "*/" to av2/common/annexA.c#5006
wantehchang wants to merge 1 commit into
AOMediaCodec:mainfrom
wantehchang:fix-incorrect-comment-nesting

Conversation

@wantehchang
Copy link
Copy Markdown
Member

A "/" is missing a corresponding "/". Also indent the body of the comment block by one space to match the style of other similar comments in the file.

A "/*" is missing a corresponding "*/". Also indent the body of the
comment block by one space to match the style of other similar comments
in the file.
Comment thread av2/common/annexA.c
* ------------------------------------------------------------------------------------------------------------------
* 31 | - | - | - |
* ------------------------------------------------------------------------------------------------------------------
*/
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line 286 is the most important change. The addition of "*/" fixes the following compiler warning:

av2/common/annexA.c:288:1: warning: '/*' within block comment [-Wcomment]
  288 | /* clang-format on */
      | ^

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.

2 participants