Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
rbouqueau committed Apr 30, 2024
1 parent 5f95225 commit 38e2778
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/android/jni/common.mk
@@ -1,6 +1,6 @@
COMMON_PATH := $(call my-dir)

# Common Flags for ligpac and modules
# Common Flags for libgpac and modules
LOCAL_CFLAGS += -DGPAC_CONFIG_ANDROID
LOCAL_CFLAGS += -DGPAC_HAVE_CONFIG_H
LOCAL_CFLAGS += -DXP_UNIX
Expand Down
4 changes: 2 additions & 2 deletions include/gpac/avparse.h
Expand Up @@ -384,8 +384,8 @@ u32 gf_opus_check_frame(GF_OpusConfig *cfg, u8 *data, u32 data_len);
u64 gf_mpegh_escaped_value(GF_BitStream *bs, u32 nBits1, u32 nBits2, u32 nBits3);

/*! parse profile and level from a MHAS payload
\param ptr the MHAS payhload
\param size size of the MHAS payhload
\param ptr the MHAS payload
\param size size of the MHAS payload
\param chan_layout set to the channel layout if found, 0 otherwise - optional, may be NULL
\return the MHAS profile found, or -1 of not found
*/
Expand Down

0 comments on commit 38e2778

Please sign in to comment.