multiple inclusion guard cleanup

Add missing multiple inclusion guards; clean up #endif comments;
add missing library prefixes; keep guard names consistent.
This commit is contained in:
Diego Biurrun
2011-05-21 13:48:10 +02:00
parent d49051e074
commit 153382e1b6
51 changed files with 97 additions and 76 deletions
+1 -1
View File
@@ -98,4 +98,4 @@ int ffio_open_dyn_packet_buf(AVIOContext **s, int max_packet_size);
*/
int ffio_fdopen(AVIOContext **s, URLContext *h);
#endif // AVFORMAT_AVIO_INTERNAL_H
#endif /* AVFORMAT_AVIO_INTERNAL_H */