video: cosmetics: remove trailing whitespace

This commit is contained in:
wm4 2015-10-03 21:21:27 +02:00
parent 291f301c10
commit ee283843fa
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ struct mp_image *video_decode(struct dec_video *d_video,
mpi->fields &= ~MP_IMGFIELD_TOP_FIRST;
mpi->fields |= MP_IMGFIELD_INTERLACED;
}
// Note: the PTS is reordered, but the DTS is not. Both should be monotonic.
double pts = d_video->codec_pts;
double dts = d_video->codec_dts;