mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
libx264: add forgotten ;
This commit is contained in:
parent
87b017a298
commit
e52e4fe10d
@ -69,7 +69,7 @@ typedef struct X264Context {
|
||||
int direct_pred;
|
||||
int slice_max_size;
|
||||
char *stats;
|
||||
int nal_hrd
|
||||
int nal_hrd;
|
||||
} X264Context;
|
||||
|
||||
static void X264_log(void *p, int level, const char *fmt, va_list args)
|
||||
|
Loading…
Reference in New Issue
Block a user