]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h263_parser.h
make wmv1 and wmv2 playable with M$ DMO decoder
[ffmpeg] / libavcodec / h263_parser.h
index afd46fda055c1f1dd9dc75c6caff3ef28994d5b7..db6c8a4c7754511b55fb1a3ac254f20c74c9c8ca 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#ifndef AVCODEC_H263_PARSER_H
+#define AVCODEC_H263_PARSER_H
+
 #include "parser.h"
 
 int ff_h263_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);
+
+#endif // AVCODEC_H263_PARSER_H