This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
ffv1enc: include correct header
Encoder needs put_bits.h, not get_bits.h Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n1.2
Paul B Mahol
12 years ago
parent
6f465c6219
commit
be38aaba4a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/ffv1enc.c
+ 1
- 1
libavcodec/ffv1enc.c
View File
@@ -33,7 +33,7 @@
#include "libavutil/timer.h"
#include "avcodec.h"
#include "internal.h"
#include "
ge
t_bits.h"
#include "
pu
t_bits.h"
#include "dsputil.h"
#include "rangecoder.h"
#include "golomb.h"
Write
Preview
Loading…
Cancel
Save