Commit 9fd3d9ac authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'f8fd0c29'

* commit 'f8fd0c29':
  v210: Fix typo in header guards
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 7b0689c5 f8fd0c29
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#ifndef AVCOENC_V210ENC_H #ifndef AVCODEC_V210ENC_H
#define AVCOENC_V210ENC_H #define AVCODEC_V210ENC_H
#include "libavutil/log.h" #include "libavutil/log.h"
#include "libavutil/opt.h" #include "libavutil/opt.h"
...@@ -32,4 +32,4 @@ typedef struct V210EncContext { ...@@ -32,4 +32,4 @@ typedef struct V210EncContext {
void ff_v210enc_init_x86(V210EncContext *s); void ff_v210enc_init_x86(V210EncContext *s);
#endif /* AVCOENC_V210ENC_H */ #endif /* AVCODEC_V210ENC_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment