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
dvbsub_parser: Add missing mem.h #include
tags/n3.2
Diego Biurrun
9 years ago
parent
81f769fa12
commit
6ac52f05a6
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavcodec/dvbsub_parser.c
+ 1
- 0
libavcodec/dvbsub_parser.c
View File
@@ -23,6 +23,7 @@
#include <string.h>
#include "libavutil/intreadwrite.h"
#include "libavutil/mem.h"
#include "avcodec.h"
#include "internal.h"
Write
Preview
Loading…
Cancel
Save