]> git.sesse.net Git - vlc/commitdiff
Remove obsolete comment.
authorJean-Paul Saman <jpsaman@videolan.org>
Tue, 4 Dec 2007 18:26:30 +0000 (18:26 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Tue, 4 Dec 2007 18:26:30 +0000 (18:26 +0000)
src/video_output/vout_intf.c

index d8b20839686ddf3150ced8fcc3783261453109f1..82b82def5fc66bba43ecadd6f833a6731fff83a1 100644 (file)
@@ -516,8 +516,6 @@ int vout_Snapshot( vout_thread_t *p_vout, picture_t *p_pic )
         /* Save the snapshot to a memory zone */
         fmt_in = p_vout->fmt_in;
         fmt_out.i_sar_num = fmt_out.i_sar_den = 1;
-        /* FIXME: should not be hardcoded. We should be able to
-        specify the snapshot size (snapshot-width and snapshot-height). */
         fmt_out.i_width = var_GetInteger( p_vout, "snapshot-width" );
         fmt_out.i_height = var_GetInteger( p_vout, "snapshot-height" );
         fmt_out.i_chroma = VLC_FOURCC( 'p','n','g',' ' );