Skip to content

Commit

Permalink
riff.h: Remove stray extern declaration for non-existing symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
DonDiego committed Aug 5, 2013
1 parent 86f4c59 commit 971cce7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libavformat/riff.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
#include "metadata.h"

extern const AVMetadataConv ff_riff_info_conv[];
extern const char ff_riff_tags[][5];

int64_t ff_start_tag(AVIOContext *pb, const char *tag);
void ff_end_tag(AVIOContext *pb, int64_t start);
Expand Down

0 comments on commit 971cce7

Please sign in to comment.