[MPlayer-cvslog] r37456 - trunk/libmpcodecs/vd_ffmpeg.c

rtogni subversion at mplayerhq.hu
Sun Aug 23 23:05:51 CEST 2015


Author: rtogni
Date: Sun Aug 23 23:05:50 2015
New Revision: 37456

Log:
Cleanup: remove unused structure for realmedia codecs

Modified:
   trunk/libmpcodecs/vd_ffmpeg.c

Modified: trunk/libmpcodecs/vd_ffmpeg.c
==============================================================================
--- trunk/libmpcodecs/vd_ffmpeg.c	Sun Aug 23 22:53:37 2015	(r37455)
+++ trunk/libmpcodecs/vd_ffmpeg.c	Sun Aug 23 23:05:50 2015	(r37456)
@@ -870,15 +870,6 @@ static void release_buffer(struct AVCode
 //printf("R%X %X\n", pic->linesize[0], pic->data[0]);
 }
 
-// copypaste from demux_real.c - it should match to get it working!
-//FIXME put into some header
-typedef struct dp_hdr_s {
-    uint32_t chunks;        // number of chunks
-    uint32_t timestamp; // timestamp from packet header
-    uint32_t len;        // length of actual data
-    uint32_t chunktab;        // offset to chunk offset array
-} dp_hdr_t;
-
 static av_unused void swap_palette(void *pal)
 {
     int i;


More information about the MPlayer-cvslog mailing list