]> git.sesse.net Git - ffmpeg/commit
movenc: Add a missed const
authorMartin Storsjö <martin@martin.st>
Wed, 18 May 2016 10:49:57 +0000 (13:49 +0300)
committerMartin Storsjö <martin@martin.st>
Wed, 18 May 2016 18:59:48 +0000 (21:59 +0300)
commit72d621069fc301b431fac36b5281699a362562f2
treec85bcfe2221d1b0865a3dc8d6892dfefb04a730f
parenta79aafd0b4d37eda6f15dc68e6509d4e815290c9
movenc: Add a missed const

This was missed in e1eb0fc9601, when ff_interleaved_peek was
changed to include const during the evolution of the patch.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/movenc.c