demux_rawdv.c: fix change missing from recent 8079f4ff821
commit99141377c873a6d74be1498ff6824c61f46b83cf
authorUoti Urpala <uau@mplayer2.org>
Fri, 27 Jul 2012 01:12:03 +0000 (27 04:12 +0300)
committerUoti Urpala <uau@mplayer2.org>
Fri, 27 Jul 2012 01:12:03 +0000 (27 04:12 +0300)
treebdef1e54add42ddb39302c5b903d5fddd30b0afc
parent31458a51b5c6a7c8a6449b0b3baa4f3fef6c4938
demux_rawdv.c: fix change missing from recent 8079f4ff821

Like vd_vfw.c fixed earlier, demux_rawdv.c was also missing a change
needed for the "flags"->"keyframe" demux packet field rename. This
broke compilation with libdv enabled.

Hopefully there aren't more cases. It's hard to reliably check for
references in files that aren't compiled in the local tree if they use
different base variable names, as the "flags" name itself is used for
many unrelated things.
libmpdemux/demux_rawdv.c