mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-23 19:31:39 +00:00
lib_ccx/asf_functions.c
Signed-off-by: Anshul Maheshwari <er.anshul.maheshwari@gmail.com>
This commit is contained in:
parent
3c086e8ff0
commit
ba38055bed
@ -5,6 +5,8 @@
|
||||
// Indicate first / subsequent calls to asf_getmoredata()
|
||||
int firstcall;
|
||||
|
||||
asf_data asf_data_container;
|
||||
|
||||
// For ASF parsing
|
||||
// 0, 1, 2, 3 means none, BYTE, WORD, DWORD
|
||||
#define ASF_TypeLength(A) ( A == 3 ? 4 : A )
|
||||
@ -51,8 +53,6 @@ char *guidstr(void *val)
|
||||
return sbuf;
|
||||
}
|
||||
|
||||
asf_data asf_data_container;
|
||||
|
||||
/* ASF container specific data parser
|
||||
* The following function reads an ASF file and returns the included
|
||||
* video stream. The function returns after a complete Media Object
|
||||
|
Loading…
Reference in New Issue
Block a user