[MPlayer-cvslog] r24317 - trunk/stream/stream.h
    nicodvb 
    subversion at mplayerhq.hu
       
    Sat Sep  1 17:50:52 CEST 2007
    
    
  
Author: nicodvb
Date: Sat Sep  1 17:50:52 2007
New Revision: 24317
Log:
introduced STREAM_CTRL_GET_ASPECT_RATIO to report the aspect ratio read from the stream layer (if supported)
Modified:
   trunk/stream/stream.h
Modified: trunk/stream/stream.h
==============================================================================
--- trunk/stream/stream.h	(original)
+++ trunk/stream/stream.h	Sat Sep  1 17:50:52 2007
@@ -59,6 +59,7 @@
 #define STREAM_CTRL_GET_CURRENT_TIME 5
 #define STREAM_CTRL_SEEK_TO_TIME 6
 #define STREAM_CTRL_GET_SIZE 7
+#define STREAM_CTRL_GET_ASPECT_RATIO 8
 
 #ifdef MPLAYER_NETWORK
 #include "network.h"
    
    
More information about the MPlayer-cvslog
mailing list