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_h2645: fix nalu data_size type
tags/n3.2
Matthieu Bouron
9 years ago
parent
eb60256c20
commit
68822da8ff
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_h2645.c
+ 1
- 1
libavcodec/mediacodecdec_h2645.c
View File
@@ -152,7 +152,7 @@ static int h264_set_extradata(AVCodecContext *avctx, FFAMediaFormat *format)
if (pps && sps) {
uint8_t *data = NULL;
size_
t data_size = 0;
in
t data_size = 0;
if ((ret = h2645_ps_to_nalu(sps->data, sps->data_size, &data, &data_size)) < 0) {
goto done;
Write
Preview
Loading…
Cancel
Save