Mercurial > libavformat.hg
diff asf.h @ 5273:f292b3e34823 libavformat
Detect Windows Media DRM protected files and display warning if no key
was provided.
Patch by Daniel G. Taylor, dan programmer-art org
| author | cehoyos |
|---|---|
| date | Sun, 11 Oct 2009 23:09:33 +0000 |
| parents | 499c21a8e0c2 |
| children | e3ec6991698b |
line wrap: on
line diff
--- a/asf.h Sun Oct 11 11:56:53 2009 +0000 +++ b/asf.h Sun Oct 11 23:09:33 2009 +0000 @@ -160,6 +160,9 @@ extern const ff_asf_guid ff_asf_metadata_header; extern const ff_asf_guid ff_asf_my_guid; extern const ff_asf_guid ff_asf_language_guid; +extern const ff_asf_guid ff_asf_content_encryption; +extern const ff_asf_guid ff_asf_ext_content_encryption; +extern const ff_asf_guid ff_asf_digital_signature; extern const AVMetadataConv ff_asf_metadata_conv[];
