]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avienc.c
Merge commit 'cc4992aaf3dbb0af88d9727983d75636baf1f8cc'
[ffmpeg] / libavformat / avienc.c
index c9d8b7fbe42b1d3b6e832b471f97923935440703..e05e02281d8edc3f5b86a140831ef20d3dc5d539 100644 (file)
@@ -70,7 +70,7 @@ typedef struct  {
     AVIIndex indexes;
 } AVIStream;
 
-static inline AVIIentry *avi_get_ientry(AVIIndex *idx, int ent_id)
+static inline AVIIentry *avi_get_ientry(const AVIIndex *idx, int ent_id)
 {
     int cl = ent_id / AVI_INDEX_CLUSTER_SIZE;
     int id = ent_id % AVI_INDEX_CLUSTER_SIZE;