ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Mon 
Mar 23 20:13:43 2015 +0000| [f8fd0c29ce5dc7d4be13e7e89d0f1e8a035ae71b] | 
committer: Vittorio Giovara

v210: Fix typo in header guards

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f8fd0c29ce5dc7d4be13e7e89d0f1e8a035ae71b
---

 libavcodec/v210enc.h |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libavcodec/v210enc.h b/libavcodec/v210enc.h
index 908506d..be9b66d 100644
--- a/libavcodec/v210enc.h
+++ b/libavcodec/v210enc.h
@@ -16,8 +16,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef AVCOENC_V210ENC_H
-#define AVCOENC_V210ENC_H
+#ifndef AVCODEC_V210ENC_H
+#define AVCODEC_V210ENC_H
 
 #include "libavutil/log.h"
 #include "libavutil/opt.h"
@@ -32,4 +32,4 @@ typedef struct V210EncContext {
 
 void ff_v210enc_init_x86(V210EncContext *s);
 
-#endif /* AVCOENC_V210ENC_H */
+#endif /* AVCODEC_V210ENC_H */

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to