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
commit
ab14bcb104
1 changed files with 1 additions and 1 deletions
  1. +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;


Loading…
Cancel
Save