mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-04 21:25:40 +01:00
cosmetics: Use consistent names for multiple inclusion guards.
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#ifndef AVFORMAT_OPTIONS_TABLE
|
||||
#define AVFORMAT_OPTIONS_TABLE
|
||||
#ifndef AVFORMAT_OPTIONS_TABLE_H
|
||||
#define AVFORMAT_OPTIONS_TABLE_H
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
@@ -65,4 +65,4 @@ static const AVOption options[]={
|
||||
#undef DEFAULT
|
||||
#undef OFFSET
|
||||
|
||||
#endif // AVFORMAT_OPTIONS_TABLE
|
||||
#endif /* AVFORMAT_OPTIONS_TABLE_H */
|
||||
|
||||
Reference in New Issue
Block a user