mirror of
				https://github.com/vdr-projects/vdr.git
				synced 2025-03-01 10:50:46 +00:00 
			
		
		
		
	Fixed a bug in libsi's SubtitlingDescriptor::getLength()
This commit is contained in:
		| @@ -1162,6 +1162,7 @@ Marco Schl | ||||
|  with the larger buffer reserve | ||||
|  for adding support for setting the video display mode | ||||
|  for fixing handling transparent areas in cDvbSpuBitmap | ||||
|  for fixing a bug in libsi's SubtitlingDescriptor::getLength() | ||||
|  | ||||
| J<EFBFBD>rgen Schmitz <j.schmitz@web.de> | ||||
|  for reporting a bug in displaying the current channel when switching via the SVDRP | ||||
|   | ||||
							
								
								
									
										2
									
								
								HISTORY
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								HISTORY
									
									
									
									
									
								
							| @@ -3489,3 +3489,5 @@ Video Disk Recorder Revision History | ||||
|   listing it via LSTE (thanks to Roman Krenick<63>). | ||||
| - Fixed handling fragments of less than 3 byte in cPesAssembler (thanks to | ||||
|   Reinhard Nissl). | ||||
| - Fixed a bug in libsi's SubtitlingDescriptor::getLength() (thanks to Marco | ||||
|   Schl<68><6C>ler). | ||||
|   | ||||
| @@ -6,7 +6,7 @@ | ||||
|  *   the Free Software Foundation; either version 2 of the License, or     * | ||||
|  *   (at your option) any later version.                                   * | ||||
|  *                                                                         * | ||||
|  *   $Id: descriptor.h 1.10 2004/06/06 13:51:29 kls Exp $ | ||||
|  *   $Id: descriptor.h 1.11 2005/05/06 08:57:53 kls Exp $ | ||||
|  *                                                                         * | ||||
|  ***************************************************************************/ | ||||
|  | ||||
| @@ -289,7 +289,7 @@ public: | ||||
|       int getSubtitlingType() const; | ||||
|       int getCompositionPageId() const; | ||||
|       int getAncillaryPageId() const; | ||||
|       virtual int getLength() { return sizeof(item_nvod_reference); } | ||||
|       virtual int getLength() { return sizeof(item_subtitling); } | ||||
|    protected: | ||||
|       virtual void Parse(); | ||||
|    private: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user