]> granicus.if.org Git - libvpx/commitdiff
cpplint issues with onyxc_int.h
authorJim Bankoski <jimbankoski@google.com>
Mon, 30 Sep 2013 01:10:03 +0000 (18:10 -0700)
committerJim Bankoski <jimbankoski@google.com>
Mon, 30 Sep 2013 01:10:03 +0000 (18:10 -0700)
Change-Id: I7efc74ef53139bbaa6ec4f01482d9d9b362be27b

vp9/common/vp9_onyxc_int.h

index 44948ff4dd00da91ba3764c197907132767a690c..f7d639103a0885f7f8271fa716780de0db5d6c57 100644 (file)
@@ -11,9 +11,9 @@
 #ifndef VP9_COMMON_VP9_ONYXC_INT_H_
 #define VP9_COMMON_VP9_ONYXC_INT_H_
 
-#include "vpx_config.h"
+#include "./vpx_config.h"
 #include "vpx/internal/vpx_codec_internal.h"
-#include "vp9_rtcd.h"
+#include "./vp9_rtcd.h"
 #include "vp9/common/vp9_loopfilter.h"
 #include "vp9/common/vp9_entropymv.h"
 #include "vp9/common/vp9_entropy.h"
@@ -120,7 +120,7 @@ typedef struct VP9Common {
 
   YV12_BUFFER_CONFIG post_proc_buffer;
 
-  FRAME_TYPE last_frame_type;  /* Save last frame's frame type for motion search. */
+  FRAME_TYPE last_frame_type;  /* last frame's frame type for motion search.*/
   FRAME_TYPE frame_type;
 
   int show_frame;