mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
riff.h: Remove stray extern declaration for non-existing symbol
This commit is contained in:
parent
86f4c59bd6
commit
971cce7ebb
@ -34,7 +34,6 @@
|
|||||||
#include "metadata.h"
|
#include "metadata.h"
|
||||||
|
|
||||||
extern const AVMetadataConv ff_riff_info_conv[];
|
extern const AVMetadataConv ff_riff_info_conv[];
|
||||||
extern const char ff_riff_tags[][5];
|
|
||||||
|
|
||||||
int64_t ff_start_tag(AVIOContext *pb, const char *tag);
|
int64_t ff_start_tag(AVIOContext *pb, const char *tag);
|
||||||
void ff_end_tag(AVIOContext *pb, int64_t start);
|
void ff_end_tag(AVIOContext *pb, int64_t start);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user