]> git.sesse.net Git - ffmpeg/commitdiff
Add "const" to avoid compiler warning.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Tue, 22 Apr 2014 18:41:34 +0000 (20:41 +0200)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Tue, 22 Apr 2014 18:44:31 +0000 (20:44 +0200)
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
libavcodec/hevc.h

index 4a6620f67ba71fac9f3d7164462f79e7d717482f..0512721e346afc54fcc8e7acd65db4223a014412 100644 (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;