[Scummvm-cvs-logs] scummvm master -> 1ea4b36c3b6f959048cab0c6a5567fefcc390cc3

clone2727 clone2727 at gmail.com
Wed May 28 05:59:07 CEST 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
1ea4b36c3b VIDEO: Document PRMI as being Premiere metadata


Commit: 1ea4b36c3b6f959048cab0c6a5567fefcc390cc3
    https://github.com/scummvm/scummvm/commit/1ea4b36c3b6f959048cab0c6a5567fefcc390cc3
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2014-05-27T23:57:39-04:00

Commit Message:
VIDEO: Document PRMI as being Premiere metadata

Changed paths:
    video/avi_decoder.cpp



diff --git a/video/avi_decoder.cpp b/video/avi_decoder.cpp
index 3c1c907..68d6cb6 100644
--- a/video/avi_decoder.cpp
+++ b/video/avi_decoder.cpp
@@ -183,7 +183,7 @@ void AVIDecoder::handleList(uint32 listSize) {
 		_decodedHeader = true;
 		break;
 	case ID_INFO: // Metadata
-	case ID_PRMI: // Unknown metadata, should be safe to ignore
+	case ID_PRMI: // Adobe Premiere metadata, safe to ignore
 		// Ignore metadata
 		_fileStream->skip(listSize);
 		return;






More information about the Scummvm-git-logs mailing list