]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/asf.h
Avoid intermediate bitcount for number of bytes in PutBitContext
[ffmpeg] / libavformat / asf.h
index 1a5b33840f4c037211b6333f7bf4ff970e593730..bce820efae1e46b31d622302feb68002bc83c102 100644 (file)
@@ -74,7 +74,6 @@ extern const ff_asf_guid ff_asf_file_header;
 extern const ff_asf_guid ff_asf_stream_header;
 extern const ff_asf_guid ff_asf_ext_stream_header;
 extern const ff_asf_guid ff_asf_audio_stream;
-extern const ff_asf_guid ff_asf_audio_conceal_none;
 extern const ff_asf_guid ff_asf_audio_conceal_spread;
 extern const ff_asf_guid ff_asf_video_stream;
 extern const ff_asf_guid ff_asf_jfif_media;
@@ -166,6 +165,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 */