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
mpeg12enc: Add missing #include for PICT_FRAME
(cherry picked from commit
8fc6a70c21
) Signed-off-by: Diego Biurrun <diego@biurrun.de>
tags/n2.4
Diego Biurrun
11 years ago
parent
d04fb11868
commit
d2bad216f7
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavcodec/mpeg12enc.c
+ 1
- 0
libavcodec/mpeg12enc.c
View File
@@ -37,6 +37,7 @@
#include "mathops.h"
#include "mpeg12.h"
#include "mpeg12data.h"
#include "mpegutils.h"
#include "mpegvideo.h"
Write
Preview
Loading…
Cancel
Save