Skip to content

Commit

Permalink
VIDEO: Document PRMI as being Premiere metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hoops committed May 28, 2014
1 parent 381ebe7 commit 1ea4b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video/avi_decoder.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 1ea4b36

Please sign in to comment.