]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h263_parser.h
Port libmpcodec fixes from MPlayer.
[ffmpeg] / libavcodec / h263_parser.h
index dc50774517df07a29ddc147d6d4057911964082a..565a222bc1ec87fc988a9088492f150d37e1d88a 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef FFMPEG_H263_PARSER_H
-#define FFMPEG_H263_PARSER_H
+#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 /* FFMPEG_H263_PARSER_H */
+#endif /* AVCODEC_H263_PARSER_H */