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
Add "const" to avoid compiler warning.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
tags/n2.3
Reimar Döffinger
12 years ago
parent
3bd7a7149f
commit
ab14bcb104
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/hevc.h
+ 1
- 1
libavcodec/hevc.h
View File
@@ -843,7 +843,7 @@ typedef struct HEVCContext {
int **skipped_bytes_pos_nal;
int *skipped_bytes_pos_size_nal;
uint8_t *data;
const
uint8_t *data;
HEVCNAL *nals;
int nb_nals;
Write
Preview
Loading…
Cancel
Save