]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/options_table.h
AVFrame: deprecate all now unused fields
[ffmpeg] / libavformat / options_table.h
index 4beee5db24368110429d18b231bdae8b16624287..d1e2a0ce6c9b2d0de536aed1b0dd60b7e7c2a69c 100644 (file)
@@ -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 */