mirror of https://git.ffmpeg.org/ffmpeg.git
lavf/asf: Remove an unneeded forward declaration.
This commit is contained in:
parent
1100862a94
commit
8a23a2b7de
|
@ -166,6 +166,4 @@ extern const AVMetadataConv ff_asf_metadata_conv[];
|
|||
|
||||
#define ASF_PL_FLAG_KEY_FRAME 0x80 //1000 0000
|
||||
|
||||
extern AVInputFormat ff_asf_demuxer;
|
||||
|
||||
#endif /* AVFORMAT_ASF_H */
|
||||
|
|
Loading…
Reference in New Issue