mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
remove useless declaration
Originally committed as revision 11238 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
73d07c275a
commit
a4813b671a
@ -135,12 +135,10 @@ typedef struct MOVContext {
|
||||
0: continue to parse next atom
|
||||
-1: error occured, exit
|
||||
*/
|
||||
typedef int (*mov_parse_function)(MOVContext *ctx, ByteIOContext *pb, MOV_atom_t atom);
|
||||
|
||||
/* links atom IDs to parse functions */
|
||||
typedef struct MOVParseTableEntry {
|
||||
uint32_t type;
|
||||
mov_parse_function func;
|
||||
int (*func)(MOVContext *ctx, ByteIOContext *pb, MOV_atom_t atom);
|
||||
} MOVParseTableEntry;
|
||||
|
||||
static const MOVParseTableEntry mov_default_parse_table[];
|
||||
|
Loading…
x
Reference in New Issue
Block a user