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
lavc/mediacodecdec_h264: use h264_parse.h instead of h264dec.h
ff_h264_decode_extradata is referenced by h264_parse.h and not h264dec.h.
tags/n3.2
Matthieu Bouron
9 years ago
parent
256e99f6f0
commit
4b290078e4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/mediacodecdec_h264.c
+ 1
- 1
libavcodec/mediacodecdec_h264.c
View File
@@ -32,7 +32,7 @@
#include "libavutil/atomic.h"
#include "avcodec.h"
#include "h264
dec
.h"
#include "h264
_parse
.h"
#include "internal.h"
#include "mediacodecdec.h"
#include "mediacodec_wrapper.h"
Write
Preview
Loading…
Cancel
Save