summaryrefslogtreecommitdiff
path: root/inc/av_format_identify.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/av_format_identify.h')
-rw-r--r--inc/av_format_identify.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/av_format_identify.h b/inc/av_format_identify.h
index 63dbb87..108930d 100644
--- a/inc/av_format_identify.h
+++ b/inc/av_format_identify.h
@@ -8,7 +8,6 @@
#define AV_CONTAINER_MP4 3
-
/*To identify the container type of the whole byte stream*/
int AV_container_identify(const char* buff, size_t size);