]> git.sesse.net Git - ffmpeg/commit
dv: Mark internal frame reference as const
authorVittorio Giovara <vittorio.giovara@gmail.com>
Fri, 2 Oct 2015 10:43:39 +0000 (12:43 +0200)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Sun, 4 Oct 2015 11:06:34 +0000 (13:06 +0200)
commitcab63a8b594cdc365bb2581a12b3ac8e6dd480b2
treea8412fc1261ef47bb42f92d3fd6393bf4bd7c0ed
parent4c160fa23996c05efcd952ccfac2359311d8a1bc
dv: Mark internal frame reference as const

Silence a warning due to frame assignment in dvenc. All uses of the
reference in dvdec are read only, except the ones in the main decoding
function, so use the frame pointer directly there.
libavcodec/dv.h
libavcodec/dvdec.c