mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
v210: Fix typo in header guards
This commit is contained in:
parent
bb815dfc38
commit
f8fd0c29ce
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue