]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpegvideo_common.h
Fix a typo in the documentation.
[ffmpeg] / libavcodec / mpegvideo_common.h
index 3756820043f6bd42c2d895290fecfe7834f1e1cd..5ce60dc64c35e616749353fe070b335e28f0dac6 100644 (file)
  */
 
 /**
- * @file mpegvideo_common.h
+ * @file libavcodec/mpegvideo_common.h
  * The simplest mpeg encoder (well, it was the simplest!).
  */
 
 #ifndef AVCODEC_MPEGVIDEO_COMMON_H
 #define AVCODEC_MPEGVIDEO_COMMON_H
 
+#include <string.h>
 #include "avcodec.h"
 #include "dsputil.h"
 #include "mpegvideo.h"
@@ -314,7 +315,7 @@ if(s->quarter_sample)
                s->codec_id == CODEC_ID_MPEG1VIDEO){
                 av_log(s->avctx,AV_LOG_DEBUG,
                         "MPEG motion vector out of boundary\n");
-                return ;
+                return;
             }
             ff_emulated_edge_mc(s->edge_emu_buffer, ptr_y, s->linesize,
                                 17, 17+field_based,