mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Merge commit 'f8fd0c29ce5dc7d4be13e7e89d0f1e8a035ae71b'
* commit 'f8fd0c29ce5dc7d4be13e7e89d0f1e8a035ae71b': v210: Fix typo in header guards Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
9fd3d9acf7
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user