]> git.sesse.net Git - vlc/commitdiff
Removed unused field (avcodec).
authorLaurent Aimar <fenrir@videolan.org>
Fri, 9 Jan 2009 18:43:51 +0000 (19:43 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Sat, 10 Jan 2009 09:42:32 +0000 (10:42 +0100)
modules/codec/avcodec/video.c

index 57fe210d3106fe7f1208931be43e073231c5a646..6e361a7f63b79c527b9457d3980075f5805ad10a 100644 (file)
@@ -58,7 +58,6 @@ struct decoder_sys_t
     mtime_t i_pts;
 
     AVFrame          *p_ff_pic;
-    BITMAPINFOHEADER *p_format;
 
     /* for frame skipping algo */
     int b_hurry_up;