summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorXiaoqing MA <[email protected]>2018-07-10 18:10:45 +0800
committerXiaoqing MA <[email protected]>2018-07-10 18:10:45 +0800
commitc41fef0e31fba822f959affea3f164311cfd5744 (patch)
tree88d4585adb75e5586df79435b19f8d55d655beef /inc
parentc0405d10f515512c37d7af340a87a30782d5d7a7 (diff)
new ed10
Diffstat (limited to 'inc')
-rw-r--r--inc/vdefine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/vdefine.h b/inc/vdefine.h
index cc83ed8..3d6b0e0 100644
--- a/inc/vdefine.h
+++ b/inc/vdefine.h
@@ -22,11 +22,11 @@ int is_mpeg_ts(const char* buff, size_t size);
void *memchr_flv(const char *buff_each, size_t size_each);
int is_flv_each(const char* buff_each, size_t size_each,const char *buff);
int is_flv(const char* buff, size_t size);
-int is_mp4_part_spe(const char *buff);
+int is_mp4_part_spe(const char *buff);//, int count_type)
int c_is_mp3(char c);
int is_mp4_part(const char *buff_part);
void *memmem_mp4(const char *buff_each, size_t size_each);
-int is_mp4_each(const char* buff_each, size_t size_each, const char *buff);
+int is_mp4_each(const char* buff_each, size_t size_each, const char *buff);//, int count_type)
int is_mp4(const char* buff, size_t size);
int AV_container_identify(const char* buff, size_t size);