All pastes #1924138 Raw Edit

Underground78

public diff v1 · immutable
#1924138 ·published 2010-08-24 11:42 UTC
rendered paste body
diff --git a/src/Demuxers/LAVFUtils.cpp b/src/Demuxers/LAVFUtils.cppindex 518f943..54c0536 100644--- a/src/Demuxers/LAVFUtils.cpp+++ b/src/Demuxers/LAVFUtils.cpp@@ -166,6 +166,9 @@ HRESULT lavf_describe_stream(AVStream *pStream, WCHAR **ppszName)     } else {       buf << "Stream #" << pStream->index;     }+    // Hearing impaired subtitle+    if (pStream->disposition & AV_DISPOSITION_HEARING_IMPAIRED)+      buf << " [hearing impaired]";     break;   default:     buf << "Unknown: Stream " << pStream->index;